﻿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 : #7e2961; text-decoration : none; }
A:hover	{ color : #7e2961; text-decoration : underline; }

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 20px;
}

H1{
	font-size : 170%;
	color : #7e2961;
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
	font-weight: normal;
}

H2{
	font-size : 130%;
	color : #7e2961;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H3{
	font-size : 130%;
	color : #339;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H4{
	font-size : 110%;
	color : #339;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;
}

H5{
	font-size : 110%;
	color : #7e2961;
	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;
}


form{
	display : inline;
}

Label{
	font-weight : bold;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
}


UL{
	list-style : none;
}
UL LI{
	margin : 2px 0 3px 0;
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
	padding : 0 0 0 15px;
}

UL LI UL{
	margin : 3px 0 0 0;
}

UL LI UL LI{
	background-image : url(/assets/gfx/bullet2.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}


#header{
	display : none;
}

#logo{	
	margin: 0 26px 0 0;
	border: none;
}


#horizontalMenu{
	display : none;
}
#content{
	margin :  0 0 0 0;
	padding : 0 0 0 0;
	width : 100%;
	font-family : arial, helvetica, sans-serif;
	font-size : 0.75em;
	text-align : left;
	background-image : none;
	background-repeat : repeat-y;
}


#columnOne{
	display : none;
}





#columnTwo{
	display : block;
	float : none;
	width : 100%;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	text-align : justify;
}

#columnTwo Table{
	margin : 0 0 1em 0;
}

#additionals{
	display: none;
}

#footer{
	display: none;
}

#footer A 			{ color : #900; text-decoration : none;}
#footer A:hover 	{ color : #039; text-decoration : underline;}

#cwn{
	display : block;
	float : right;
	width : 330px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 180px;
	text-align : left;
}

.clear{
	clear : both;
	font-size : 5%;
	height : 1px;	
}

/* ******************* */



#address{
	display : none;
}

.formInput{
	border : 1px solid black;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 5px 0 3px;
}

select.formInput{
	padding : 0;
}

select.formInput option{
	padding : 0 3px 0 3px;
}

.full{
	width : 340px;
}

.important{
	color : #900;
}

.formControl{
	text-align : right;
	margin : 0 0 10px 0;
}


.dataTable{
	font-size : 90%;
	width : 100%;
	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 : black;
	border : 1px solid black;
	border-collapse : collapse;
}


#search{
	float : right;
	text-align : left;
	width : 155px;
	padding: 15px 0 0 0;
}

#search Label{
	display: block;
	color: #7e2961;
	font-size : 120%;
	font-weight: normal;
}
#search #q{
	font-size : 12px;
	border : 1px solid black;
	padding: 2px 3px 2px 3px;
	width : 108px;
}

#search #qsubmit{
	background-color : #832d65;
	background-image: url(/assets/gfx/purple-fade.gif);
	border  : 1px solid black;
	color : white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding : 1px 5px 0 5px;
	line-height : 14px;
}

.imageCentered{
	margin : 0 0 1em 10px;
	width : 100%;
}
.imageRight{
	float : right;
	margin : 0 0 1em 10px;
	width : 100px;
}
.imageLeft{
	float : left;
	margin : 0 10px 1em 0;
	width : 100px;
}

#printheader{
	text-align : center;
	display:block;
}


#printfooter{
	display : block;
	font-size : 0.70em;
	border-top : 1px solid black;
	padding : 0.2em 0 0 0;
	margin: 1.5em 0 0 0;
}

.noprint{
	display: none;
}