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

* {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-color: #122712;
	background-image: url(../img/dsgn/grassBG.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#header {
	height: 196px;
}

#centerPage {
	margin-left: auto;
	margin-right: auto;

	width: 960px;

	background-color: #122712;
	background-image: url(../img/dsgn/siteBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;

	width: 842px;

	background-color: #FFFFFF;
	background-image: url(../img/dsgn/contentBG.jpg);
	background-position: top left;
	background-repeat: repeat-y;

	border-top: 1px solid #fe0000;
	border-left: 1px solid #fe0000;
	border-bottom: 1px solid #fe0000;
	border-right: 1px solid #fe0000;
}

#content-top {
	width: 842px;

	background-image: url(../img/dsgn/contentTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	margin: 0;

	clear: both;

	width: 842px;
	height: 24px;

	background-image: url(../img/dsgn/contentBot.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.listA {
	margin-top: 0px;
	margin-left: 1px;

	text-align: left;

	list-style: none;
}

.listA li {
	width: 229px;
	height: 19px;
	
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;

	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
	
	background-color: #fe0000;
}

.listA span {
	padding-left: 10px;

	color: #FFFFFF;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

	line-height: 20px;

	text-transform: uppercase;
}

.listB {
	margin-top: 0px;
	margin-left: 1px;

	text-align: left;

	list-style: none;
}

.listB li {
	width: 229px;
	height: 19px;
	
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0px;

	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
}

.listB span {
	padding-left: 15px;

	color: #fe0000;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	line-height: 20px;

	text-transform: normal;
}

a.listLink:link {
	text-decoration: none;
	color: #fe0000;
}

a.listLink:visited {
	text-decoration: none;
	color: #fe0000;
} 

a.listLink:active {
	text-decoration: none;
	color: #fe0000;
} 

a.listLink:hover {
	text-decoration: underline;
	color: #000000;
}

p {
	padding-bottom: 10px;
}

.title {
	padding-top: 65px;
	padding-bottom: 15px;

	color: #fff551;

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #fe0000;
}

a:visited {
	text-decoration: none;
	color: #fe0000;
} 

a:active {
	text-decoration: none;
	color: #fe0000;
} 

a:hover {
	text-decoration: underline;
	color: #000000;
}