html,{
	margin:0px;
}

body {
	font-family: verdana;
	font-size: 14px;
	background-color:#000000;
	background: #4975a4 url('../images/headerbackground2.jpg') repeat-x top left;
	color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	margin:0px;
}

form {
margin:0px;
padding:0px;
}

hr	{
	border-bottom:1px solid #000;
}

a {
	color:#103a64;
	text-decoration: none;
}

a:hover	{
	color:#cc0000;
}

a.redLink {
	color:#cc0000;
	text-decoration: none;
}

a.redLink:hover	{
	color:#103a64;
}

a.footerLink {
	color:#103a64;
	text-decoration: none;
}

a.footerLink:hover	{
	color:#103a64;
	text-decoration: underline;
}

a.login {
	display:block;
    width: 79px;
    height: 21px;
    background: url("../images/login.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.login:hover {
	display:block;
    width: 79px;
    height: 21px;
    background: url("../images/login-hover.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.register {
	display:block;
    width: 79px;
    height: 21px;
    background: url("../images/register.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.register:hover {
	display:block;
    width: 79px;
    height: 21px;
    background: url("../images/register-hover.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.submit {
	display:block;
    width: 79px;
    height: 21px;
    background: url("../images/submit.jpg") 0 0 no-repeat;
    text-decoration: none;

}

a.submit:hover {
	  display:block;
    width: 79px;
    height: 21px;
    background: url("../images/submit-hover.jpg") 0 0 no-repeat;
    text-decoration: none;

}

a.name {
	text-decoration: none;
	color:#000000;
}

a.name:hover {
	text-decoration: none;
	color:#000000;
}


ul {
	margin: 0px;
	padding: 5px 0px 0px 20px;
}

.smallText {
	font-family:Verdana;
	font-size:11pt;
	color:#000000;
}

.mediumBodyBlack {
	font-family:Verdana;
	font-size:14px;
	color:#000000;
}

.mediumHeadRed {
	font-family:Verdana;
	font-size:13pt;
	font-weight:bold;
	color:#cc0000;
}

.smallHeadBlack {
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}

.errorText {
	font-family:Verdana;
	font-size:12px;
	color:#cc0000;
	line-height: 18px;
}

table.formTable	{
	line-height:28px;
}
td.padLeft {
   font-size: 14px;
	 padding: 0 0 0 10px;
	 width:120px;
}

td.spacerRow {
	height:10px;	 
}

 input	{
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000; 
}

input.radio	{
	color: #000000;
	background: #ededed;
	border: 0px;
} 

select	{
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	width:225px;
}

textarea	{
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
}
		
#header {
	width:100%;
	background: #ffffff url('../images/headerbackground.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;
	height:125px;
	text-align:left;
}

#header img.headerimage{
	margin: 15px 0 10px 0px;
	padding: 0px 0px 0px 0px;
	height:100px;
	width:559px;
	text-align:left;
}

#bookmark {
	font-family: Georgia;
	position:absolute;
	margin: 0 0 0 720px;
	padding:0px;
	width: 210px;
    height: 22px;
    float: right;
    background: #c1bbbb; 
	color: #103a64;
    font-weight: normal;
    font-size:9pt;
}

#bookmark p{
	color: #103a64;
    font-weight: normal;
    padding: 8px 0 0 0px;
    font-size:9pt;
    text-align:center;
}

#bookmark a{
	color: #103a64;
    font-weight: normal;
    padding: 8px 0 0 0px;
    font-size:9pt;
    text-align:center;
    text-decoration:none;
}

#bookmark a:hover{
	color: #cc0000;
    font-weight: normal;
    padding: 8px 0 0 0px;
    font-size:9pt;
    text-align:center;
}


#footer {
	width:100%;
	background: #ffffff url('../images/footerbackground.jpg') repeat-x top left;
	margin:10px 0 0 0;
	padding: 0px 0 0 0;
	height:36px;
	font-size:9pt;
}

#footer p{
	margin:0px 0 0 0;
	padding: 10px 0 0 0;
	font-size:9pt;
}

#prefooter {
	margin-left: auto;
	margin-right: auto;
/*	position:relative; */ /* puts container in front of distance */
	text-align:left;
/*	height:100%; */
	width:920px;
	/* clear:left; */
	background-color:ffffff;
	/*margin:0px;
	text-align:center;*/
}

#prefooter a{
	font-size:9pt;
}

/*
#distance { 
	width:1px;
	height:0%;
	background-color:#ffffff;
	margin-bottom:-300px;  half of container's height 
	float:left;
}*/

#container {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color: #ffffff;
}
		
#subcontainer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align:left;
	width:920px;
	/* clear:left; */
	background-color:#ffffff;
}

#headercontainer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	width:1100px;
	/* clear:left; */
	background-color:#ffffff;
}

#menu{
	font-weight: 700;
	font-size: 14px;
	width:100%;
	height:23px;
	background-color: #dcdcdc;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;

}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul{
	font-family: Georgia;
	text-indent: 42px;
	padding: 3px 0;
	margin: 0;
	width:800px;
	border-right:none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	color: #575757;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../images/slantdivider.gif) top right no-repeat;
}

#menu ul li a:visited{
	color: #494949;
} 

#menu ul li a:hover{
	color: #000000;
}

#rounded h1, #rounded h2, #rounded p {
	margin:0 10px;
	font-size: 14pt;
}
#rounded h1 {
	font-size:2.5em;
	color:#fff;
}
#rounded h2 {
	font-size:2em;
	color:#06a;
	border:0;
}
#rounded p	{
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	margin:0px 0px 12px 0px;
	padding: 0px;
}

#rounded h2 {
	padding-top:0.5em;
}

#rounded {
	background: transparent;
	margin:0em;
}

.roundedtop, .roundedbottom {
	display:block;
	background:transparent;
	font-size:1px;
}

.rounded1, .rounded2, .rounded3, .rounded4 {
	display:block;
	overflow:hidden;
}

.rounded1, .rounded2, .rounded3 {
	height:1px;
}

.rounded2, .rounded3, .rounded4 {
	background:#ededed;
	border-left:1px solid #dedddd;
	border-right:1px solid #dedddd;
}

.rounded1 {
	margin:0 5px;
	background:#dedddd;
}

.rounded2 {
	margin:0 3px;
	border-width:0 2px;
}

.rounded3 {
	margin:0 2px;
}

.rounded4 {
	height:2px;
	margin:0 1px;
}

.roundedboxcontent	{
	display:block;
	background:#ededed;
	border:0 solid #dedddd;
	border-width:0 1px;
}

.roundedboxcontent table {
	padding: 10px 15px 10px 15px;
}

