body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #2E5F8D;
	background-image:url(images/BG.gif);
	text-align: center; /* Use to center the page in IE 5 */
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

h1, h2 { 
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color: #306495;
	font-weight: bold;
}
h1 { 
	margin: 0px 0px 20px 0px;
}
h2 { 
	font-size: 14px;
}
/**************************************************************
	Links should always be used in the following order. 
***************************************************************/

a:active, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*************************************
		Layout
*************************************/
#Wrap{
	width: 603px;
	margin: auto;
	text-align: left;
}

#Header {
	background-image:url(images/bgTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 603px;
	height: 136px;
}


#content {
	width: 418px;
	padding: 15px 75px 30px 110px; /*83px*/
	background-image:url(images/bgMain.gif);
	background-repeat: repeat-y;
	position: relative;
}

#Footer {
	clear:both;
	background-image:url(images/bgFooter.gif);
	height: 29px;
}
#subFooter {
	clear:both;
	padding-right: 30px;
	text-align: right;
}
#Copyright {
	float: left;
	padding:5px;
	margin: 3px 0px 0px 10px;
	font-size: 10px;
	color:#4C4C4C;
}
#Menu {
	padding: 77px 0px 0px 105px;

}
/*************************************
		Content
*************************************/
#Icon {
	position: absolute;
	top: 0px;
	left: 0px;
}
#list {
	color: #B4B4B4;
	background-color: #EAEAEA;
	padding: 0px;
	position: relative;
}
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li
{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	padding: 5px 0px 0px 10px;
}

