/* colors

taupe : #f3ecd5 ( wrapper bg )
dark cherry : #1d080c ( page bg )


*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color:#110701;
	margin:0px;
	padding:0px;
	letter-spacing:.07em;
	word-spacing:.09em;
	font-size:91%;
}
	
h1 {
	font-size: x-large;
	color: #412817;
}

h2 {
	font-size: large;
	color: #162551;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

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

a:active {
	text-decoration: underline;
	color: #000000;
}
	
#wrapper { 
	width:770px;
	height:auto;
	padding:0px;
	margin:0px auto;
	background-color:#f2ecd4;
}

#header {
	width:100%;
	height:144px;
	margin:0px;
	padding:0px;
}

#navigation {
	width:100%;
	height:72px;
	margin:0px;
	padding:0px;
	background-color:transparent;
}
 
#sub_wrapper {
	width:100%;
	margin:0px 0px 30px 0px;
	height:auto;
	background-color: transparent;	
}

#left_column {
	width:18%;
	height:800px;
	background-color:transparent;
	text-transform:capitalize;
	color:#333333;
	float:left;
	font-size:85%;
	height:800px;
	margin:0px;
	padding:0px;
	float:left;
}

#left_column p {
	width:90%;
	color:#333333;
	font-size:100%;
	margin:.1em auto;
	padding:0px;
}

	
#left_column ul {
	width:90%;
	margin:4px auto;
	padding:0px 0px 0px 2.7em;
}

#left_column li {
	list-style-type:square;
	margin:2px auto;
}

#left_column acronym {
	font-weight:600;
	text-decoration:none;
}

#content {
	width:78%;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}

#content table {
	color:#333333;
}

#content p {
	text-indent:0px;
	text-align:left;
	color:#333333;
	width:92%;
	margin:.6em auto;
}

#content p img {
	margin:0px 0px 10px 10px;
}

#content ul {
	color:#333333;
	width:90%;
	margin:.1em auto;
	padding:0px 0px 0px 1.5em;
}

#content li {
	list-style-type:square;
}

#content ol {
	color:#333333;
	width:90%;
	margin:.1em auto;
	padding:0px 0px 0px 1.5em;
}

#content ol li ul {
	width:90%;
	margin:.1em auto;
	padding:0px 0px 0px 1.5em;
}

#content ol li ul li {
	list-style-type:square;
}

#content h1 {
	width:94%;
	margin:.1em auto;
	color: #222e3a;
	font-size:111%;
	text-transform:uppercase;
	letter-spacing:.09em;
}

#content h2 {
	width:94%;
	margin:.1em auto 0px auto;
	color: #15171B;
	font-size:107%;
	font-style:oblique;
}

#content acronym {
	font-weight:600;
	text-decoration:none;
}

#content .input_error {
	border:2px solid red;
	background-color:#cccccc;
}

#footer {
	width:100%;
	font-size:85%;
	height:35px;
	margin:-1px auto 0px auto;
	padding:0px;
	background-color: transparent;
}

#footer p {
	width:94%;
	text-align:right;
	margin:.1em auto;
	padding:0px;
}

.formchoose {
	font-size:small;
	text-transform:capitalize;
}

