﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}


#maincontainer{
	width: 980px;
	margin: auto;
}


#left_col {
	width: 260px;
	float: left;
	margin: auto;
	text-align: center;
}

#page_content {
	margin-left: 262px;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	text-align: center;
	padding-right: 30px;
	font-size: 12px;
	background-image: url('images/bottom.png');
	height: 40px;
	background-repeat: no-repeat;
	background-position: 450px -20px;
	padding-top: 15px;
	color: #040095;
}



#tableclass{
	width: 185px;
	border-width: 1px;
	border: 1px #c6c6c6 solid;
	margin: auto;
	margin-top: 20px;
	margin-bottom:10px;

}

.leftmenu{
	width: 30px; 
	background:#c6c6c6;
}


.rightmenu{
	background: #9fc4a5;
	border-right: 2px white solid;
	color: #040095;
	padding-left: 4px;
	height: 30px;
	border-left: 8px #9fc4a5 solid;
	border-right: 8px #9fc4a5 solid;
	text-align: left;
}

.rightmenu:hover{
	border-left: 8px #c6c6c6 solid;
	border-right: 8px #c6c6c6 solid;
}


.rightmenu a{
	color: #040095;
	text-decoration: none;
}


.rightmenu a:hover {
	color: #040095;
	text-decoration: underline;
}


.titlelink{
	color: #040095;
	text-decoration: none;
	font-weight: bold;
}

.titlelink:hover {
	text-decoration: underline;
}


.tdtd{
	border: 3px #c6c6c6 double;
	padding: 0px;
	vertical-align: top;
	background: #9fc4a5;
	padding-left: 15px;
}


#navlist
{
padding-left: 0;
margin: 0px;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.title{
	font-weight: bold;
	font-size: 20px;
	color: #040095;
}

img{
	margin: 5px;
}