.header {
	background-color: #ebebeb;
}

body {
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ebebeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}



.stripe {
	background-color: #ffffff;
}

.greyBackground {
	background-color: #ebebeb;
}

.middleTable {
	background-color: #ffffff;
}

.underlogo {
	background-image:url(../images/logo_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.underlogo2 {
	background-image:url(../images/logo_bottom2.gif);
	background-repeat:no-repeat;
	background-position:top, left;
}

.nav {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#e60000;	
}

.nav a:link {
	color:#65575e;	
	text-decoration:none;
}

.nav a:visited {
	color:#65575e;	
	text-decoration:none;
}


.nav a:hover {
	color:#e60000;	
	text-decoration:none;
}


.footer {
	font-size:10px;
	color:#666666;	
	text-align:left;
	margin-bottom:20px;
}

.footer a:link {
	color:#65575e;	
	text-decoration:underline;
}

.footer a:visited {
	color:#65575e;	
	text-decoration:none;
}


.footer a:hover {
	color:#e60000;	
	text-decoration:none;
}

/*  ******************************** HEADINGS **************************************** */

.h1 {
	font-weight:bold;
	margin-bottom:10px;
}


.h2 {
	font-size:12px;
	font-weight:bold;
	color:#e60000;	
	margin-bottom:10px;
}


.bodyText {
	font-size:11px;
	text-align:justify;
	color:#666666;
	margin-top:0px;
	margin-bottom:20px;
}

.bodyText a:link {
	color:#e60000;
	text-decoration:none;
}

.bodyText a:visited {
	color:#e60000;
	text-decoration:none;
}

.bodyText a:hover {
	color:#999999;	
	text-decoration:none;
}


.partition {
	width:100%;
	height: 1px;
	margin-bottom:10px;
	background-color: #ebebeb;
}


/*  ******************************** NEWS **************************************** */

.headline {
	font-size:11px;
	font-weight:bold;
	color:#65575e;	
	margin-bottom:5px;
}

.newsBodyText {
	font-size:11px;
	text-align:justify;
	color:#666666;
	padding:20;
}

.paddedCell {
	margin-top:0px;
	margin-bottom:10px;
	background-color: #ebebeb;
	padding:10px;
}

.newsBodyText a:link {
	color:#e60000;
	text-decoration:none;
}

.newsBodyText a:visited {
	color:#e60000;
	text-decoration:none;
}

.newsBodyText a:hover {
	color:#999999;	
	text-decoration:none;
}


/*  ******************************** QUOTES **************************************** */

.quote {
	padding:20px;
	border:solid #CCCCCC 1px;
	background-color:#EFEFEF;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	margin:30px;
}

.author {
	color:#969696;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	text-align:right;
}


/*  ******************************** QUOTES **************************************** */

ul {
	list-style:square;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	line-height:15px;
}


/*  ******************************** REGISTRATION **************************************** */

#regForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
}

.regLabel {
	padding:5px;
	width:30%;
	font-weight:bold;
}

.regElement {
	padding:5pm;
}


.regInput, .regSelect {
	border:#999999 1px;
	border-style:solid;
	background-color:#EFEFEF;
	height:15px;
	width:98%;
	font-size: 10px;
}

.regTextArea {
	border:#999999 1px;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#EFEFEF;
	height:100px;
	width:98%;
}

.regButton {
	border:#999999 1px;
	border-style:solid;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#65575e;
	height:20px;
	width:50%;
	font-size: 10px;
	margin-top:5px;
}



