body {
	background-color: #A5DAFF;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

body, td, p, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1{
color: #D46529;
font-size: 15px;
}

H2{
color: #333996;
font-size: 12px;
}

a {
	color: #333996;
}

a:hover {
	color: #D46529;
}

a.leftlink {
	color: #D46529;
}

a:hover.leftlink {
	color: #333996;
}

img {
	border: 0px;
}

a.menu {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #D46529;
}

a.copyright {
	font-size: 10px;
	text-decoration: none;
	color: #B1C8D9;
}

a.copyright:hover {
	font-size: 10px;
	text-decoration: none;
	color: #B1C8D9;
}

table.menu {
	background-color: White;
	border-top: 1px solid #A5DAFF;
	
}

td.menu {
	border-bottom: 1px solid #A5DAFF;
	height: 30px;
	text-align: left;
	vertical-align:middle;
	padding-left:20px;
	}

table.main {
	width: 980px;
	height: 100%;
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

td.left {
	width: 370px;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	padding-top: 68px;
	padding-left: 63px;
	vertical-align: top;
}

td.copyright {
	padding-top: 10px;
	color: #B1C8D9;
	text-align: center;
	font-size: 10px;
}

td.content {
	width: 610px;
	padding: 20px;
	vertical-align: top;
	text-align:justify;
}

div.logo {
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 25px;
}

