/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#999999;
	text-align: center;
}

#frame {
	padding: 20px 20px 20px 20px;
}

#wrapper {
	background-color: #28376e;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px 0px;
	background-image: url(img/columns350-2.png);
	background-repeat:repeat-y;
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;
}

img { border: none; }

#navbar {
	margin-right: 13px;
	padding: 80px 0px 0px 0px;
	list-style-type: none;
}

#navbar a:active, #navbar a:link, #navbar a:hover, #navbar a:visited {
	text-decoration: none;
	font-size:0.6em;
	color: #ffffff;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar li { display: inline; }

.ulseparator { font-size: 8px; color:#ff0000; }

.content {
	margin-left: 30px;
	margin-right: 13px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	width: 705px;
	background: #ffffff url(img/bottom.png) no-repeat left bottom;
}

.content h2 {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	background: url(img/top.png) no-repeat left top;
	font-size: 16px;
	color:#ff0000;
	text-decoration:none;
	padding: 10px 20px 0 10px;
	margin-bottom:0px;
}

.content p {
	font-size: 11px;
	padding: 0px 20px 0px 20px;
}

.content a:active, .content a:link, .content a:hover, .content a:visited {
	font-weight:bold;
	color:#1d2c64;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content table {
	font-size: 11px;
}

.content td {
	vertical-align: top;
	padding: 0 0 0 10px;
}

.footer p {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
}
