/************************************************
*	Main Body Style 							*
************************************************/
body {
	background-color: #000022;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
}


/************************************************
*	Container 									*
************************************************/
#container {
	width: 960px;
	background-image:url('images/bgwhite.gif');
	border: 0;
	line-height: 130%;
	margin-left: auto;
	margin-right: auto;
}


/************************************************
*	Header										*
************************************************/
#header {
	text-align: center;
	padding: 0px;
}

/************************************************
*	Main Menu (Navigation bar)					*
************************************************/
#mainmenu {
	width: 955px;
	height: 38px;
	margin: 3px 3px;
	padding: 0;
}

#mainmenu ul
{
	float: left;
	list-style: none;
	width: 835px;
	padding-left: 120px;
	border-top: 1px solid #0000aa;
	border-bottom: 1px solid #0000aa;
}

#mainmenu a.menu
{
	color: #0000aa;
	display: block;
	font-size: 14px;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 6px 15px 6px 15px;
	border-right: 1px solid #0000aa;
}

.first {
	border-left: 1px solid #0000aa;
}

#mainmenu a.menu:hover
{
	background: #ADD8E6;
}

#mainmenu li{
	float: left;
	list-style: none;
	margin: 4px 0px;
	padding: 0px;
	position: relative;
}


/************************************************
*	Content Segment			 					*
************************************************/
#content {
	width: 900px;
	margin: 2px;
	padding: 4px 5px 5px 10px;
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
}

.picwithcaption {
	float:left; 
	text-align:center; 
	margin: 15px;
}

#content img{
	margin: 3px;
}

#content p {
	font-size: 14px;
	line-height: 24px;
//	width: 720px;
	margin: 5px 5px 15px 50px;
}

.intro {
	font-style:italic;
	font-weight:bold;
}

#content h2 {
	color: #000099;
	text-align:left;
	font-weight: bold;
	margin: 0px 5px 5px 10px;
	padding: 12px 5px 12px 5px;
    font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
}


#content h3 {
	color: #000077;
	text-align:left;
	margin: 0px 5px 6px 10px;
	padding: 8px 5px 2px 5px;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
}
#content h4,h5 {
	margin: 0px 5px 6px 15px;
	padding: 8px 5px 2px 25px;
	color: #000077;
	text-align:left;
	font-family: Georgia, Times New Roman, Trebuchet MS;
}
#content h3 a {
	color: #0000aa;
	text-decoration: none;
}
#content h3 a:hover {
	color: #0000cc;
}

#content dt {
	font-size: 14px;
	font-weight: bold;
}
#content dt a {
	color: #0000aa;
	text-decoration: none;
}
#content dt a:hover {
	color: #0000dd;
}

#content dd {
	font-size: 14px;
	font-weight: normal;
	margin-left: 220px;
}

#content ul {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 5px 15px 5px;
	padding: 8px 5px 2px 75px;
}

/************************************************
*	Footer					 					*
************************************************/
#footer {
	background-color: #000022;
	color: #888888;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
