/* CSS Document */
/*body	{ 
	background: #CECEB2 url(images/background-salmon.jpg) repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	 color: #333333;
}

body, html { 
margin: 0 0 0 0; 
background: #CECEB2 url(../images/background-salmon.jpg) no-repeat center top; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}*/


a			{ color: #791716; text-decoration: none; } 
a:active	{ text-decoration: underline; } 
a:hover		{ color: #22221F; text-decoration: underline; }

#subContainer a	{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	border-right: thin solid #ffffff;
}
#subContainer a:hover	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #cccccc; 
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
}

#subContainer1 a	{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	border-right: thin solid #ffffff;
}
#subContainer1 a:hover	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #cccccc; 
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	padding-left:24px;
	padding-right:60px;
	color: #000000;
	
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	padding:10px;
	color: #000000;
	text-align:center;
	
	
}
.projBold{
	color:#87A4B2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;

	text-decoration: none;
	/*padding-left:5px;*/
	font-weight: bold;
}

.bordertd{
border:thin solid #cccccc;
}
.textBold{
	font-weight:bold;
}
.header18pt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 35px;
	font-weight: bold;

}
.subheader12pt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 35px;
	font-weight: bold;

}
.subheader12ptno {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 35px;


}

ul 
{
    list-style: list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	padding-right:20px;
	color: #000000;
}

#container	{ 
margin: 0 auto; 
width: 601px; 
background: #ffffff;
padding-top:20px;
}

#navContainer	{ 
width: 601px; 
margin: 0 auto; 
height: 56px; 
}

#subContainer	{ 
padding-top:2px;
width: 596px; 
margin: 0 auto; 
/*height: 20px;*/ 
padding-left:5px;
background: #2C363A;
line-height:12px;

}

#subContainer1	{ 
padding-top:3px;
width: 601px; 
margin: 0 auto; 
height: 40px; 
background: #2C363A;
line-height:18px;

}

/* header
----------------------------------------------- */

#header		{ 
width: 601px; 
margin: 0 auto;
padding-top:5px; 
padding-bottom:5px; 
height: 122px; 
}

div.text {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff;
	padding-left:20px;
	width:370px;
	top: 90px;
}

div.text a			{ color: #ffffff; text-decoration: underline; } 
div.text a:active	{ text-decoration: none; } 
div.text a:hover		{ color: #cccccc; text-decoration: none; }

.thumbnail	{ 
float:left;
padding-right:5px;
padding-bottom:5px;
}

#header	img	{ 
float:right;
}

#right_menu		{  
width: 180px; 
float: left; 
min-height: 300px; 
padding: 10px; 
}

#content	{ 
width: 580px; 
float: left; 
padding: 10px;
}

#front_page	{ 
width: 600px; 
padding: 30px 20px; 
margin: 0 auto; 
}

#footer		{ 
border-top: 5px solid  #414F56; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#FFFFFF;
width: 601px; 
margin: 0 auto; 
padding-top:5px;
background: #2C363A; 
height: 18px;
}

#copyright	{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
width: 601px; 
margin: 0 auto; 
padding: 10px 0;
background: #2C363A; 
height: 22px;
}


.navText	{ font-family: Trebuchet MS, sans-serif; 
font-size: 1.4em; 
line-height: 2.2em; 
font-weight: bold; 
}

/*  Form Elements */
label	{ color: #999999; }
#ns_warning	{ background-color: #FF6666; padding: 10px 20px; border: 1 solid #FF0000; color: #FFFFFF; }