/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 138px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 609px;
	padding: 10px;
	border: 2px solid #13567D;
	background-image:  url(../images/bodybgblue01.jpg);
}
/*---end of main content wrapper structure---*/
/*
The code below is for the placement of the Menu Detail
*/ 
#menu {
	width: 588px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	padding: 5px 30px 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}
.menuhead {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 1px;
}
.sectionheading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 0px;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.itemtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.itemtextitalic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}
.text14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.text12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C97AE;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
/*
The code below is for 
*/ 

/*
The code below is for the formatting of the body links
*/ 
a.sitemap:link {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}

a.sitemap:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.sitemap:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of body links---*/

/*---end of Style Sheet---*/