/************* RESET STYLE SHEET ********************/
/*		This set of styles is here to create		*
 * 		a base line to work from that should		*
 * 		standardize display across browsers.		*
 * 		This is stated without guarantee of 		*
 * 		any kind, as I'm just quoting what			*
 * 		other people have said.  In other 			*
 * 		words, this is an experiment. -- SC			*
 * 													*
 * 		What this requires of the designer is		*
 * 		to style ALL the elements from a common		*
 * 		baseline of zero (common to both IE and		*
 * 		FF).										*
 * **************************************************
 */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************* END RESET STYLE SHEET *****************/


body, html {
	background:#8c8c8c;
	background-image: url(../images/body_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

body {
    margin: 0;
    padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

#wrap {
	background: #8c8c8c;
	background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-y;
	margin: 33px auto 0 auto;
	padding: 0;
	width: 922px;
}

#header {
	background: transparent;
	background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
	height: 148px;
	margin: 0;
	padding: 0;	
}

#main {
	background: transparent;
	float: right;
	width: 700px;
	margin: 0;
	padding: 0;	
	text-align: left;
}

#main h1, #main h2, #main h3 {
	padding: 15px 15px 5px 10px;
}

#main h1 {
	font-size: 18pt;
}

#main h2 {
	font-size: 16pt;
}

#main h3 {
	font-size: 14pt;
}

#main p {
	padding: 5px 25px 5px 10px;
}

#main ul {
    padding: 5px 5px 5px 20px;
    width: 60%;
    border: 1px solid #5674AA;
    margin: 10px 10px 10px 30px;
}

#main fieldset {
    border: 1px solid #5674AA;
    width: 80%;
    margin: 10px;
}

#main legend {
    margin-left: 15px;
    padding: 2px;
    font-weight: bold;
}

#main label {
    clear:left;
    float:left;
    font-weight:bold;
    width:25%;
}

#main a:link {
    color: #5674AA;
    text-decoration: none;
}

#main a:visited {
    color: #5674AA;
    text-decoration: none;
}

#main a:hover {
    color: #5674AA;
    text-decoration: underline;
}

#nav {
	background: transparent;
	float: left;
	width: 210px;
	text-align: left;
}

#nav ul {
	padding: 15px 0 0 35px;
}

#nav li {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#nav a:link {
	color: #555555;
	text-decoration: none;
}

#nav a:visited {
	color: #555555;
	text-decoration: none;
}

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

#blue_box {
	float: left;
	clear: left;
	width: 210px;
	text-align: right;
    margin-top: 30px;
}

#footer {
	background: transparent;
	background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
	height: 36px;
	clear: both;
	padding: 0;
	margin: 0;
}

#footer_div {
	background: #8c8c8c;
	color: #ffffff;
}

#footer_div p {
	padding: 0;
	text-align: center;
}

#footer_div a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer_div a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer_div a:hover {
	color: #2F5DCD;
}


/*****************************************************/


/*****************************************************/ 

