*
	{
		margin: 0;
		padding: 0;
}

p {
		padding-top: 5px;
		padding-bottom: 5px;
}

body {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		background-color: #FFFFFF;
		height: 100%;
		width: 874px;
		font-size: 8pt;
		text-decoration : none;
		color: Black;
		font-family: Arial, Helvetica, sans-serif;
		padding-right: 37px;

}     
 
#header {
		width: 874px;
		height: 229px;
		background-image:url(../img/header.jpg);
		background-repeat:no-repeat;
		background-position:top;
}

#menu {
		width: 787px;
		height: 27px;
		background-image:url(../img/menu_bg.jpg);
		background-repeat:repeat-x;
		float: right;
		padding-top: 5px;
		}	  

#main {
		float: right;
		width: 787px;
		height: auto;
		overflow: visible;
}

#submenu1 {
		float: left;
		overflow: visible;
		width: 170px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;

}

#submenu2 {
		float: left;
		overflow: visible;
		width: 170px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
}

#maintext {
		float: left;
		overflow: visible;
		width: 375px;
		border-left: 1px solid #c4d0dc;
		border-right: 1px solid #c4d0dc;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
}

#footer {
		padding-top: 3px;
		width: 770px;
		height: auto;
		text-align:center;
		border-top: 1px solid #003399;
		padding-bottom: 5px;
		clear: both;
		margin-top: 10px;
}

a:link,a:visited,a:active {
		color: #999999;
		text-decoration: none;
		font-size: 8pt;
}

a:hover {
		color: #333333;
		font-size: 8pt;
		text-decoration:underline;
}


a.menu:link,a.menu:visited,a.menu:active {
		color: #ffffff;
		text-decoration: none;
		font-size: 8pt;
		padding-left: 15px;
		padding-right: 15px;
}

a.menu:hover {
		color: #ffcc00;
		font-size: 8pt;
		text-decoration:none;
		padding-left: 15px;
		padding-right: 15px;
}

a.selected:link,a.selected:visited,a.selected:active,a.selected:hover {
		color: #ffcc00;
		font-size: 8pt;
		text-decoration:none;
		padding-left: 15px;
		padding-right: 15px;
}
	
a img {
		border: none;
}


.borderimg {
border-top: 2px solid #0b3c6d;
border-bottom: 2px solid #0b3c6d;
}

ul,li {
padding-left: 15px;
}
