html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, 
form, fieldset, a, div, img {margin: 0; padding: 0; border: 0;}

#wrapper {width: 100%; align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#bluebar {width: 800px; height: 24px; 
	background-image: url(../graphics/bluebar.gif);
	background-repeat: repeat-x; 
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	color: #ffffff;
	}
#bluebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
#bluebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #cccc00;
	text-decoration: none;
}

#linkbar {width: 800px; height: 24px; 
	background-image: url(../graphics/linkbar.gif);
	background-repeat: repeat-x; 
	position: relative}

#logobar {width: 800px; height: 84px; 
	background-image: url(../graphics/sinclair_logo.gif);
	background-repeat: no-repeat; 
	position: relative}
#mainbar {width: 800px; height: 100%; align: left;
	background-image: url(../graphics/bgclear.gif);
	background-repeat: repeat-y;
	position: relative}
#left {width: 150px; height: 100%; 
	float: left;
}
#left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #444444;
	padding: 0 0 10px 0;
	line-height: 200%;
	text-decoration: none;
}
#left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #cc0000;
	padding: 0 0 10px 0;
	line-height: 200%;
	text-decoration: none;
}
#right {width: 650px; height: 100%; 
	float: right;}
#clear {clear: both;
	font-size: 4px;
 }

#footer {width: 800px; height: 15; align: left;
	position: relative}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc0000;
	text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	padding: 0 0 10px 0;
	line-height: 150%;
	font-style:	normal; 
	font-weight: bold; 
	color: #000066; 
	text-decoration: none
}
h2 {
font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%; 
	padding: 0 0 10px 0;
	line-height: 150%;
	font-style:	normal; 
	font-weight: bold; 
	color: #000066; 
	text-decoration: none
}
h3 {
font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	padding: 0 0 2px 0;
	font-style:	normal; 
	font-weight: bold; 
	color: #0000cc; 
	text-decoration: none
}
p {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	padding: 0 0 10px 0;
	line-height: 125%;
	font-style:	normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}
.radience {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.textsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.paratable {
font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; font-style: 
	normal; font-weight: normal; 
	color: #000000; 
	text-decoration: none
}


.StandardTextField{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #666666;
	width: 220px;
	border: 1px solid #66CCCC;
}

.StandardTextArea{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666666;
	width: 220px;
	border: 1px solid #66CCCC;
}

.StandardDropDown{

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #666666;
	width: 220px;
	border: 1px solid #66CCCC;
}

.StandardSubmitBtn{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	
	background-color: #66CCCC;
	border: 1px outset #000066;
}

.ErrorBox{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: 1px solid #FF0000;
	background-color: #FFC0C0;
	color: #FF0000;
	text-align: center;
}