body 
{
	font-family: Arial;
	font-size:80%;
	color:black;
	background-color: #9ccfff;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	CONTAINER 
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#container
{
	text-align: center;
	font-size: 100%;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	MAIN TABLE 
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#container #main
{
	width:886px;
	height:650px;
	background-image: url(../images/mainbg.gif);
	background-color:white;
	font-size:100%;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	MENU 
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#main #menu
{
	width:207px;
	background-color: #310063;
	color:white;
	vertical-align:top;
}

#menu UL
{
	list-style-type: square;
	padding-left: 28px;
	margin-left:28px;
	color: #9ccfff;
}

#menu LI
{
	margin-bottom:20px;
}

#menufooter
{
	background-color: #21106b;
	position:relative;
	bottom: -160px;
	height:95px;
	border-top: 1px solid white;
	padding:10px;
	line-height: 18px;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	MENU LINKS
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/
 #menu A, #menu A:Visited, #menu A:Active
 {
 	color:white;
 	text-decoration: none;
 }
 
 #menu A:Hover
 {
 	text-decoration: underline;
 }
 
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	LOGO 
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#logo
{
	text-align: center;
}
#logo IMG
{
	margin-top:30px;
	margin-bottom:30px;
}


/*'''''''''''''''''''''''''''''''''''''''''''''''''''''
 	CONTENT 
 '''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#main #content
{
	width:679px;
	vertical-align: top;
	padding-left:2px;
}

#content H1
{
	color:#310063;
	font-weight: bold;
	margin-bottom:0px;
	/*margin-top:60px;
	margin-left:50px;*/
	margin-bottom:5px;
	font-size:130%;
}

#content P
{
	/*margin-left:50px;
	margin-right:50px;*/
	text-align: justify;
	line-height:22px;
}



.contentimg
{
	margin-left:10px;
	margin-top:4px;
	/*float:right;
	margin-right:50px;
	margin-left:50px;*/
}

.contentimg_main
{
    margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
}

#content .footerlogos
{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:30px;
}

#content A, #content A:Visited, #content A:Active
{
	color:#300063;
	text-decoration: none;
}
#content A:Hover
{
	text-decoration: underline;
}

#content TABLE
{
	margin-top:50px;
	margin-left:30px;
	margin-right:30px;
	font-size:10pt;
	width:610px;
}

#content TD
{
	padding:5px;
}

#content UL
{
	margin-left:30px;
}

.small
{
    font-size:80%;
    padding-left:35px; 
}
