/* CSS Document */

/* olive: 					*/
/* light green: #D2E191		*/
/* light grey: #C0C0C0		*/
/* dark green: #A0A68C	*/
/* brown: 5F4103 */

body {
    background-image:url('../images/bodybg.jpg');
    background-repeat:repeat-y ;
	font-size:14px;
	word-spacing:normal;
	font-family: Franklin Gothic Book, Century Gothic, sans-serif;
	color:#003300;
	background-color:#A0A68C;
	
}

#masthead {
	position:absolute;
	left:0px;
	top:0px;
}

#masthead .mastheadImage {
	position:relative;
	border: 1 solid red;
}

#masthead a {
	border: 0 solid #A0A68C;
	
}

#masthead .mastheadButton {
	left:145px;
	top:-30px;
	position:relative;
	float:left;
	border:none;
	margin:2px;
}

#leftNav input {
	position:relative;
	left:0px;
	top:150px;
	background-color:#A0A68C;
	color:black;
	width:100px;
}

#leftnav button {
	text-align: justify;
	vertical-align: middle;
	white-space: normal;
	width:40px;
	height:50px;
	background-image:url(../images/UCURButtonUp.gif);
}


#content {
	position:absolute;
	left:130px;
	top:150px;
	background-color:#F0F1E0;
	width:430px;
	padding: 10px;
	height:auto;	
}

#content ol {
	list-style-image: none;
	list-style-type: upper-roman;
}
#content h1 , h2 , h3 {
/*	color: #A0A68C; */
	color: #5F4103;
	font: Franklin Gothic Heavy, sans-serif;
	font-size:16pt;
}

#content h2 {
	font: Franklin Gothic Demi, sans-serif;
	font-size:13pt;
	text-align:left;
	line-height:0pt;
	margin-top: 16pt;
}

#content h3 {
	font: Franklin Gothic Demi, sans-serif;
	font-weight:normal;
	font-size:11pt;
	line-height:0pt;
	margin-top: 10pt;	
}

#content img {
	border-width:thick;
	border-color:#000000;
	background-color:#000000;
	background-position:center;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

#content .caption {
	caption-side:bottom;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F4103;
	line-height:12px
}

#content .imglink {
	float:left;
	margin-right:25px;
	margin-bottom:10px;
	height:65px;
	width:95px;
	background-color:none;
	border: thin solid #000000;
	visibility: visible;
}

#content p {
	font-size:14px;
	word-spacing:normal;
	font-family: Franklin Gothic Book, Century Gothic, sans-serif;
	vertical-align:text-top;
}


#content .urgent {
	font-weight: bold;
	color:maroon;
}

#content table
{
	border-collapse:collapse;
}
#content table,th, td
{
	border: 1px solid black;
	text-align:left;
	vertical-align: top;
	padding:5px;
}

#content a
{
	 color:#006666;	 
}
#content a:hover  
{
	 color:Silver;
}
#content a:visited 
{
	color:Maroon;
	}