/* Elements */

html
{
	font-family: Arial, sans-serif;
	color:#363636;
	background: white;
	font-size: 0;
}

div,img, p
{
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
}

p
{
	margin: 10px 0 10px 0;
}

h1, h2, h3, h4, h5{
	margin:0;
}

h1 {
	font-size:250%;
}

h2 
{
	font-size:150%;
}

h3
{
	font-size:125%;
}

h4
{
	color:#425a6f;
	font-size:110%;
}

h5
{
	color:Gray;
	font-size:90%;
	font-weight:normal;
}

hr
{
	background-color: #dcdcdc;
	height: 3px;
	border: 0;
}



a {
	color: #cfa400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#adba8c;
	font-family: Arial, sans-serif;
	color:#363636;
	font-size:13px;
	margin:0;
	padding:0;
}

table
{
	font-size:10pt;
}

.content
{
	font-size: 12px;
	overflow: visible;
	color:#363636;
}

.separator, .breadcrumbs a, .current
{
	margin-right: 7px;
	color: #cfa400;
}

.breadcrumbs
{
	margin-bottom: 10px;
}

/* Container */

#toolbar
{
	height: 45px;
	width: 100%;
	background: #cfa400;
	font-weight: normal;
	color: White;
}

#toolbar a
{
	color: White;
}


#toolbar td
{
	font-size: 14px;
	height: 45px;
	white-space: nowrap;
}

#search, .login, .loggedin
{
	border-right: solid 1px #e4cb6e;
	padding-right: 15px;
}

.login, .loggedin, #home
{
	border-left: solid 1px #a88700;
	padding-left: 15px;
}

td#home
{
	font-size: 14px;
}

.toolbar-field
{
	background: url(/images/toolbar/login-box.gif) no-repeat right;
	height:20px;
	padding-top:5px;
	padding-left: 5px;
	width:100px;
	border:0;
	font-size: 15px;
}

#container {
	margin: 40px auto;
	width: 902px;
	text-align:left;
}

#topNav
{
	width: 902px;
	height: 20px;
	text-align: right;
}

/* Header */
#header {
	font-size:0;
	width:902px;
	margin-bottom: 1px;
}

#logo
{
	float: left;
}

#rotating-image 
{
	float: right;
}

#body
{
	width: 902px;
}

#body td
{
	vertical-align:top;
}

.left
{	
	width: 220px;
	padding: 13px;
	background: #eeeceb;
}

.left a
{
	color:#425a6f;
}



.left .buttons a
{
	display: block;
	margin-bottom: 11px;
}

.left hr
{
	background-color: White;
	height: 1px;
}

#left-content
{
	padding: 0 21px 21px 21px;
}

#right-content
{
	width: 144px;
	border-left: solid 1px #dcdcdc;
	padding-left: 1px;
}

#email
{
	border-bottom: solid 1px #dcdcdc;
}

#sponsers
{
	padding: 15px 10px 15px 10px;
	text-align: center;
}

#footer {
	width:902px;
	height:83px;
	padding-top:17px;
	margin-top:15px;
	margin-bottom:25px;
	background:#eeeceb;
	text-align:center;
	font-size:12px;
}

#fogotpassord:hover
{
	text-decoration:none;
	color:Black;
}