/*Begin CSS*/
body {
	margin: 10px;
	
	background: url(../images/bg.jpg) top center no-repeat;
	background-color: #630300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Start active menu highlighting*/

body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4, body#p5 a#n5 {
	color: #fff;
	background-color: #BF0000;
}

/*End active menu highlighting*/

#header {
	height: 102px;
}

#content {
	background: url(../images/contentbg.gif) repeat-y;
}

#footer {
	width: 950px;
	height: 30px;
	background: url(../images/footer.gif) no-repeat;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

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

h1 {
	font-size: 1.8em;
	color: #000;
}

h2 {
	font-size: 1.4em;
	color: #BF0000;
}

/***************/
#navcontainer {
	width: 950px;
	background-color: #DD0000;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 8px 50px;
	color: #fff;
	background-color: #DD0000;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #BF0000;
}

/***************/
#sidenavcontainer {
	width: 190px;
	height: 370px;
	/*background-color: #F4F7FD;*/
}

#sidenavlist{
	margin-left: 0;
	margin-top: 8px;
	width: 190px;
}

#sidenavlist li {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
	font-size: 11px;
	text-indent: 30px;
	background: url(../images/bullet.gif) 16px 10px no-repeat;
}

#sidenavlist li a {
	text-decoration: none;
	color: #183394;
}

#sidenavlist li a:hover {
	text-decoration: none;
	color: #c81016;
}

/*Form Stuff*/

legend {
	margin-bottom: 10px;
	color: #c81016;
}

label {
	color: #5166af;
}

input {
	border: 1px solid #ccc;
}

.leftimage {
	padding-left: 1px;
}

.text {
	padding-top: 36px;
	background: url(../images/watermark.gif) 110px 70px no-repeat;
}

a {
	color: #000F92;
}

a:focus, a:hover {color:#D00;}

.box {
border: 1px solid #ccc;
background-color: #FFF6F6;
}

.img {float:left;
margin-right:20px;
border: 1px solid #ccc;
padding: 5px;
}

.img2 {float:right;
margin-left:20px;
border: 1px solid #ccc;
padding: 5px;
}