html,body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	width:100%;
	height:100%;
}

img {border:none}

.menublock {width:194px;
			height:auto;
			margin:0px 8px 0px 8px;
}

.menublock img {margin: 3px;}

.menupic	{width:200px;
			height:50px;
			margin:0px 5px 5px 5px;
			padding:0px;
			vertical-align:top;
}
						
.maintable {width:100%;
			height:100%;}

.top1	{width:210px;
		height:200px;
		background-image:url(images/top1.jpg);
		background-repeat:no-repeat;
		vertical-align:middle;
	}

.topfill {background-image:url(images/topfill.gif);
		background-repeat:repeat-x;
		width:auto;}

.top2	{width:788px;
		height:200px;
		background-image:url(images/top2.jpg);
		background-repeat:no-repeat;
		background-position: top right;}

.top2 .menu {width:130px;
			height:40px;
			padding:0px;
			margin-top:125px;
			margin-left:102px;
}
			
.menufill	{background-image:url(images/menufill.gif);
		background-repeat:repeat-y;
		vertical-align:top;
}

.menubottom	{height:70px;
		background-image:url(images/menubottom.gif);
		background-repeat:no-repeat;
		text-align:center;
		vertical-align:top;
		background-color:#1351b0;}

.menubottom img {margin:15px 3px 0px 3px;}

.footerblock1 {width:450px;
				height:64px;
				margin:3px 3px 3px 10px;
				padding:0px;
				color:#FFFFFF;
				font-size:11px;
				text-align:justify;
				float:left;}

.footerblock2 {width:150px;
				height:64px;
				margin:3px 3px 3px 0px;
				color:#FFFFFF;
				font-size:11px;
				text-align:right;
				float:right;}
				
.footerblock1 a {color:#d0ffff;}
.footerblock1 a:hover {color:#ffffff;}

.footerblock2 a {color:#ffffff;}
.footerblock2 a:hover {color:#ffffff;}

.footer	{background-color:#1351b0;}

.text {background-color:#FFFFFF;
		vertical-align:top;
		width:788px;
		padding:0px;
}

.text p img {border:none;
			margin:5px;}

.toplink {display:block;
		  width:100px;
		  height:20px;
		  color:#000066;
		  text-decoration:none;
		  line-height:20px;
		  padding:0px;
		  margin:3px 0px 2px 25px;
		  font-size:15px;
		  font-weight:bold;}

.toplink:hover {color:#0066FF;
		  text-decoration:underline;}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{	color: #4e61ed;
	text-decoration: none;
}

a:hover{
	color: #0f1d86;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}


ul.topmenu {list-style: none;
	display:block;
	width: 130px; /* Width of Menu Items */
	float:left;
	padding:0px;
	vertical-align:middle;
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;	
	line-height:20px;
	}

ul.topmenu li {position: relative;
	margin-bottom:1px;
	}
	
ul.topmenu li ul {
	position: absolute;
	width: 230px;
	left: 130px; /* Set 1px less than menu width */
	top: -140px;
	display: none;
	border:1px #000066 solid;
	background:#FFFFFF;
	}

/* Styles for Menu Items */
ul.topmenu li a {display: block;
	text-decoration: none;
	color: #0e3159;
	font-weight:bold;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	text-indent:15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.topmenu li { float: left; height: 1%;}
* html ul.topmenu li a { height: 1%; }
/* End */

ul.topmenu li a:hover { color:#0000FF;
			background-position: 0px -20px;
			text-decoration: none;} /* Hover Styles */

ul.topmenu li ul li {margin: 0px;
			text-indent:0x;
			font-size:11px;
			line-height:12px;
}

ul.topmenu li ul li a:hover { color:#ffffff;
			background-color:#0000FF;
			text-decoration: none;} /* Hover Styles */
		
ul.topmenu li ul li a {padding:2px 5px 0px 5px;
			border: none;
			background:#ffffff;
			font-weight:normal;
			text-indent:0px;} /* Sub Menu Styles */
		
ul li:hover ul, ul li.over ul { display: block;} /* The magic */

p {margin: 3px 15px 3px 25px;
	text-align:justify;
	clear:left;
}

h1 {font-size:18px;
	margin:10px 15px 5px 8px;
	}
	
h2 {font-size:16px;
	margin:10px 15px 4px 13px;
	}
	
h3 {font-size:14px;
	margin:10px 15px 3px 18px;
	}
	
h1,h2,h3 {background-color:#d7e4f8;
			border-bottom: 1px solid #28497d;
			border-top: 1px solid #28497d;
			text-align:center;
			clear:left;}
