* {
	padding:0;
	margin:0;
}

body {
	color: #000000;
	background-color:#fff;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:100%;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, 
fieldset, address { margin:0.75em 0;}

hr { margin: 5px 0px 5px 0px; }

h1 {font-size:167%; }

h2 {font-size:139%; color: #0000FF; }

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}
#contact {
	padding:0px 0px 0px 0px;
	float:right;
}
#version {
	margin-left: 30%;
	margin-top: 19%;
	position: absolute;
	color: #CC0000;
}
#version a {
	color: #008000;
	background-color: #E0E0E0;
}
#register {
	border-top: 1px dotted #FF0000;
	border-right: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
	border-left: 1px dotted #FF0000;
	padding: 2px 2px 2px 2px;
	margin-left: 59%;
	margin-top: 1%;
	position: absolute;
}
#contact a {
	color: #CC0000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color: #CC0000;
	background-color:#FFFFFF;
	text-decoration:underline;
}

#sidebar-line {
	color: #CC0000;
	width: 85px;
	height: 90%;
	position:absolute;
	margin-left:-10%;
	background: url('line.png');
}
#logo {
	font-size:100%;
	width:840px;
	padding:10px 0px 10px 0px;
	float:left;
	position:relative;
}
#links {
	font-size:100%;
	background-image: url('images/header-bg.png');
	background-color: #FFF;
	width:860px;
	float:left;
	position:relative;
}

#header {
	background-color:#E0E0E0;
	font-size:100%;
	padding:0px 0px 0px 0px;
	width:860px;
	float:left;
	position:relative;
}

ul#nav {
	line-height:3em;
	height:60px;
	float:left;
	margin: 0px 0px 0px 55px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
	width:840px;
	position:relative;
	z-index: 50;
}

ul#nav li {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	float: left;
}

ul#nav li a {
	display: block;
-moz-border-radius: 1em;
border-radius: 1em;	
	padding: 0px 8px 0px 8px;
	background-color:#ff003b;
	font-size: medium;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover { 
	background-color:#CC0000;
}

ul#nav a.selected { 
	background-color:#CC0000;
}

#maincontent {
	background-color:#fff;
	font-size:100%;
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	width:840px;
	float:left;
	position:relative;
	z-index: 20;
}
#enlist {
	margin-top: 7%;
	margin-left: 85%;
	width: 115px;
	height: 115px;
	position: absolute;
	background: url('images/enlist_now.png');
}
#container {
	color: #000000;
	background-color:#F4F8FD;
	border-top: 1px solid #008000;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:83%;
	margin: 20px auto;
	margin-top: 10px;
	width:860px
}

#divider {
	height:20px;
	background-color:#fff;
	border-top:5px solid #008000;
	padding:10px 0px 0px 0px;
	width: 100%;
	postiion:absolute;
}

#sidecontent {
	font-family:Arial, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	font-size:100%;
	padding:10px 10px 20px 10px;
	margin-left:15px;
	margin-top:10px;
	width:180px;
	float:right;
	border: #999999 solid thin;
-moz-border-radius: 1em;
border-radius: 1em;
}

#sidecontent a {
	color: #CC0000;
	background-color:#FFFFFF;
}

#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

#footer {
	height:40px;
	color:#666666;
	background-color:#FFFFFF;
	border-top:5px solid #008000;
	font-size:75%;
	line-height:1.5em;
	width: 840px;
	clear:both;
	padding:10px 10px 10px 10px;
}

#footer	a {
	color:#CC0000;
	background-color:#FFFFFF;
	text-decoration: none;
}

#footer	a:hover {
	color:#CC0000;
	background-color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#copyrightdesign {
	color:#666666;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	width: 200px;
	float:left;
}

#footercontact {
	color:#CC0000;
	background-color:#FFFFFF;
	padding:0px 0px 5px 0px;
	width: 100%;
}
.formclass {
	padding: 5px 5px 5px 5px;
	border: 1px solid #E5F0FB; 
	background: #F4F8FD;
}
input {
	padding:1px;
	border: 1px solid #000080; 
	font-size: 11px;
	color:#000;
}
img {
	padding-right: 10px;
}

ul.tick { list-style: upper-roman inside url('images/tick.png'); }


object {
	padding-bottom: 10px;
	padding-left: 10px;
	
}
td {
padding-top: 5px;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: arial;
	font-size: 80%;
	z-index: 5;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
font-size: 80%;
	}

#sddm li a:hover
{	background: #49A3FF;
text-decoration:none;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF;}