body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

p {
	font-size:.8em;
}

h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}

h3 {font-size:1em;
}

#container {
	position: relative;
	width: 970px;
	background: #FFFFFF;
	margin: 18px;
	border: 1px solid #000000;
	text-align: left;

} 


#header {
	position: absolute;
	top: 24px;
	left: 12px;
	width:915px;
	height: 75px;
	padding: 0 10px 0 0px;
	visibility: visible;
} 


.headerMenu {
	padding: 5px 5px 5px 25px;
	left:30px;
	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	
}

#websiteName {
	font-size:24px;
	padding-right:15px;
	text-align:left;
	padding-left: 25px;
}

#websiteSlogan {
 font-size:12px;
 font-style:italic;
 padding-right:30px;
}

#poweredby {
	font-size:10px;
	font-weight:bold;
	padding-left:650px;

}

#powerOfLogo {
	width:212px;
	height:42px;
	text-align: right;
	
}

#sidebar1 {
	position: absolute;
	top: 155px;
	left: 15px;
	width: 170px;
	padding: 10px 10px 15px 15px;
	text-align: right;
	visibility: visible;
}

#sidebar2 {
	position: absolute;
	text-align: left;
	top: 155px;
	right: 8px;
	width: 120px;
	padding: 10px 15px 15px 20px;
	margin-right: 15px;
	visibility: visible;
}
#mainContent {
	margin: 130px 178px 80px 225px;
	padding: 5px;
}


#mainContent-single {
margin-top:150px;
}

td {font-weight:bold}

#footer { 
	padding: 0 10px 0 20px; 
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#googlediv{
	width: 100%;
}

table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
border:none;
outline:none;
background-color:White;
border-color:White;
border-width:1px;
border-style:Solid;
font-family:Verdana;
font-size:8pt;
width:550px;
border-collapse:collapse;

color:#404040;
background-color:#D1D1D1;
font-weight:bold;
height:28px;

}

th {
font-weight:bold;
color:#404040;
background-color:#D1D1D1;
font-weight:bold;
height:28px;
}

td {
font-weight: normal;
background-color:#FFFFFF;
}

#c1{
width:87px;

}

#c2{
width:150px;
}

#c3{
width:90px;
}

#c4{
width:85px;
font-weight:normal;
background-color:#FFFFFF;
}

img{
border:none;
}


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

a:hover {
	color: #FF3333;
}