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

body {
	color:#000;
	margin:15px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#main {
	width:900px;
	height:auto;
	margin:auto;
}

#banner {
	width:699px;
	height:150px;
	float:left;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}

#right-banner {
	width:201px;
	height:100px;
	float:left;
	padding-top:50px;
	color:#2a5d92;
}

#button {
	width:194px;
	height:34px;	
	margin:auto;
	margin-bottom:10px;
}

#left-nav {
	width:230px;
	height:auto;
	float:left;
	padding-top:20px;
}

#content {
	width:580px;
	float:left;
	height:auto;
	padding-top:30px;
	padding-right:70px;
}

#footer {
	width:900px;
	height:90px;
	float:left;
	line-height:90px;
}

#footer2 {
	width:1000px;
	height:90px;
}

#footer-bar {
	width:900px;
	height:3px;
	background-image:url(../img/footer_bar.png);
	background-repeat:repeat-x;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#widebox {
	background:url(../img/widebox.jpg) no-repeat;
	width:556px;
	height:74px;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#navbtn
{
  display: block;
  width: 184px;
  height: 34px;
  background:url(../img/buttons/unselected.jpg) no-repeat 0 0;
  margin:auto;
  margin-bottom:10px;
  padding-left:10px;

}

#navbtn:hover
{ 
  background:url(../img/buttons/selected.jpg) no-repeat 0 0;
}

#navbtn span
{
font-size:12px;
line-height:34px;
}

#widebox a { color:#fff; }
#left-nav a { color:#FFF; }


a:link {color:#39F; text-decoration:none;}      /* unvisited link */
a:visited {color:#39F; text-decoration:none;}  /* visited link */
a:hover {color:#39F; text-decoration:underline; }  /* mouse over link */
a:active {color:#39F; text-decoration:underline;}  /* selected link */

a.black:link {color:#333; text-decoration:underline;}      /* unvisited link */
a.black:visited {color:#333; text-decoration:underline;}  /* visited link */
a.black:hover {color:#333; text-decoration:underline;}  /* mouse over link */
a.black:active {color:#333; text-decoration:underline;}  /* selected link */
