html {
height: 100%;
}

body { 
	background-color:#FFF;
/* 	background-image:url(/images/bkgd.png);
	background-position: top center;
	background-repeat: repeat-y;
*/  	margin: 0px 0px 0px 0px; 
	padding: 0px;
	}

form {
  margin: 0;
  padding: 3px;
}

#page{
	width: 730px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px;
}

#container { 
	width: 700px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	top:0px;
	}

#mainImage {
 	width: 700px;
 	height: 20px; /* strange but ie6 needs this */
	margin: 0px; 
	padding: 140px 0px 0px 0px;
	}
	
#container_body {
 	position: relative;
	float:right;
	width: 465px;
	/*top, right, bottom, left.*/
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#intro{
border: 1px dotted #CCC;
background-color:#ebf2fc;
width:215px;
font-size:90%;
float:right; 
padding:5px 10px; 
margin:10px 0px 0px 10px;
}		
	
#body_sub {
	border-bottom: 1px dotted #ccc;
	}	
	
/* Nav */

#nav {
 	width: 700px;
	margin: 0px;
	padding: 0px;
	height:35px;
	}	
	
/* Sidebar */
	
#sidebar {
    position:relative;
	float:left;
 	width: 220px;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar_content {
/*	border: 1px solid #aaa;    
*/	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	}	
	
#footer {
	position:relative;
	float:right;
	width: 445px;
	border: 1px solid #aaa;
	color:#000000;
	background-color:#B5D0F9;	
	margin: 10px 15px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}

/*STYLES*/
/*STYLES*/

body {
	color: #444; 
	font-size: 12px; 
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#0000CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#0033FF;
	}
a:hover, 
a:active, a:visited:hover  { 
	text-decoration: underline; 
	color:#0099FF;
	}

p {
	text-align:justify;
	margin: 10px 0px; 
	}

h1 {
	width:100%;
	background:#ebf2fc;
	padding:0px;
	margin:0px;
	}	

h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:120%;
 	text-align: left;
	padding:0px;
	margin:0px;
	}
	
h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:160%;
	line-height:120%;
 	text-align: left;
	border-bottom:#000066 1px solid;
	color:#000066;
	padding:0px;
	margin:0px;
	}

.small {
	font-size:85%; 
	margin:5px 0px;
	}

#navCaption {
	text-align:right;
	color:#999;
	font-size:80%;
	}

#navCaption a {
	text-align:right;
	color:#999;
	text-transform:uppercase;
	font-size:80%;
	}


/* Nav Styles*/

#nav ul
{
	margin: 0;
		/*top, right, bottom, left.*/
	padding:0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 700px;
	border-bottom:#CCC 1px solid;
	border-collapse:collapse;
}

#nav li
{
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 140px;
	float: left;
	background:#CCCCCC url(/images/background_nav.png) repeat-x center;
}

#nav li a
{
color:#000066;
}

#nav li a:hover
{
color:#990000;
text-decoration:none;
}

	
/* Sidebar Styles*/

#sidebar ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 15px; 
	padding: 0px;
	}
	
#sidebar li {
	display: block;
	list-style-type: none;
	color:#666;
	font-size:80%;
	line-height:180%;
	background-color:transparent;
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#sidebar li.contact {
	color:#444;
	}
		
	
#sidebar li a:link,
#sidebar li a:visited, 
#sidebar li a:visited:hover,
#sidebar li a:hover, 
#sidebar li a:active {
	font-size:110%;
	font-style: normal;
	padding-right: 5px;
	}
	
#sidebar h2 {
	background:url(/images/icon_application.gif) left center no-repeat;
	font-size:150%;
	color:#666;
	line-height: 16px;
	font-variant:small-caps;
	text-align: left; 
	border-bottom: 1px solid;
	border-color:#CCC; 
			/*top, right, bottom, left.*/
	margin: 0px 5px 0px 0px; 
	padding: 2px 4px 2px 15px;
	}

/*form */

input, textarea {background-color:#EAEAEA;}