/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	cellspacing="0";
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	padding: 2px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
body {
	background-color: #C38594;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}




#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: f4ffc7;
	background-image: url(global_images/wrap_bg2.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header_left {
	width: 450px;
	float: left;
}
.table_left {
	float: left;
}

#header_right {
	width: 450px;
	float: right;
}
#center_pic {
	float: right;
}



#left_bar {
	width: 200px;
	float: left;
	padding-top: 55px;
}
.left_bar_nav {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	color: #000000;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.left_bar_nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #482E2F;
}
.left_bar_nav li a {
	text-decoration: none;
}
.left_bar_nav li a:hover {
	color: #FF99FF;
	text-decoration: none;
}






#right_bar {
	width: 678px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 50px;
}
#copyright {
	width: 150px;
	float: right;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer_nav_div {
	width: 800px;
	float: left;
	padding-top: 5px;
}


.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	list-style-type: none;
}
.footer_nav li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-left: 5px;
}
.footer_nav li a {
	text-decoration: none;
}
.footer_nav li a:hover {
	color: #FF99FF;
}
.about_para {
	padding-top: 5px;
	padding-bottom: 5px;
}
.why_ex {
	list-style-type: disc;
}

.label {

	float: left;

	width: 15em;

	text-align: right;

	clear: left;

	margin-right: 15px;

	font-weight: bold;

	color: #000000;

}



.submit {
	float: right;
	padding-right: 100px;
}

