body{
	font-size:12px;
	font-weight:normal;
	font-family:Arial, san-serif;
	color:#666666;
	background: #bbbbbb;
	width:100%;
	height:100%
}

div#main{
	background: #ffffff;
	width:950px;
	margin:10px auto 0px auto;
}

div#header {
	background:#1B3F8B	;
	height:120px;
	width:100%;
}
table#head {
	width:100%; 
	color: #000000;
	white-space:nowrap;
}

table#head h1{
	color:#ffffff;
	font-size:20px;
	font-weight: bold;
}

table#head h2{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}

table#head td{
	width: 50%;
	vertical-align:top;
	padding:10px;
}

table#menu {
	width:100%;
}

table#menu td{
	height:25px;
	width:20%;
	font-size:14px;
	text-align:center;
	background:#CCCCFF;
	white-space:nowrap;
}


table#menu a:link{
	text-decoration:none;
	text-transform:uppercase;
	color:#6600FF;
}

table#menu a:hover{
	text-decoration:underline;
	text-transform:uppercase;
	color:#6600FF;	
}

table#menu a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#6600FF;
}

table#main {
	width:100%;
}

table#main td.menu {
	width:200px;
	background:#CCCCFF;
	padding:15px;
}

table#mainmenu {
	width:200px;
	background:#CCCCFF;
	padding:15px;
	color:#6600FF;
}

table#mainmenu td{
	height:50px;
	vertical-align:center;
	font-size:13px;
}

table#mainmenu a:link{
	text-decoration:none;
	text-transform:uppercase;
	color:#6600FF;
}

table#mainmenu a:hover{
	text-decoration:underline;
	text-transform:uppercase;
	color:#6600FF;	
}

table#mainmenu a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#6600FF;
}

table#footer{
	width:100%;
}

table#footer td{
	width:50%;
	font-size:12px;
	background:#1B3F8B;
	color:#CCCCFF;
	padding:5px;
	white-space:nowrap;
}



table#footer a:link{
	text-decoration:none;
	text-transform:uppercase;
	color:#CCCCFF;
}

table#footer a:hover{
	text-decoration:underline;
	text-transform:uppercase;
	color:#CCCCFF;	
}

table#footer a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#CCCCFF;
}