/* DIVS */
#pageContainer
{
	width: 750px;
}
#pageMenu
{
	background: #7F7F7F;
	border: solid 1px #ddd;
	height: 26px;
	margin: 2px 0px 0px 0px;
	width: 750px;
}
#pageFooter
{
	background: #7F7F7F;
	border: solid 1px #ddd;
	height: 22px;
	margin: 6px 0px 0px 0px;
	width: 750px;
	clear:both;
}
#pageBody
{
	background: white;
	min-height: 400px;
	width: 749px;
	margin: 6px 0px 0px 0px;
	border: solid 1px #7F7F7F;
	text-align:left;
	overflow:auto;
}
#contentFeature
{
    width: 575px;
    margin: 2px 2px 4px 2px;
    text-align: left;    
}
#contentSidebar
{
	width: 168px;
	float:right;
	margin: 2px 2px 4px 0px;
}
#contentBottom
{
	margin: 4px 6px 2px 4px;
	width: 568px; 
}
#contentHeader
{
	width: 100%; 
	background-color: #35354D; 
	height: 50px; 
	border-bottom: solid 1px #7F7F7F;
}
#contentNavigation
{
	padding: 12px 2px 4px 6px; 
	float:left; 
	width:180px; 	
	min-height:250px; 
	background-color: #7F7F7F; 
	background-position:right bottom; 
	background-repeat: no-repeat; 
	background-image: url(/images/Content_Menu_Rounder.gif);
}
/* GLOBAL */
body
{
	/*background-image: url(/images/Page_Background_Color.gif);*/
	background: #35354D;
}

body, tr, td
{
	font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}
h1
{
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;	
	text-decoration: none;
	font-variant: normal;
}
h1.pageheader
{
	color:#FF6633;
	text-transform: uppercase;
	padding-left: 8px;
}
h3
{
	line-height: 1.0;
	color: #FF6633;
	font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

h2
{
	line-height: 1.0;
	color: #000000;
	font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-variant: normal;
}

/* CLASSES */
.bottomContentHeader
{
	width: 275px;
	background-image: url(/images/alumnium.jpg);
	color: #35354D;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	vertical-align:middle;
	height: 20px;
	overflow: hidden;
}
.bottomContent
{
	width:275px;
	background: #CCC;
	min-height: 175px;
}
.headerImage
{
 width: 248px;
 height: 50px;
 border-left: solid 1px #7F7F7F;
 background-image: url(/images/Main_Column_1.jpg);
 background-repeat: no-repeat;
}
.navtable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navtablelink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	padding-left: 5px;
}
.navtablelink:hover
{
	color: #FF6633;
}
.bodytext
{
	font-family: 'Trebuchet MS' ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.navforminput
{
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-variant: small-caps;
}
.forminput
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	border: 1px solid #003366;
}
.tblbordergray
{
	border: 1px solid #999999;
}
