/* CSS Document */

/* CSS Layer Layout Items */

body{
margin:0px;
font-family: Arial;
}

#gradientcell {
background-image: url(layoutimages/top_gradient.jpg);
	background-color: white;
	background-repeat:repeat-y;]
	height: 9px;
	}

#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;
}

#SideNavSection {
	width:127px;
	/*height:100%;*/
	background-image: url(sidegradient.jpg);
	background-color: #0099ff;
	background-repeat:no-repeat;
	vertical-align:top;
	}



/* CSS Text Format Items */
a:link, a:visited {
	color:#333366;
	text-decoration:none;
	/*border-bottom: 1px dotted #666666;*/
	}
a:visited {
	color:#333366;
	text-decoration:none;
	/*text-decoration:none;*/
	/*border-bottom: 1px dotted #666666;*/
	}
a:hover {
	color:#333366;
	text-decoration:underline;
	/*border-bottom: 1px solid #666666;*/
	}
a:active {
	color:#333366;
	text-decoration:underline;
	/*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;
}
table.menu A:active {
	color: #333366;
	text-decoration: none;
}

table.menu A:link {
	color: #333366;
	text-decoration: none;
}

table.menu A:visited {
	color: #333366;
}



