@charset "UTF-8";
/* CSS Document */

#header{width:1000px;
		height:388px;
}

body{background-color:#000;
}

p{font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#000;
}

h2{font-family:Tahoma, Geneva, sans-serif;
		font-size:24px;
		color:#000;
}

.smallheadlinea{font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#0046AD;
		text-decoration:none;
}

.smallheadlinea:hover{font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#0046AD;
		text-decoration:underline;
}

#content{width:1000px;
		font-family:Tahoma, Geneva, sans-serif;
		margin-top:-50px;
}

.sidebarbig{font-family:Tahoma, Geneva, sans-serif;
		font-size:24px;
		font-weight:100;
		color:#FECB00;
}

.sidebarsmall{font-family:Tahoma, Geneva, sans-serif;
		font-size:16px;
		color:#F8E498;
		text-decoration:none;
}

#footer{width:1000px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:center;
}

.footera{font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
		text-decoration:none;
}

.footera:hover{font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#FFF;
		text-decoration:underline;
}

/* Used in the contact page*/
.contact_error{
border-width: 2px;
border-style: solid;
border-color: #ff0000;
}

/* Used for registration row labels */
.registration_form_label{
font-weight:bold;
}

.registration_error{
border-width: 2px;
border-style: solid;
border-color: #ff0000;
}