/*HEMCmainlayout style sheet by Insomniacs Team MIT.  This style controls the colors, layout, and navigation */

/* Overall Style */
* {
	padding: 0;
	margin: 0;
}

a:link {

text-decoration: none;

}

a:visited { text-decoration: none; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#DCDCDC;
	text-align: center;
	margin-top:5px;
	margin-bottom:25px;

	}
	
#wrapper {
	width: 900px;  
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	}
		
#header{
	
	margin: 0;
}

h1 {
	font-weight: bolder;
	color: #000066;
	font-size: 25px;
}

h2 {
	font-weight: bold; 
	font-size:large;
}

h3 {
font-weight:900;
font-style:italic;
}
/*End Overall Styel*/

/* Begin Top Menu Navigation */
.topNav {
	float: left;
	width: 900px;
	height: 50px;
	display:block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:1em;
	background:#003366;
	/* Make site search checkbox label text white and bold*/
	color:#FFF;
	font-weight:bold;
}

.topNav ul{
list-style-type:none;

}
.topNav li{
display:block;
float:left;
margin:0;
padding:0;


}
.topNav a{
display:block;
float:left;
text-decoration:none;
color:white;
font-weight:bold;
background-color:#003366;
padding:16px 10px 18px 10px;
text-align: center;
vertical-align:text-top;
}

.topNav a:hover{
background: #C0C0C0;
color:#003366;
/*height: 25.5px;
*/
}
/* End Top Menu Navigation */

/*Top Navigation current page*/
.topNav .currentpage a {
	background: #C0C0C0;
	color:#003366;
	}

/* Left Column Navigation */
#leftcolumn {
	float:left;
	margin-top: 10px;
	padding: 0px;
	font-size:13px;
	width: 30px;
	margin-left: 5px;
	border-style: none;
	margin-bottom: 50px;
 }

.Nav {
	width: 156px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Nav ul { list-style-type:none; }

.Nav li {
	border-top-style: solid;
	border-top-color: #B5BABD;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5BABD;
}

.Nav a:link {
	background-color:#DCDCDC;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5BABD;
	border-left-color: #B5BABD;
	color: #4E2716;
	font-weight: bold;
}

.Nav a:visited {
	background-color: #DCDCDC;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5BABD;
	border-left-color: #B5BABD;
	color: #4E2716;
	font-weight: bold;
}
.Nav  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5BABD;
}

/* 3rd Level Navigation added by Cathea Woodley 1-30-09*/

a.NavChild { 
   text-indent: 1em; 
   color: black !important; 
   font-size:10px !important;
   text-decoration:none !important; 
}
   /* End 3rd Level Navigation by Cathea Woodley 1-30-09*/



 .SideTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
	background-color: #003366;
	padding: 10px;
}
#banner {
	float:left;
	display: inline;
}
	
/* End of Left Column Navigation */

/*Begin of Editable Content Area */

#content {
	float: right;
	color: #333;
	margin-top: 20px;
	margin-left: 3px;
	height: 100%;
	width: 79%;
	text-align:justify;
	background-color: #FFFFFF;
	margin-right: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
		
}

#content a:link img{
	border:0;
}

#content a:visited img{
	border:0;
}



/************ Stylized Table Code*********/
.tableStyle table {

border: 1px solid;

}

.tableStyle tr {	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4E2716;
}

.tableStyle td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	background: #fff;
	padding: 6px 6px 6px 12px;
	background-color: #CCCCCC;
	color: #4E2716;
}

.tableStyle ul {list-style-type:none;}

.tableStyle th { 

	background-color:#DCDCDC;
	text-align:center;

}
/************************************/

/************ UnStylized Table Code*********/
.noTableStyle tr{

	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border:none;

}

.noTableStyle td {
	padding: 6px 6px 6px 12px;
	border:none;
	
	}

.noTableStyle th { 

	text-align:center;

}
/************************************/
#content .lastParagraph {
	margin-bottom: 35px;
}


#contentHeader {
	background-color: #990000;
	width: 600px;
	height: 50px;
	position: relative;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

/* Added to Indent Bullet List */
#content ul {
margin-left: 80px;
}	

#content ol {
margin-left: 80px;
}


#content li {}
/*******************/

/* End of Editable content Area */
	
/* Begin of Footer */

		
#footer {

	clear:both;
	font-size:10px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer li {

		display:inline; font-size:12px;

}
#blankdiv {
		float: left;
	
	}
/* End of Footer */	

/* Bottom Image Tags */
#bottomnav {
	position:relative;
	left:125px;
	}
#bottomnav .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#bottomnav .col_title {
	background:url(../images/menu_bg.gif) repeat-x top left;
	text-align:center;
	color: #003366;
	height:20px;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCC99;
	
}

#bottomnav .imglink {
	border:1px solid #069;
	width:180px;
	height:170px;
	float:left;
	margin-left: 60px;
    margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
}

#bottomnav .imglinktop {
	border:1px solid #069;
	width:180px;
	height:170px;
	float:left;
	margin-left: 60px;
    margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	position: relative;
	right: 35px;
	_r\ight: 60px; /* IE 6 only */
}

#bottomnav a:link {
	text-decoration: none;
}
#bottomnav a:link img{
	text-decoration: none;
	border:0;
}
#bottomnav a:visited img{
	text-decoration: none;
	border:0;
}
#bottomnav a:visited {
	text-decoration: none;
}

#bottomnav ul {
	list-style-type: none;
}

#bottomnav li { text-align:center;}
