/* CSS Document */

/* CSS Layer Layout Items */

body{
margin:0px;
font-family: Arial;
}

#MainTable {
	width:100%;
	height:100%;
/*	padding: 5px 5px 5px 5px;*/
	/*background-color: #ffffff;*/
	vertical-align:top;
	/*valign:top;*/
	/*background-image: url(maingradient.jpg);*/
	background-repeat:repeat-y;
}

#toprow td{
height: 129px;
}

#mainrow {
vertical-align:top;
height:100%;
}
#mainareatable{
	background-color: white;
	/*background-repeat:repeat-y;]*/
	/*height: 9px;*/
	width: 775px;
	borders:0 0 0 0 px;
	height: 100%;
	}
	#mainarea td{
	height: 100%;
		vertical-align:top;
	}
	


#leftmenu{
	background-image: url(images/bluebackground-light.jpg);
	background-color: white;
	/*background-repeat:repeat-y;]*/
	/*height: 9px;*/
	width: 150px;
		vertical-align:top;
	}
	
#rightside{
	background-image: url(images/bluebackground-medium.jpg);
	background-color: white;
	/*background-repeat:repeat-y;]*/
	/*height: 9px;*/
	width: 200px;
	vertical-align:top;
	}

#footer{
	background-image: url(images/footer-blue.jpg);
	background-color: white;
	/*background-repeat:repeat-y;]*/
	/*height: 9px;*/
	height: 20px;
	font-size: 10px;
	color: #ffffff;
	}
	
	#footer td{
	height: 20px;
	background-repeat: repeat-x;

	}

#MainContent {
	/*width:100%;*/
	/*height:100%; 440px;*/
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	vertical-align:top;
	/*valign:top;*/
	/*background-image: url(maingradient.jpg);*/
	background-repeat:repeat-y;
	height:100%;
}



#SideNavSection {
	width:127px;
	/*height:100%;*/
	background-image: url(sidegradient.html);
	background-color: #0099ff;
	background-repeat:no-repeat;
	vertical-align:top;
	}


#menu {
	border-color: #333366;
	border-style: solid;
	border-width: 0px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 10 10 10 10px;
	font-size: 1.25 em;
}
#menu td{
border-bottom: 1px solid;
	font-size: 1 em;
}

/* CSS Text Format Items */
a:link, a:visited {
	color:#333366;
	text-decoration:underline;
	/*border-bottom: 1px dotted #666666;*/
	}
a:visited {
	color:#333366;
	text-decoration:underline;
	/*text-decoration:none;*/
	/*border-bottom: 1px dotted #666666;*/
	}
a:hover {
	color:#333366;
	text-decoration:none;
	/*border-bottom: 1px solid #666666;*/
	}
a:active {
	color:#333366;
	text-decoration:none;
	/*border-bottom: 1px dotted #666666;*/
	}
p {
	font-family:Arial;
	color:#333366;
	font-size:75%;
	}

h1 {
	background-color: #EEEEEE;
}
 h2 {
 background-color: #003366;
 font-size: 75%;
 color: white;
 }
h3 {
	/*background-color: #ffffff;*/
	color: #333366;
	font: 18pt bold;
	font-family: arial, helevetica, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase capitalize;
}

img {
	border: 1;
}

img.logo {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}


table.menu {
	background-color: #EEEEEE;
	border-color: #333366;
	border-style: solid;
	border-width: 4px;
	color: #000000;
	font: 8pt sans-serif;
	text-decoration: none;
	width: 175;
	padding: 10 10 10 10px
}


table.menu A:active {
	color: #333366;
	text-decoration: none;
}

table.menu A:link {
	color: #333366;
	text-decoration: none;
}

table.menu A:visited {
	color: #333366;
}


