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

body {
	margin:0;
	padding:0;
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#a5aa82;
}

p {
	margin:0;
	padding-bottom:15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background:url(images/h1_background.jpg);
	background-repeat:repeat-x;
	background-position:0% 70%;
	color:#333333;
	padding-left:50px;
	margin-left:5px;
	margin-right:5px;
}

img {
	border:solid;
	border-width:1px;
	border-color:#333333;
	padding:5px;
	margin:5px;
}

.button {
	margin-left:30px;
}

.button img {
	border:none;
	margin:0;
	padding:0;

}

a {
	text-decoration:underline;
	color:#333333;
}

Table.SwitchColor tr:hover {
	background-color:#cecbba;
}

.h1color {
	color:#4b6550;
}

.special_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-left:25px;
	margin-left:5px;
	margin-right:5px;
}

.special_heading a {
	color:#ad0000;
	text-decoration:underline;
}

.special_heading a:hover {
	color:#ad0000;
	text-decoration:none;
}

div#Top {
	margin-left:auto;
	margin-right:auto;
	background:url(images/header_top.jpg);
	width:760px;
	height:47px;
}

div#MenuContainer {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:38px;

}

div#MenuContainer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

div#MenuOne {
	float:left;
	background:url(images/menu_1.jpg);
	width:106px;
	height:38px;
}

div#MenuTwo {
	float:left;
	background:url(images/menu_2.jpg);
	width:126px;
	height:38px;
}

div#MenuThree {
	float:left;
	background:url(images/menu_3.jpg);
	width:141px;
	height:38px;
}

div#MenuFour {
	float:left;
	background:url(images/menu_4.jpg);
	width:183px;
	height:38px;
}

div#MenuFive {
	float:left;
	background:url(images/menu_5.jpg);
	width:92px;
	height:38px;
}

div#MenuSix {
	float:left;
	background:url(images/menu_6.jpg);
	width:112px;
	height:38px;
}

div#Content {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#dad6bd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:normal;
}

div#Content p{
	margin-left:30px;
	margin-right:30px;
}

div#Content h2,
div#Content h3,
div#Content h4 {
	margin-left:30px;
	margin-right:30px;
}

div.MainContent {
	background:url(images/content_top.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
}

div.InteriorContent {
	background-color:#f9f9f7;
	padding-top:10px;
}

div.Footer {
	background:url(images/footer.jpg);
	width:760px;
	height:98px;
	margin-left:auto;
	margin-right:auto;
}

div.Footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-top:30px;
	padding-right:40px;
}

div.Footer a{
	color:#990000;
	text-decoration:none;
}

/* Table Document */

div.TableTop {
	background:url(images/chart/top_background.jpg);
	width:565px;
	margin-left:auto;
	margin-right:auto;
}

table.TableTop {
	background:url(images/chart/top.jpg);
	background-repeat:no-repeat;
	height:36px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
}

div.TableBottom {
	width:565px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/chart/bottom_background.jpg);
	background-repeat:repeat-y;
}

table.TableBottom {
	background-position:bottom;
	background-repeat:no-repeat;
	color:#CCCCCC;
	font-weight:normal;
	font-size:12px;
}

tr.TableHorizontalColor {
	background:#3a3a3a;
}

td.LeftNoSpace {
	border-spacing:0;
}


