/* HTML Definitions */
body {
	font-family: "Trebuchet MS";
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: #ec008c;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	padding: 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-weight: bold;
	color: #A0B128;
}
#topnav {
	height: 92px;
	width: 950px;
}
#header {
	background-image: url(../images/main-banner.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 950px;
}
#login {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	height: 26px;
	width: 370px
	vertical-align: middle;
}

.imgtop {
	padding: 0px 5px 0px 5px;

}
#content {
	padding-top: 15px;
	padding-left: 20px;
}

a {
	color: #fae509;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fae509;
}
.container {
	background-color: #000000;
}
#nav {

	padding-top: 15px;
}
#message{
	color: #ec008c;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#navcontainer {
	padding-left: 0px;
}
#navlist {
	margin-left: 0;
}
#navlist li {
	margin: 0;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	width: 213px;

}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
	padding: 0.5em 0em 0.5em 0em;
	background-image: url(../images/regular.jpg);
	background-repeat: no-repeat;	
		text-indent: 50px;
		

}
#navlist li a:hover {
	text-decoration: none;
	background-image: url(../images/rollover.jpg);
	background-repeat: no-repeat;
}


#footer {
	height: 90px;
	background-color: #ec008c;
}
#footer #copyright {
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
#footer #copyright a{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}
.imgright {
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 2px solid #FFFFFF;

}
.imgbord {
	border: 2px solid #FFFFFF;

}
.imgleft {
	text-align: left;
	float: left;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgleft2 {
	text-align: left;
	float: left;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 20px;
}

.imgpadright {
	padding-right: 10px;
}
.flash {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding-left: 10px;
}
