@charset "utf-8";
/* CSS Document */

body {
	font-size: 80%;
	background: #272727 url(../images/background.jpg) no-repeat;
}

#container {
	background: none;
	border: none;
	width: 980px;
	margin: 90px 0 0 25px;
}

#header {
	background: none;
	padding-left: 280px;
	font-size: .8em;
	color: #b1b1b1;
}

#sidebar1 {
	margin: 80px 0 0 40px;
	text-align: center;
	border: none;
	background: none;
}

#sidebar1 a, #sidebar1 a:visited {
	color: #a2a166;
	font-size: 1.2em;
	display: block;
	margin: 10px 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #323130;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #900028;
}

#mainContent {
	background: #FFFFFF;
	margin: 30px 0 0 280px;
	padding: 10px 15px;
	min-height: 380px;
	border: 2px solid #056132;
	color: #272727;
}

#mainContent h1 {
	font-size: 130%;	
	color: #272727;
	border-bottom: 2px solid #272727;
}

#mainContent h2 {
	font-size: 110%;	
	color: #272727;
}

.details {
	cursor: pointer;
	font-size: 70%;
	font-weight: normal;	
}

#mainContent table th {
	padding: 2px 0;
	text-align: right;
	padding-right: 10px;
}

#mainContent table td {
	padding: 2px 0;	
}

#mainContent input.input {
	width: 300px;
}

#mainContent textarea {
	width: 300px;
}

#mainContent table .submit {
	text-align: right;
}

#mainContent table .submit input {
	width: 60px;	
	margin-right: 230px;
}

#mainContent p {
	margin-bottom: 2px;
	padding-bottom: 0;	
}

#mainContent img {
	float: right;
}

#mainContent a, #mainContent a:visited {
	color: #272727;
}

#mainContent a:hover {
	color: #900028;
}

.signature {
	margin: 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #515151;
	text-align: right;
	font-size: 80%;
}

#footer {
	height: 130px;
	background: url(../images/footerLogo.png) left top no-repeat;
	margin: -50px 0 0 40px;
	padding: 70px 0 0 0;
}

#footerContent {
	font-size: .8em;
	color: #515151;
	background: #323232;
	margin-left: 252px;
	padding: 8px 5px 8px 0;
	height: 24px;
	overflow: hidden;
}

#footerContent a, #footerContent a:visited {
	color: #515151;
}

#footerContent a:hover {
	color: #900028;
}
