/* 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;
}

/* custom */
html {
	font: 62.5% Arial, Helvetica, sans-serif;
}
div {
	position: relative;
}
body {
	background: url(/images/bg.jpg) repeat-x;
}
h1 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 12px;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
p {
	font-size: 17px;
	line-height: 24px;
}
.red {
	color: #990000;
}
.green {
	color: #009900;
}
.large {
	font-size: 20px;
}



#sidebar a, #main a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#sidebar a:hover, #main a:hover {
	border-color: #FFFFFF;
}


.bigbold {
	font-size: 26px;
	font-weight: 600;
}
.bold {
	font-weight: 600;
}
#wrapper {
	margin: 0px auto;
	width: 1012px;
}
#logo {
	height: 146px;
}
#bd {
	width: 950px;
	float: left;
	min-height: 300px;
}
#logo img {
	left: 41px;
	top: 8px;
	position: absolute;
}
#main_login {
	position: absolute;
	height: 30px;
	width: 440px;
	top: 20px;
	right: 20px;
}
#login_form div {
	float: left;
	margin-right: 14px;
}
#login_form input {
	background:transparent none repeat scroll 0 0;
	border: none;
	padding-left:6px;
}
.login_input {
	background: url(/images/login_input.png);
	height: 33px;
	width: 127px;
}
.login_input input {
	padding-top: 6px;
}
.login_button {
	height: 26px;
	width: 87px;
}
.vertical_space {
	height: 20px;
}
#leftshadow {
	background: url(/images/left_shadow.jpg) no-repeat;
	height: 369px;
	width: 31px;
	float: left;
}
#rightshadow {
	background: url(/images/right_shadow.jpg) no-repeat;
	height: 369px;
	width: 31px;
	float: left;
}
#ft {
	background: url(/images/footer.png) no-repeat;
	height: 63px;
	width: 912px;
	clear: both;
	margin-left: 50px;
}
#ftnav {
	font-size: 15px;
	color: #E8E8E8;
	padding-top: 6px;
	text-align: center;
	letter-spacing: 1px;
}
#ftnav a {
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px dotted #E8E8E8;
	display: inline;
	margin-left: 8px;
}
#ftnav a:hover {
	border-style: none;
}
#red_button {
	background: url(/images/red_button.png) no-repeat;
	height: 38px;
	width: 222px;
	text-align: center;
	display: block;
	margin: 12px auto;
}
#red_button a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #EEEEEE;
	padding-top: 7px;
	display: block;
	padding-bottom: 9px;
	border-style: none;
}
#main img {
	float: left;
	padding-right: 20px;
}
#main h1 {
	margin: 0px;
	font: 500 small-caps 30px/90px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#email_needed {
	font-size: 16px;
	font-weight: 600;
	color: #FF0000;
}
td {
	font-size: 15px;
	padding: 2px 2px 4px 8px;
	border-top: 1px solid #7FBBF1;
	border-left: 1px solid #7FBBF1;
}
table {
	border-right: 1px solid #7FBBF1;
	border-bottom: 1px solid #7FBBF1;
}
th {
	font-size: 16px;
	font-weight: 600;
	padding: 2px 2px 2px 8px;
	border-top: 1px solid #7FBBF1;
	border-left: 1px solid #7FBBF1;
	text-align: left;
}
#main_login a {
	font-size: 24px;
	text-decoration: none;
	color: #222222;
	display: block;
	padding: 2px;
	margin-left: 290px;
	margin-right: 56px;
}form, form p {
	line-height: 30px;
}
form span {
	display: inline;
	background: #EEF2F7;
	margin-left: 8px;
	border: 1px none #7FBBF1;
	padding: 3px;
}
form span:hover {
	background: #D2DEEA;
}
#main #long_text img {
	float: right;
	padding: 2px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
	border: 1px solid #7FBBF1;
}

