body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #000000;

}

div#page {
    width: 761px;
    margin: auto;
    border: 1px solid #fb7070;
    border-top-width: 0px;    
}

div.contextbar {
    background-image: url('../images/contextbar.jpg');
    width: 100%;
    height: 21px 
}

div#logobar {
    background-image: url('../images/logo-bar.png');
    background-repeat: no-repeat;
    height: 72px
 
}

div#thinbar {
    background-image: url('../images/thinbar.png');
    background-repeat: no-repeat;
    background-color: blue;
    height: 6px;
    width: 434px;
    overflow: hidden;
    float: right
    
}

div#menucol {
	width: 160px;
	margin: 0;
	float: left;
	background-color: #ee0000;
	border-right: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

div#contentcol {
    width: 599px;
    margin: auto;

    background-color: white;
    float: right;
}

div#darkcontent {
    width: 100%;
    margin: auto;

    background-color: #ee0000;
    color: white;
}

div#menuhead {
    background-image: url('../images/horiz.gif');
    height: 40px;
    width: 160px;
    margin: 0px
}

div#contenthead {
    background-image: url('../images/horiz.gif');
    height: 40px;
    width: 599px;
    margin: 0px
}





img#logo {
    position: absolute; 
    top: -70px; 
    left: 0px; 
    z-index: 1;
}

div#border-top {
	background-image: url('../images/border-top.png');
	background-repeat: repeat-x;
	position: absolute;
	top: -6px;
	width: 743px;
	height: 6px
}

div#border-bot-cont {
    position: absolute;
}

div#border-bot {
    background-image: url('../images/border-bot.png'); 
    background-repeat: repeat-x;
    position: absolute;
    left: 7px;
    width: 736px;
    height: 6px
}

div#border-left {
    background-image: url('../images/border-left.png'); 
    background-repeat: repeat-y;
    position: absolute;
    top: 0px; 
    width: 7px;
    height: 100%
}

div#border-right {
    background-image: url('../images/border-right.png'); 
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
    left: 743px; 
    width: 6px;
    height: 100%
}

img#top-right {
    position: absolute; 
    top: -6px; 
    left: 743px;
}

img#bot-left {
    position: absolute; 
    left: 0px; 
    top: 0px;
}

img#bot-right {
    position: absolute; 
    left: 743px; 
    top: 0px;
}
div#content {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#txtlf {
    margin: 15px;
}

div#footer {
    background-image: url('../images/footer.png'); 
    background-repeat: repeat-x;
    background-color: blue;
    height: 25px;
    text-align: center;
    font-size: 8pt;
    color: white;
    width: 749px
}

div.menu {
	cursor: pointer;
}

div.submenu {
	position: relative; 
	left: 4px;
}

a:visited {
	color: #f0b557;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #f0b557;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}



a.menuLink:visited {
	color: white;
	text-decoration: none;
}
a.menuLink:link {
	color: white;
	text-decoration: none;
}
a.menuLink:hover {
	color: yellow;
	text-decoration: none;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.photo {
	border: 2px solid #f0b557;
}

h3 {
	color: #333366;
	font-style: italic;
}
#page #contentcol table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#page #contentcol td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
#page #contentcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#page #contentcol table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#contentcol #content a {
	color: #FF0000;
}




.nolines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 5px solid #CCCCCC;
}