html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
	font-size: 90%;
	text-align: center;
	color: #333333;
	line-height: 180%;
}
a:link {
	color: #cc0000;
	text-decoration: underline;
}
a:visited {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 270px;
	float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {
	
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #FFF;
	text-decoration: none;
	line-height: 2.7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
	background-color: #CC0000;
}
#body_hom #nav_hom a,
    #body_map #nav_map a,#body_jou #nav_jou a,
    #body_his #nav_his a,#body_ref #nav_ref a,
    #body_con #nav_con a {
  background: #BEB06F;
  color: #1A1303;
  font-weight: bold;
}
#wrapper {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 0px none;
	background-color: #3a0000;
}

#main {
	width: 980px;
	height: 650px;
	background-image: url(images/bg_980.jpg);
	background-repeat: no-repeat;
	background-color: #3a0000;
}
#main1 {
	width: 980px;
	min-height:650px;  
    height:auto !important;  
    height:650px; 
	background-image: url(images/bg_980_L1.jpg);
	background-repeat: no-repeat;
	background-color: #3a0000;
	margin: 0px;
	padding: 0px;
}
#leftcol {
	float: left;
	width: 360px;
	margin: 0;
	padding-left: 30px;
}
#leftcolL1 {
	float: left;
	width: 270px;
	margin: 0;
	padding-left: 30px;
}
#rightcolholder {
	float: right;
	width: 600px;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
}
#rightcol {
	float: right;
	width: 480px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#rightcol H1 {
	padding-top: 0px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	font-size: 150%;
}

#rightcol H2 {
	color: #990000;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

#rightcol p {
	padding-top: 5px;
}

#rightcol ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightcol li 
{
	padding-left: 10px;
	background-image: url(/images/listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-top: 2px;
}

#brand {
  width: 270px;
  height: 200px;
  margin: 0;    
  padding: 0;
}

#content {
	float: left;
	width: 360px;
	height: 100px;
	margin: 0;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 180%;
}
/* Footer */


#footer {
	clear: both;
	width: 945px;
	height: 30px;
	margin: 0px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 150%;
	padding: 0px;
}

#footer a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color : #999999;
	text-decoration: underline;
}
#amsrsbrand {
	float: right;
	padding: 0px;
}

#clearone {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


