Body{
	background-color : white;
	font-family : arial, helvetica, sans-serif;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
}

A			{ color : #003399; text-decoration : none; }
A:hover	{ color : #900; text-decoration : underline; }

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 16px;
}

H1{
	font-size : 170%;
	color : #900;
	background-image : url(/assets/gfx/header_line.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	padding : 0 0 6px 0;
	margin : 0 0 0.7em 0;
	font-weight : normal;
}

H2{
	font-size : 130%;
	color : #900;
	background-image : url(/assets/gfx/header_line.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	padding : 0 0 6px 0;
	margin : 0 0 0.7em 0;
	font-weight : bold;
}

H3{
	font-size : 120%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 0.5em 0;
	font-weight : 600;
}

H4{
	font-size : 110%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H5{
	font-size : 110%;
	color : #900;
	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 : black;
	color : black;
	height : 1px;
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

FORM{
	display : inline;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0 0 0 0;
}


UL LI{
	margin : 2px 0 3px 0;
	list-style : square;
	list-style-image : url(/assets/gfx/bullet.gif)
}
UL LI UL LI{
	margin : 2px 0 3px 0;
	list-style : square;
	list-style-image : url(/assets/gfx/bullet2.gif)
}


#frame{
	width : 750px;
	background-image : url(/assets/gfx/frame.gif);
	border-bottom : 1px solid #cacbc9;
	margin : 0 auto 0 auto;
	padding : 0 0 8px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.75em;
}
#content{
	background-image : url(/assets/gfx/column.gif);
	text-align : left;
}
#columnOne{
	width : 190px;
	float : left;
	margin : 0 0 0 10px;
	text-align : left;
	display : inline;
}

#columnTwo{
	width : 505px;
	margin : 0 15px -125px 0;
	float : right;
	text-align : justify;
	display : inline;
}

#header{
	background-image : url(/assets/gfx/header_fade.gif);
	height : 147px;
	position : relative;
}
#header #logo{
	position : absolute;
	top : 22px;
	left : 35px;
	width : 108px;
}
#header #strapline{
	position : absolute;
	top : 24px;
	left : 170px;
}
#header #photos{
	position : absolute;
	top : 70px;
	left : 170px;
}
#header #threePS{
	position : absolute;
	top : 18px;
	left : 605px;
}
#header #tagline{
	margin : 0 0 0 0;
	padding : 0 0 0 0;

	font-size : 11px;
	font-family : tahoma, arial, sans-serif;
	color : #000;
	display : block;
	position : absolute;
	top : 52px;
	left : 170px;	
}


#sitesearch{
	display : block;
	margin : 0 auto 15px auto;
	padding : 0 0 0 0;
	background-image : url(/assets/gfx/search_bar.gif);
	background-repeat : no-repeat;
	height : 36px;
	position : relative;
}

#sitesearch label{
	display : block;
	position : absolute;
	top : 8px;
	left : 10px;
	width : 45px;
	border : 1px solid black;
	background-color : #f90;
	margin : 0 3px 0 0;
	padding : 2px 2px 2px 3px;
	font-size : 11px;
	text-align : center;
	font-weight : bold;
}
#sitesearch #q{
	display : block;
	position : absolute;
	top : 8px;
	left : 65px;
	width : 95px;
	border : 1px solid black;
	background-color : white;
	margin : 0 3px 0 0;
	padding : 2px 2px 2px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
#sitesearch #qSubmit{
	display : block;
	position : absolute;
	top : 8px;
	left : 170px;
	width : 30px;
	border : 1px solid black;
	background-color : #f90;
	margin : 0 3px 0 0;
	padding : 1px 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

#sitesearch UL{
	margin : 0;
	padding : 0;
	list-style : none;
	list-style-image : none;
	position : absolute;
	top : 20px;
	right : 5px;
}
#sitesearch LI{
	font-size : 90%;
	margin : 0 10px 0 0;
	padding : 0 0 0 15px;
	list-style : none;
	list-style-image : none;
	float : left;
	background-image: url(/assets/gfx/bullet.gif);
	background-position: 0px 0px;
	background-repeat : no-repeat;
}
#sitesearch LI A{
	color : #900;
}
#sitesearch LI A:hover{
	color : #900;
	text-decoration : underline;
}
#footer{
	width : 750px;
	margin : 5px auto 0 auto;
	font-family : arial, helvetica, sans-serif;
	font-size : 0.70em;
	color : black;
	text-align : center;
}

#footer A 			{ color : #900; text-decoration : none;}
#footer A:hover 	{ color : #039; text-decoration : underline;}

#cwn{
	display : block;
	float : right;
	width : 165px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 165px;
	text-align : left;
}

.clear{
	clear : both;
	font-size : 5%;
	height : 1px;	
}

#columnOne UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-size : 90%;
	list-style : none;
	list-style-image: none;
}
#columnOne UL LI{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	list-style : none;
	list-style-image: none;
}
#columnOne UL LI A{
	display : block;
	width : 165px;
	margin : 0 0 2px 0;
	padding : 2px 5px 2px 20px;
	border : 1px solid black;
	background-color : #eeeeef;
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 6px 5px;
	color : black;
	font-weight : bold;
}
#columnOne UL LI A:hover{
	color : #900;
	text-decoration : none;
}

#columnOne UL LI UL{
	width : 190px;
	margin : 0 0 2px 0;
	padding : 5px 0 2px 0;
	font-size : 100%;
	border : 1px solid black;
	background-color : #eeeeef;
}

#columnOne UL LI UL LI{
	margin : 0 0 3px 0;
	padding : 0 0 0 0;
	list-style : none;
	list-style-image: none;
}
#columnOne UL LI UL LI A{
	display : inline;
	width : auto;
	margin : 0 0 0 0;
	padding : 2px 0 0 35px;
	border : none;
	background-color : transparent;
	background-image : url(/assets/gfx/bullet-menu2.gif);
	background-repeat : no-repeat;
	background-position : 20px 2px;
	color : black;
	font-weight : normal;
}
#columnOne UL LI UL LI A:hover{
	color : #900;
	text-decoration : none;
}


#columnOne UL LI UL LI UL{
	margin : 0 0 0 0;
	padding : 5px 0 0 0;
	font-size : 100%;
	border : none;
	background-color : transparent;
}

#columnOne UL LI UL LI UL LI{
	margin : 0 0 3px 0;
	padding : 0 0 0 0;
	list-style : none;
	list-style-image: none;
}
#columnOne UL LI UL LI UL LI A{
	display : inline;
	width : auto;
	margin : 0 0 0 0;
	padding : 2px 0 0 50px;
	border : none;
	background-color : transparent;
	background-image : url(/assets/gfx/bullet-menu3.gif);
	background-repeat : no-repeat;
	background-position : 35px 5px;
	color : black;
	font-weight : normal;
}
#columnOne UL LI UL LI UL LI A:hover{
	color : #900;
	text-decoration : none;
}

/* ******************* */


.dataTable{
	font-size : 90%;
	width : 510px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}

.dataTable TH{
   background-color : #D7D7D7;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
}

.dataTable TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
   color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}


#address{
	display : block;
	width : 165px;
	margin : 0 0 2px 10px;
	padding : 3px 5px 2px 20px;
	border : 1px solid black;
	background-color : #eeeeef;
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 6px 5px;
	color : black;
	text-align : left;
	font-size : 90%;
}

#address A{
	color : #900;
}
#address A:hover{
	color : #900;
	text-decoration : underline;
}

#printLogo{
	text-align : center;
	display : none;
	margin : 0 0 1em 0
}

.formInput{
	border : 1px solid black;	
	padding : 2px 5px 2px 5px;
	margin : 0 3px 0 3px;
	font-family : Arial, Helvetica, sans-serif;
}

.full{
	width : 330px;
}

#copyright{
	margin : 1.2em 0 5px 0;
	font-size : 80%;
}