﻿Body{
	background-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	background-image : url(/assets/gfx/bg.gif);
	background-position : 50% 0%;
	background-repeat : repeat-y;
}

A			{ color : #d4e137; text-decoration : none; }
A:hover	{ color : #d4e137; text-decoration : underline; }

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 18px;
}

I, em{
	color : #d4e137;
	font-style : normal;
}

H1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 170%;
	border-bottom : 1px dotted #d4e137;
	color : #d4e137;
	padding : 0 0 4px 0;
	margin : 0 0 0.7em 0
}

H2{
	font-size : 130%;
	color : #d4e137;
	border-bottom : 1px dotted black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : normal;
}

H3{
	font-size : 130%;
	color : #d4e137;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : nomral;
}

H4{
	font-size : 110%;
	color : #d4e137;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H5{
	font-size : 110%;
	color : #d4e137;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;		
}

HR{
	border : none;
	background-color : #424143;
	color : #424143;
	height : 1px;
	margin : 0 0 1em 0;
}

form{
	display : inline;
}

Label{
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
}

Blockquote{
	color : #d4e137;
}

OL, Blockquote{
	margin: 0 30px 0 30px;
	padding : 0 0 0 0;
	line-height : 18px;
}

UL{
	margin: 0 30px 0 30px;
	padding : 0 0 0 0;
	list-style : none;	
}

UL LI{
	margin : 2px 0 12px 0;
	padding : 0 0 0 18px;
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
	line-height : 18px;
}


#frame{
	width : 750px;
	margin : 10px auto 0 auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	text-align : left;

}

#columnOne{
	display : inline;
	float : left;
	width : 180px;
	padding : 0 0 0 0;
}

#columnOne UL{
	padding : 0 0 0 0;
	margin : 20px 0 20px 25px;
	list-style : none;
}
#columnOne UL LI{
	padding : 0 0 0 15px;
	margin : 0 0 5px 0;
	background-image: url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
}
#columnOne UL LI A{
	color : white;
	text-decoration : none;
}
#columnOne UL LI A:hover{
	color : #d4e137;
}

#banner{
	float : right;
	width : 550px;
	padding : 8px 0 8px 0;
	margin : 0 0 5px 0;
	text-align : justify;
	color : white;
	text-align : center;
	background-color : #0064a2;
}

#header{
	float : right;
	width : 550px;
	padding : 0 0 0 0;
	margin : 10px 0 0 0;
	text-align : justify;
	color : white;
	height : 125px;
	background-image : url(/assets/gfx/header.jpg);
	background-position : 0% 100%;
	background-repeat : no-repeat;
	text-transform : uppercase;
	text-align : center;
}
#columnTwo{
	float : right;
	width : 520px;
	padding : 10px 15px 10px 15px;
	margin : 0 0 -40px 0;
	text-align : justify;
	color : white;
	background-image : url(/assets/gfx/border.gif);
	background-repeat : repeat-y;
	background-position : 100% 100%
}

#columnTwo Table{
	margin : 0 0 1em 0;
}
#footer{
	clear: both;
	width : 750px;
	margin : 10px auto 0 auto;
	font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999;
}

#footer A 			{ color : #d4e137; text-decoration : none;}
#footer A:hover 	{ color : #d4e137; text-decoration : underline;}

#updated{
	display : block;
	float : left;
	width : 180px;
	text-align : left;
}
#misc{
	display : block;
	float : right;
	width : 550px;
	text-align : right;
	background-image : url(/assets/gfx/strapline.gif);
	background-repeat : no-repeat;
	height : 65px;
	position : relative;
}
#misc #extras{
	position : absolute;
	right : 0px;
	top: 5px;
	color : #d4e137;
	text-align : right;
}
#misc #extras A{
	color : white;
}
#misc #extras A:hover{
	color : #d4e137;
}

#search{
	position : absolute;	
	right : 0px;
	top: 25px;
	color : #d4e137;
	text-align : right;
}

#q{
	background-color : #424143;
	border : none;
	font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	padding : 3px 5px 4px 5px;
	width : 120px;
	margin : 0 0 0 0;
}

#qsubmit{
	font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	background-color : #d4e137;
	border : none;
	padding : 2px 5px 2px 5px;
	margin : 0 0 0 3px; 
}

.clear{
	clear : both;
	font-size : 5%;
	height : 1px;	
}

/* ******************* */

#address{
	font-size : 100%;
	display : block;
	width : 180px;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
	color : white;
	float: left;
}

#address address{
	display : block;
	font-style : normal;
	padding : 0 0 0 25px;
	margin : 0 0 1em 0;
} 

#address address A			{ color : #d4e137; text-decoration : none; } 
#address address A:hover	{ color : #d4e137; text-decoration : unerline; }

.formInput{
	border : 1px solid black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 5px 0 3px;
}

select.formInput{
	padding : 0;
}

select.formInput option{
	padding : 0 3px 0 3px;
}

.full{
	width : 340px;
}


.dataTable{
	font-size : 90%;
	width : 510px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}

.dataTable TH{
   background-color : #d4e137;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
	color : black;
}

.dataTable TD{
	background-color : #424143;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
   color : white;
	border : 1px solid black;
	border-collapse : collapse;
}