body {
	font-family: arial, verdana, "Trebuchet MS", "lucida sans unicode", sans-sarif;
	font-size: 80%;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #660000;
}


/**********||  Links  ||**********/

a {
	text-decoration: underline;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #999;
}


/**********||  Layout & Content  ||**********/

#wrapper {
	margin: 0px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background: #f9f9ef;
}

#header {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

#bodyContainer {
	margin: 0;
	padding: 0;
}

#bodyLeft {
	float: left;
	width: 170px;
	padding: 0 10px 0 15px;
	margin: 0;
	line-height: 120%;
}

#bodyLeft p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#bodyLeft p.space {
	margin-top: 7px;
}

#bodyLeft p.content {
	color: #777;
	font-size: 95%;
	line-height: 110%;
	margin: 20px 10px 10px 10px;
	font-weight: normal;
}

#bodyLeft p a {
	text-decoration: none;
	color: #444;
}

#bodyLeft p a:hover {
	text-decoration: underline;
	color: #999;
}

#bodyLeft p.sub1 {
	font-weight: normal;
	font-size: 85%;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 10px;
	background: #ffffdb url(../../assets/images/listSub1.gif) no-repeat left top;
	line-height: 125%;
}

#bodyLeft p.sub1 a {
	text-decoration: none;
	color: #000;
}

#bodyLeft p.sub1 a:hover {
	text-decoration: underline;
	color: #444;
}

#bodyLeft p.sub2 {
	font-weight: normal;
	font-size: 85%;
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 0px 10px;
	background: #ffffdb url(../../assets/images/listSub2.gif) no-repeat left top;
	line-height: 125%;
}

#bodyLeft p.sub2 a {
	text-decoration: none;
	color: #369;
}

#bodyLeft p.sub2 a:hover {
	text-decoration: underline;
	color: #444;
}

#bodyRight {
	margin: 0px 0px 0px 200px;
	padding: 0px 40px 0px 25px;
	font-size: 105%;
}

.imageRight { 
	float: right;
	margin: 4px 0px 0px 16px;
	border: none;
}

.imageRightBorder {
	border: #000 solid 1px; 
	margin: 4px 0px 0px 16px;
	float: right;
}

.imageLeft { 
	float: left;
	margin: 4px 16px 0px 0px;
	border: none;
}

.imageLeftBorder {
	border: #000 solid 1px; 
	margin: 4px 16px 0px 0px;
	float: left;
}

#bodyClear {
	clear: both;
}

#footer {
	height: 40px;
	padding: 45px 0px 0px 10px;
	margin: 0;
	text-align: left;
	font-size: 85%;
	color: #b8a47e;
	line-height: 150%;
	background: #835a0b url(../../assets/images/footer.gif) top center repeat-y;
}

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

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


/**********||  Forms  ||**********/

input {
    font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #000;
}

textarea {
    font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #000;
	height: 150px;
}

select {
    font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #000;
}

.formButton {
	color: #fff;
	background-color: #758897;
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
	border: #ddd;
	cursor: pointer;
}

.formFieldWidth {
    width: 250px;
}


/**********||  Misc  ||**********/

.small {
	font-size: 85%;
}

.large {
	font-size: 110%;
}

h1 {
	margin: 0;
	padding: 0;
}

h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}

img {
	border: 0;
}

hr {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px dashed #ccc;
	border-left: 0;
	background-color: #ffffdb;
	height: 1px;
	margin: 0;
	padding: 0;
}

#requirement {
	font-size: 85%;
	border: 0;
	margin: 0;
	padding: 0;
}