body {
	font-family: Arial, Helvetica, san serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background:url(images/cad_bckgrd.jpg) top center no-repeat #2b4a73; /*29476e*/
	position: relative;
	margin: 0 auto;
	} 

/* ======================================================== MAIN BODY CONTAINING ELEMENT ========================================================*/


#wrap { 
	width: 922px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color:#FFFFFF;
	}
	
#header {
	width:899px;
	height:112px;
	margin-left:10px;
	}
	
#logo {
	width: 301px;
	height: 87px;
	float:left;
	margin-top:15px;
	/* display:inline;IE 6 Fix */
	}

#banner {
	width: 899px;
	height: 216px;
	margin-left:10px;
	border-top: #919191 solid 1px;
	border-bottom: #919191 solid 1px;
	}
	
#navigation {
	width: 899px;
	height:37px;
	margin-left:10px;
	border-bottom: #919191 solid 1px;
	}
	
#nav-contain {
	width: 895px;
	height: 25px;
	border: #90c1c7 solid 2px;
	margin-top:7px;
	background:url(images/nav-gradient-tile.jpg) repeat-x #b0ebf3;
	}


	
#left {
	float:left;
	width:235px;
	height:auto;
	padding: 27px 0px 15px 0px;
	margin-left:10px;
	}
	
#subnav {
	width: 235px;
	height: auto;
	padding: 0px 0px 20px 20px;
	border-top: #919191 solid 2px;
	border-bottom: #919191 solid 2px;
	}
	

#right {
	float:right;
	width: 600px;
	height:auto; 
	margin-right: 10px;
	}
	
#text {
	width:440px;
	height:auto;
	padding: 20px 0px 20px 0px;
	text-align:justify;
	}
	
#text ul { padding: 0; margin: 0;}
#text li {margin-bottom: 20px;}

#text-expanded {
	width:530px;
	height:auto;
	padding: 20px 0px 20px 0px;
	}

	
.clearer{
	clear:both;
	margin:0px;
	}



#footer {
	font-size: 11px;
	width: 899px;
	height:80px;
	border-top: #919191 solid 1px;
	margin: 0 auto;
	clear:both;
	color: #666666;
	}
	
#footer-content {
	width:300px;
	height:65px;
	float: left;
	display:inline;
	}


#footer-login {
	width:280px;
	height:55px;
	/*background-color: #CCCCCC;*/
	border-left: dotted 1px #CCCCCC;
	float: right;
	display:inline;
	margin:5px 10px 0 0;
	padding:10px 0 0 20px;
	}
.login-header {
	color: #666666;
	font-size:13px;
	font-weight:700;
	}
/*======================================================== LINK STYLES ======================================================== */

/* === Basic links ===*/
a:link {
	text-decoration: underline;
	color: #1c4573;
}

a:hover {  
	color: red; 
	text-decoration: none;
}

a:active {  
	color: yellow; 
	text-decoration: underline;
}

a:visited {
	color: #153355;
	text-decoration: none;
}



/* === SIDE Navigation links ===*/
#subnav a:link {
	text-decoration: none;
	color: #1c4573;
}

#subnav a:hover {  
	color: red; 
	text-decoration: none;
}

#subnav a:active {  
	color: yellow; 
	text-decoration: none;
}

#subnav a:visited {
	color: #153355;
	text-decoration: none;
}


/* === NAV links ===*/
#navigation ul{
	padding-top: 3px; margin: 0;
	}
	

 #navigation li{
	display:inline;
	padding: 0 18px 0 4px; margin: 0;
	list-style-type: none;
	}
	
/*#navigation ul, #navigation li{
	display:inline;
	padding: 0 18px 0 4px; margin: 0;
	list-style-type: none;
	}
	*/
	
#navigation a{font:arial; font-size:14px; text-decoration: none;}

#navigation a:link {
	color: #23456c;
	}

#navigation a:hover {  
	color: red; 
	}

#navigation a:active {  
	color: #2D6EB7; 
	}

#navigation a:visited {
	color: #153355;
	}
	


	

/*=== Footer ===*/
#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {  
 	color: #5D84C9; 
	text-decoration: underline;
}

#footer a:active {  
	color: #999999; 
	text-decoration: underline;
}

#footer a:visited {
	color: #666666;
	text-decoration: none;
}


/*======================================================== TEXT STYLES ======================================================== */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #24476e;
	}

h3  {
	color: #666666;
	font-size:10px;
	text-transform: uppercase;
	}

h2, h4, h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.nav-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #b1b3b6;

	}
.basic-bold {
	font-weight: bold;
}

.basic-italic {
	font-style:italic;
}

.quotes {
	font-style:italic;
	color: #2F4D8D;
}

.gray-outline {
border: solid 1px #666666;
}

.red {
	color: #FF0000;
	}

/*======================================================== FORM STYLES ======================================================== */

#typein { }

#typein input
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein textarea
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein select
        {
        color: #000000a;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}				

		

