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

/*Page properties*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/background_page_2.jpg);
	background-repeat:repeat;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #FF9900;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}
h1 {
	font-size: large;
	color: #006600;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2 {
	font-size: medium;
	color: #009900;
	text-align: center;
}

h3 {
	font-size: 12px;
	color: #009900;
	margin: 0px;
	padding: 0px;
}

/*Container*/

#container {
	width: 810px;
	overflow: hidden;
	background-image: none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Header*/

#header {
	width: 810px;
	height: 210px;
	background-image: url(../images/pngs/bg_page_top.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

/*Main page content including background*/

#content {
	width: 100%;
	height: auto;
	background-image: url(../images/pngs/bg_page_mid.png);
	background-repeat: repeat;
	text-align: center;
	white-space: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*Textbox - contains text within content div*/

#textbox {
	font-size: 14px;
	text-align: left;
	width: auto;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 0px;
}	
	
#smallbox {
	border: 0px solid #CCCCCC;
}

/*FB Holder Div*/

#FB {
	border: 1px dotted #FF6600;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

/*Footer*/

#footer {
	width: 810px;
	height: 60px;
	background-image: url(../images/pngs/bg_page_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	color: #666666;
	margin: 0px;
	text-indent: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
	clear: both;
}

