@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 40px;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
}
/*CSS Rule to reset the margins and padding on the html and body tags to 0*/

#page-container {
	margin: auto;
	width: 954px;
}
/*the house for all the divs to live in*/

#header {
	width: 954px;
	height: 258px;
	background-image: url(images/header_4.png);
}
/*header area div*/

#nav {
	width: 954px;
	height: 40px;
	background-color: #FFF;	
}
/*nav bar area*/

#title {
	width: 879px;
	height: 25px;
	padding-right: 75px;
	background-color: #FFF;	
}

#main {
    width: 934px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#FFF;
}
/*main content area*/


#footer {
	clear: both;
	height: 45px;
	padding-top: 2px;
	background-color: #FFF;
}
/*footer area div*/

#footer a {
	font-size: 7pt;
	color: #3366ff;
	text-decoration: none;
}

#footer a:hover {
	color: #000099;
	font-size: 7pt;
	text-decoration: none;
}

#footer a:visited {
	color: #000099;
	font-size: 7pt;
	text-decoration: none;
}

#footer a:active {
	color: #0066cc;
	font-size: 7pt;
	text-decoration: none;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph type*/

.paragraphtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph type*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 5pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #000000;
	text-decoration: none;
}
/*Main Paragraph bold type*/

.paragraphtypefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #3366ff;
	text-decoration: none;
}
/*Footer type*/

a:focus { -moz-outline-style: none; }
/*gets rid of dotted line outline on links in firefox*/

img
{  border-style: none;
}
/*gets rid of blue line around images*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #69F;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #36C;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #30C;
	text-decoration: none;
 }
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #69F;
	text-decoration: none;
}

.greentext {
	color: #360;
}

.redtext {
	color: red;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	color: #000000;
	text-decoration: none;
}