a:link {
	border-bottom: 1px dashed #CCCCCC;
	color: #003366;
	text-decoration: none;
}

a:link.nounderline {
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dashed #CCCCCC;
	color: #660033;
	text-decoration: none;
}

a:visited.nounderline {
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active {
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}

body {
	background-image: url(../images/bg_test1.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
}

h2 {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
}

h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%;
}

li {
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	margin-left: 3%;
	margin-right: 3%;
}

p.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0%;
	margin-right: 0%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 80%;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 80%;
	background-color: #E6E6F9;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	margin-left: 4%;
	margin-right: 4%;
}

a.img {

	border-bottom: none;
	
}


.center {
	text-align: center;
}

.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#footer {
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	font-size: 85%;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

#header {
	background-image: url(../images/main.jpg);
	height: 122px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 100%;
}

#main_content {
	position: relative;
	width: 100%;
}

#maincontainer {
	background-color: #FFFFFF;
	margin: 0.5% auto; /*top,right,bottom,left*/
	text-align: left;
	width: 740px;
}

#menu {
	float: left; /*position:absolute;*/
	margin-top: 5px;
	text-align: right;
	top: 0px;
	width: 200px;
}

#menu li {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

#menu li a {
	background-color: #E6E6F9;
	border-bottom: 1px solid #9D9DE6;
	border-top: 1px solid #FFFFFF;
	color: #626586;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 3px 0px 5px 5px;
	width: 100%;
}

#menu li a:hover {
	background-color: #BEBEEF;
	border-bottom: 1px solid #E6E6F9;
	border-top: 1px solid #3333CC;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#page_content {
	margin-left: 215px;
	padding: 5px 0px 10px 10px;
}

.styledtable              {width:97%; padding:0px; margin:0px;}
.styledtable td           {border:1px solid #003366; font-size:small; padding:5px; margin:5px; line-height:100%;}
.styledtable td.alt       {background-color:#aaccee; color:#003366;}
.styledtable td.bold      {background-color:#003366; color:#fff;}
