html {
	overflow-y: scroll;
}



html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	height:100%;
	background: #8fa3ab;
	color: #575757;
	SCROLLBAR-FACE-COLOR: #8fa3ab;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #8fa3ab;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #8fa3ab;
	SCROLLBAR-DARKSHADOW-COLOR: #8fa3ab; 
	
}

table {
	border-collapse: collapse;
	vertical-align:top;
}

#quotes {
	vertical-align: top;
	font-size: 10px;
	padding-left: 4px;
}



a:link
{
	color: #575757;
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
}

a:visited
{
	color: #575757;
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
}

a:active
{
	color: maroon;
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
}

a:hover
{
	color: maroon;
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
}



a.small:link
{
	color: #575757;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.small:visited
{
	color: #575757;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.small:active
{
	color: maroon;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.small:hover
{
	color: maroon;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}




.link, .link_hover {
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #e4bd86;
}

.link_hover {
	background: #ffffff url('/images/fanned_linked_bg.gif') repeat-y center;
}


#register {
	font-size: 12px;
}



#container {
	width: 100%;
	height: 100%;
}

#top_links {
	text-align:right;
	width:675px;
}


#inner_content {
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	background: #ffffff;
}

#inner_top {
	background: url('/images/inner_top.gif') top no-repeat;
}

#inner_bottom {
	background: url('/images/inner_bottom.gif') bottom no-repeat;
}

#cont_header {
	font-size: 15px;
	text-align:center;
	width: 100%;
	padding-bottom: 10px;
	font-weight:bold;
	text-decoration: underline;
}

#header_l, #header, #header_r {
	padding: 5px 5px 5px 5px;
	font-family:Arial;
	font-size: 18px;
	text-align: center;
}
#header_l {
	width: 130px;
}
#header_r {
	vertical-align: top;
	text-align:right;
	font-size: 12px;
}



#nav {
	width: 130px;
	vertical-align: top;
	height: 100%;
	border-right: 1px solid #e4bd86;
	padding: 10px 5px 0px 5px;
}

#content { 
	vertical-align: top;
	text-align: justify;
	width: 415px;
	height: 100%;
	padding: 20px 20px 0px 20px;
	font-size: 14px;
	background: #ffffff url('/images/content_bg.jpg') no-repeat fixed center;
}

#myservice {
	font-size: 11px;
	text-align: left;
}

#bott_light_border {
	border-bottom: 1px solid #cccccc;
	padding-left:5px;
}

#news {
	vertical-align: top;
	width:125px;
	height: 100%;
	border-left: 1px solid #e4bd86;
}
#news_table {
	vertical-align:top;
	width:125px;
}



#footer {
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
}


#main_c {
	width: 700px;
	padding: 35px 0px 35px 0px;
	vertical-align: top;
}

#guts {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.shadowed { 
  float:left;
  /*background: url('/images/drop-shadow.png') no-repeat bottom right !important; */
  /*background: url('/images/drop-shadow.gif') no-repeat bottom right;*/
  margin: 5px 0 0 10px !important;
  margin: 5px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #999; */
  margin: -6px 6px 6px -6px;
  }


.footer {
	font-size: 10px;
	text-align: center;
	color: #8B8B8B;
}


img {
	border-width: 0px;
}




