html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: tahoma, Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #404040 url(images/img-background.jpg) repeat-x;
	font-size: 80%;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 105%;
}

hr {
	height: 1px;
	color: #383736;
	border: 1px solid #383736;
}

a {
	color: #FAE930;
	text-decoration: none;
}

a:hover {
	color: #9E9100;
	text-decoration: none;
}

p {
	line-height: 18px;
}
		
#container {
	margin: 0 auto;
	width: 970px; 
	min-height: 100%;
	text-align: left;
	background-color: #000000;
	border-left: 1px solid #383736;
	border-right: 1px solid #383736;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	width: 100%;
	margin: 0px 0px 5px 0px;
	text-align: center;
	padding-top: 5px;
}

#headerImages {
	background-color: #232323;
	border: 1px solid #383736;
	width: 950px;
	padding: 4px 2px 2px 2px;
	margin: 0 auto;
}

#navigation {
	width: 954px;
	height: 20px;
	background-color: #232323;
	border: 1px solid #383736;
	margin: 0 auto;
	text-align: center;
}

#navigation ul {
	float: left;
	margin-top: 1px;
	margin-left: -45px;
	#margin-left: -5px;
	width: 565px;
}

#navigation li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	border-right: 1px solid #383736;
	position: relative;
}

#navigation a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#content {
	width: 930px;
	padding: 20px 20px 20px 20px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #000000;
}

#clearfooter {
	height:67px;
	width:100%;
	clear:both
}

.imgBorder {
	border: 1px solid #909090;
}

.listItem1 {
	font-size: 100%; 
	color: #ffffff; 
	font-family: tahoma, Verdana, sans-serif; 
	background-color: #232323; 
	font-style: normal
}
.listItem0 {
	font-size: 100%; 
	color: #ffffff; 
	font-family: tahoma, Verdana, sans-serif; 
	background-color: #000000; 
	font-style: normal
}

/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 400px;
	height: 110px;
	margin-bottom: 0px;
	padding: 2px;
	color: #ffffff;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
	color: #ffffff;
}
/* END CODE */

.defaultCategory {
    border: 0px solid red; 
    padding-top: 25px; 
    width: 450px; 
    height: 142px; 
}

.defaultCategoryText {
    float: right; 
    width: 290px; 
    border: 0px solid blue; 
    padding: 5px 10px 10px 10px;
    #padding: 15px 10px 10px 10px;
}

.defaultCategoryText p {
    margin: -10px 0px 0px 0px;
    #margin: -18px 0px 0px 0px;
    padding: 0px;
}

.smalltext {
    font-size:85%
}

.submitbutton {
	font-family: tahoma, Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	background-color: #8e8e8e;
	border: 1px solid #ffffff;
	padding: 2px;
}

.submitbutton2 {
	font-family: tahoma, Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	background-color: #8e8e8e;
	border: 1px solid #ffffff;
}

.forminput {
    font-family: Tahoma, Verdana, sans-serif;
	border: 1px solid #383736;
	font-size: 100%;
}

.forminputerror {
    font-family: Tahoma, Verdana, sans-serif;
	border: 1px solid #383736;
	background-color: #faee8c;
	color: #000000;
	font-size: 100%;
}

