@charset "UTF-8";
/* CSS Document */

body
{
	text-align: center;
	background-image:url(../images/bg.jpg);
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 982px;;
	text-align: left;
}
.shadowLeft
{
	width: 16px;
	height:100%;
	background-image:url(../images/shadow_left.png);
}
.shadowRight
{
	width: 16px;
	height:100%;
	background-image:url(../images/shadow_right.png);
}
.topNav
{
	width: 950px;;
	height:34px;
	background-color:#FFF;
}
.amsLink{
	color:#f78f1e;
	text-decoration:none;
}
.amsLink:hover, topLink:focus{
	color:#000;
}
.refLink{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
.refLink:hover, topLink:focus{
	color:#000;
}
.topLink{
	color:#999;
	text-decoration:none;
}
.topLink:hover, topLink:focus{
	color:#000;
}
.footerLink{
	color:#999;
	text-decoration:none;
}
.footerLink:hover, topLink:focus{
	color:#f78f1e;
}
.copyright{
	font-size:10px;
}
.midNav
{
	width: 950px;
	height:47px;
	background:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
}
.base
{
	background-color:#FFF;
}
.contentLeft{
	width:590px;
	padding-left:20px;
	padding-right:20px;
}
.contentRight{
	width:345px;
	padding-left:10px;
	padding-right:10px;
}
.imgLeft{
	padding-right:10px;
	padding-bottom:10px;
}
.imgRight{
	padding-left:10px;
	padding-bottom:10px;
}
.btnGray{
	width:259px;
	height:56px;
	background-color:#ebebeb;
	border-bottom:1px;
	border-bottom-color:#FFF;

}
.boxGray{
	width:270px;
	height:54px;
	background-color:#999;
}
.picText {
	text-decoration:none;
	font-size:10px;
}
.picLink a{
	color:#999;
	text-decoration:none;
	font-weight:100;
}
.picLink a:hover, .picLink a:focus{
	color:#000;
}
.shadowBtm{
	height:16px;
	background:url(../images/shadow_btm.png);
	background-repeat:repeat-x;
}
h1{
	padding-top:0px;
	margin-top:0px;
}
ul li{
	list-style-image:url(../images/dot.png);
}
a {
	color:#F90;
	text-decoration:none;
	font-weight:bold;
}

