/* body structure elements*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #bfc6cc;
	font-family: "Adobe Garamond",Georgia, "Times New Roman", Times, serif;
	color: #00538d;
	background-image: url(../i/site-bg-gradient.jpg);
	background-repeat: repeat-x;
}

#page {
	padding: 0px;
	width: 720px;
	background-color: #FFFFFF;
	background-image: url(../i/page-bg.gif);
	margin-left:40px;
}
#header {

}
#nav {
	background-image: url(../i/templates/nav-template.jpg);
	height: 31px;
}

#footer {
	background-image: url(../i/templates/footer-bg.gif);
	height: 35px;
	width: 720px;
	padding: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}


.spacer {
	clear: both;
}


#col1 {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
}

/*Column 2 and contnet formatting*/

#col2 {
	float: left;
	width: 500px;
	
	background-image: url(../i/right-column-bg.jpg);

	background-repeat: repeat-x;
}

#col2 #content {
	margin-top: 35px;
	margin-bottom: 10px;
	width: 468px;
}


#content p{
font-size: 13px;
margin-top: 0px;
}

#content h1 {

margin-top: 0px;
}

#content h2 {
font-size: 16px;
font-weight:bold;
color:#003f6b;

}

#content h3 {
font-size: 14px;
font-weight:bold;
color:#003459;
margin-bottom: 3px;
margin-top: 15px;

}

#content ul{
	font-size: 12px;
	font-weight:bold;
	list-style-image: url(../i/bullett.gif);
}

#content td {
font-size: 13px;

}


#content a:link, a:visited {

color: #660099;

}

#content a:hover {

color: #000000;
}


/* Pop-Up Styles*/


#contentPop {
	/*margin-top: 35px;
	margin-bottom: 10px;*/
	margin-left: 5px;
	width: 468px;
	text-align: justify;
}


#contentPop p{
font-size: 13px;
margin-top: 0px;
}

#contentPop h1 {

margin-top: 0px;
}

#contentPop h2 {
font-size: 16px;
font-weight:bold;
color:#003f6b;

}

#contentPop h3 {
font-size: 14px;
font-weight:bold;
color:#003459;
margin-bottom: 3px;
margin-top: 15px;

}


#contentPop a:link, a:visited {

color: #660099;

}

#contentPop a:hover {

color: #000000;
}


/*footer nav styling*/

#footerNav {
	margin-left: 235px;
	height: 10px;
	margin-top: 5px;

	
}


* html #footerNav {
	margin-top: 10px;
	m\argin-top: 10px;

}



ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
display: inline;
}

#navlist a:link, #navlist a:visited
{
color: #fff;

text-decoration: underline;
}

#navlist a:hover
{
color: #000;

text-decoration: underline;
}


#navlist .vert {
color: #99ccff;

}
