/* CSS Document */

/* HTML Entities */

body {
	background:url('../images/bg.gif') repeat-x;
	margin:0px;
	padding:0px;
	font: 11px Verdana;
	text-align:center;
}

img {
	border:0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:Large;
	font-weight:bold;
	color:#666666;
}

/* IDs */

#topheader {
	width:760px;
	height:79px;
}

#engines {
	float:right;
	width:100%;
	padding:5px 0px 10px 0px;
}

#engines a{
	background:none;
	width:auto;
	height:auto;
	text-align:center;
	color:#000000;
}

#crumb {
	float:right;
	width:100%;
	padding:5px 0px 10px 0px;
	border-bottom: 1px solid #C3D6D8;
}

#crumb a{
	background:none;
	width:auto;
	height:auto;
	text-align:center;
	color:#000000;
}

#topnav {
	width:760px;
	height:30px;
	text-align:right;
	color:#FFFFFF;
	padding-top:3px;
}

#topnav a {
	color:#FFFFFF;
}

#bodycontainer {
	width:762px;
	height:auto;
	text-align:left;
}

#logo {
	float:left;
	height:60px;
	width:255px;
	padding:0px;	
}

#header {
	float:left;
	height:60px;
	width:450px;
	text-align:left;
	font-weight:bold;
	padding:18px 20px 0px 0px;
	color:#666666;
}

#header a{
	color:#666666;
}

#navbar {
	background:url('../images/nav-bar-bg.gif') repeat-x;
	width:760px;
	height:30px;
	color:#FFFFFF;
	text-align:right;
}

#navbar a {
	float:left;
	padding:5px 5px 0px 5px; 
	height:26px;
	border-left: 1px solid #929493;
	color:#FFFFFF;
}

#advertise {
	background:url('../images/advertise-bg.gif') repeat-x;
	float:left;
	width:163px;
	height:26px;
	text-align:center;
	padding-top:2px;
}

#mainnav {
	width:760px;
	background:url('../images/nav-bg.gif') repeat-x;
	padding-top:10px;
}

#left{
	float:left;
	background-color:#F1F5F6;
	width:163px;
	height:300px;
	text-align:center;
	font-size:18px;
	color:#254881;
}

#left a {
	font-size:18px;
	color:#254881;
	text-decoration:underline;
}

#content_full {
	width:100%;
	padding:0px 5px 10px 30px;
	text-align:justify;
}

#content {
	float:right;
	width:590px;
	padding:0px 5px 10px 15px;
	text-align:justify;
}

#content_full li {
	font-size:14px;
	font-weight:bold;
}

#content_full h2 {
	font-size:19px;
	color:#659901;
}

#content a {
	color:#000000;	
}

#right {
	float:right;
	width:271px;
	padding:0px 0px 0px 10px;
}

#right span {
	background-color:#E8E8E8;
	width:261px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

#footer{
	float:left;
	width: 762px;
	padding: 5px;
	text-align: center;
	color: #999999;
	background: #F2F4EE;
}

#footer a, a:visited {
	color: #999999;
}

#form {
	width:425px;
	background-color:#CCD4E7;
	text-align:center;
	padding:10px;
}

/* Classes */

.button{
	background:url('../images/button.gif') repeat-x;
	width:129px;
	height:27px;
	text-align:center;
	padding-top:7px;
	color:#ffffff;
}

.button_long{
	background:url('../images/button_long.jpg') repeat-x;
	width:265px;
	height:27px;
	text-align:center;
	padding-top:7px;
	color:#ffffff;
}

.cell {
	width:200px;
	float:left;
	text-align:left;
}

.cell_right {
	width:200px;
	float:left;
	text-align:right;
	padding-right:10px;
}

.cell_full {
	width:400px;
	text-align:center;
	padding:5px 0px 5px 0px;
}
.limited {
	font-size:18px;
}

.white {
	color:#ffffff;
}

.textbox {
	width:200px;
}

