* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}


body {
	margin: 0;
	padding: 0 0px 0 3px;
	background:  url(images/headerbg.png) repeat-x left top;
	text-align: center;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}



#header {
	width: 100%;
	margin: 0 0px 8px  0px;
	
}


	


#logo h1 {

	margin:0 auto; display:block;
	padding: 7px 0px 0px 0px;
	
}






/* Menu */

#menu {
	width: 960px;
	height: 25px;
	margin: 0 0;
	float:left;
	
	
}






h1 {
	text-align:center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CE0000;
}





a {
	color: #4978B7;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #00178A;
}


img {
	border: none;
}

.imgborder{ 
border: #CCCCCC medium solid;
}

/* Header */

#wrap {
    margin: 0 auto;
    width:996px;  	
	text-align: left;

}




/* Main 3 Columns */

#page {
	position:relative;
    clear:both;
    margin: 0; padding:0 0 0 0;
	width: 996px;
	
	   	
}

/* Ads */

.rightsidebar {
	float: right;
	width: 170px;
	padding: 0px 0px 0px 5px;
	display: inline;
	background-color: #ffffff;
	position:absolute;
	
	
}


#googleads {
clear:both;	
width:740px; 
margin: 0px auto; 
padding: 8px 0px 0px 0px;



}
/* Middle Main Column */

#content {
	float: left;
	margin:0 auto; display:block;
	padding: 0px 0px 0px 0px;
	width:650px;
	border-right:  #efefed 1px solid;
}






/* Left Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 0;
	margin: 0 auto;
	display: inline;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	
	margin: 0;
	padding: 5px 0 5px 3px;
	font-weight:bold;
	border-bottom: 1px #CED5DB solid;
	width:140px;
	display:block;
	border-right: 1px #CED5DB solid;
	border-left: 1px #CED5DB solid;
	background:url(images/listmenuimage.png) repeat-x;
}





#sidebar h2 {
	width: 141px;
	height: 25px;
	padding: 5px 0 0px 3px;
	background: green;
	border-bottom: 1px #CED5DB solid;
	font-size: 1.3em;
	color: white;
	display:block;
	background: url(images/sidebarmenu.png) repeat-x;
	
}







/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: #E2E3E4 2px solid;;
	text-align:center;

}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
	font-size:12px;

}



#imageborder img{
border: 3px solid #cccccc;
}


a.printimagelink{font-size: 14px; font-weight:bold;}

.next {color: #979797}


.leftalign { text-align:left}

.homepage-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:8px;
	color: #666666;
	background: #ECECEC;
	margin:0px;
	border: #79AF01 4px solid;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow: 0 1px 2px #FFFFFF; inset;
	-webkit-box-shadow: 0 1px 2px #FFFFFF; inset;
	box-shadow: 0 1px 2px #FFFFFF; inset;
	width:88%;
	text-align: left;
}

#pagetitle  {
	margin:0 auto 0 auto;
	
	display:block;
	padding: 10px 10px 10px 10px;
	width:525px;
	border: #E7E8E8 solid;
	
}
	
	.pagetitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #76AB00;
}


a.printmain{
color: #4978B7;
font-size: 18px; 
font-weight:bold;

}

a.printmain :hover{
color: #00178A;
font-size: 18px; 
font-weight:bold;
}


.pinkimgborder{ 
border: #FE00F6 thin solid;
}