@charset "utf-8";
/* CSS Document */

/*************** ELEMENTS ***************/
body {
margin: 0;
padding: 0;
border: 0;
/*Netscape Hack:
Min-Width keeps contents within the div from spilling off of the page
if the window is resized smaller than the Wrapper Div*/
min-width: 936px;
font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

a {
color: #403d5a;
text-decoration: none;
border: none;
}

a:link{
border: none;
text-decoration: none;
color: #403d5a;
}

a:hover{
border: none;
text-decoration: none;
color: #1c3f93;
}

a:active{
border: none;
text-decoration: none;
color: #1c3f93;
}





/*************** ID ***************/

#paypalbutton {border:none;
width: 100px;
height: 50px;
float:right;
margin: 287px 170px 0px 0px;
padding: 0px 0px 0px 0px;
}

#wrapper {
border:none;
width: 1024px;
height: 768px;
background-image:url(images/wrapper_background_revised.jpg);
background-position:left top;
background-repeat:no-repeat;
}

#navigation {
width: 170px;
float: left;
text-align:left;
font-size: 14px;
margin: 460px 30px 0px 0px;
padding: 0px 0px 0px 150px;
}

	#navigation ol{
	margin: 0;
	padding: 0;
	}
	
	#navigation li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	}
	
#contact {
padding: 0px 0px 0px 40px;
}

#contentmain{
width: 475px;
height: 345px;
float: left;
margin: 28px 0px 40px 0px;
}

#contentmain h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #1c3f93;
	font-size: 15px;
}

#contentmain p {
	font-size: 12px;
}
	
#endorselist li {
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-size:12px;
}