html, body { height: 100%; }

body {
        margin: 0;
        padding: 0;
        font: 12px Verdana,Arial,Helvetica,sans-serif;
        background: black;
}

a { color: #A60D0D; text-decoration: none; }
a:hover { color: #A60D0D; text-decoration: underline; }

ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
ul li{
	padding-bottom:7px;
	background:transparent url(arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
ol li{
	padding-bottom:7px;
}
ul li ul{
	margin:8px 0px -7px 0px;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}

/* basic styles */
h1,h2,h3,h4{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:white;
}
h1{
	font-size:28px;
}
h2{
	clear: both; margin: 5px -10px; padding: 6px 15px; font-size: 14px; color:white; background: url(bg_h2.gif) repeat-y;
}
h3{
	font-size:18px;
	color:black;
}
h4{
	clear: both; margin: 5px 0px 0px 0px; padding: 6px 15px; font-size: 14px; color:white; background: url(bg_h4.gif) repeat-y;
}

p{
	line-height:22px;
	margin:7px 0px 10px 0px;
	/*text-align:justify;*/
}

img { border: 0; }

form { margin: 0; padding: 10px 0 10px 0; }

#sgd_main, #sgd_footer {
        width: 790px;
        margin-left: auto;
        margin-right: auto;
}

#sgd_main {
        height: 100%;
        min-height: 100%;
        margin-bottom: -90px;
        background: url(bg_main.gif) repeat-y;
        color:black;
}

html>body #sgd_main { height: auto; }

#sgd_header {
        height: 94px;
        background: url(bg_head.gif) no-repeat;
        text-align: left;
}
#sgd_header h1 { font-size: 16px; color: White; margin: 0; padding: 70px 27px 0 15px; }
#sgd_header a { color: #E5E5E5; font-weight: bold; text-decoration: none; }
#sgd_header a:hover { color: white; text-decoration: underline; }

#layer1 {
        position: relative;
        width: 400px;
        height: 54px;
        z-index: 1;
        left: 15px;
        top: 55px;
}
#layer1 a { font-size: 12px; color: #E70000; text-decoration: underline; font-weight: normal;}
#layer1 a:hover { color: red; }

#sgd_navigation {
        height: 42px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #E5E5E5;
        background: url(bg_nav.gif);
}
#sgd_navigation a { color: #E5E5E5;  text-decoration: none; }
#sgd_navigation a:hover { color: white; text-decoration: underline; }
#sgd_navigation p { margin: 0; padding: 6px 0px 0px 25px; }

#sgd_left_content {
        float: left;
        width: 540px;
        color: black;
}
#sgd_left_content .content { margin: 0px; padding:10px 10px 20px 20px; }
#sgd_left_content p { padding: 0px 0px; }

#sgd_right_content {
        float: left;
        width: 250px;
}
#sgd_right_content .content { margin: 0px; padding:10px 10px 20px 5px; }
#sgd_right_content p { padding: 0px 10px; }

#sgd_oriclear {
        height: 90px;
        clear: both;
}

#sgd_miniclear {
        height: 5px;
        clear: both;
}

#sgd_clear {
        height: 49px;
        clear: both;
        background: url(bg_footer.gif) repeat-y;
}

#sgd_clear .content { text-align: left; padding: 8px 0px 0px 55px; font-size: 10px;}

#sgd_clear3 {
        width: 15px;
}

#sgd_footer {
		color:white;
        height: 90px;
        background: black;
        text-align: center;
}

#sgd_footer a {color: #E5E5E5; text-decoration: none; }
#sgd_footer a:hover { color: white; text-decoration: underline; }

.t {
        FONT-WEIGHT: normal; FONT-SIZE: 10px;
}

td.form{

	color: #000000;
	background-color: #FFFFFF;
	vertical-align: top;
}

td.formred{

	color: #FF0000;
	background-color: #FFFFFF;
	vertical-align: top;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.w30{
	width:30%;
}
.w70{
	width:70%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* forms */
form input{
	font:12px Verdana,Arial,Helvetica,sans-serif;
	/*border:1px solid #888; */
}