html, body, #wrapper {
height: 100%;
text-align:center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/body_bg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
#wrapper {
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(graphics/wrapper.gif);
	background-repeat: repeat-y;
	width: 980px;
	white-space: normal;
}
.vspace {
	height: 5px;
	width: 5px;
	display: block;
}

.content_top {
background-image: url(graphics/content_top.gif);
background-repeat: no-repeat;
width: 960px;
height: 12px;
}
.content_bottom {
background-image: url(graphics/content_bottom.gif);
background-repeat: no-repeat;
width: 960px;
height: 12px;
}
.content_left {
background-image: url(graphics/content_left.gif);
background-position: top;
}
.content_right {
background-image: url(graphics/content_right.gif);
background-position: top;
}
.content_inner {
background-image: url(graphics/content_inner.gif);
background-repeat: repeat-y;
text-align: left;
width: 936px;
}

.side_menu {
height: 21px;
width: 205px;
}
.side_menu a {
text-indent:21px;
font-size:10px;
font-weight: bold;
color: #00a7e6;
text-decoration: none;
display:block;
}
.side_menu a:hover {
color: #000000;
}

.sm_mid {
background-image: url(graphics/side_menu_bg.gif);
}
.sm_first {
background-image: url(graphics/side_menu_bg_first.gif);
}
.sm_last {
background-image: url(graphics/side_menu_bg_last.gif);
}
.side_bg {
background-image: url(graphics/side_bg_wrapper.gif);
background-repeat:repeat-y;
white-space:normal;
}
.main_bg {
background-image: url(graphics/main_bg_wrapper.gif);
background-repeat:repeat-y;
white-space:normal;
}
.pad5 {
padding: 5px;
}
.sidepad {
padding: 0px 10px 0px 10px;
}
.mainpad {
padding: 0px 10px 0px 10px;
}
form {
margin: 0px;
padding: 0px;
}
.login_pad {
padding-left:1px;
}
.login_text {
width: 180px;
font-size: 10px;
border: 1px solid #b1b1b1;
}
a:link {
	color: #00a7e6;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a7e6;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #00a7e6;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 10px;
	color: #00a7e6;
	margin:0px;
	padding:0px;
}