/*////////// General Styles //////////*/

body
{
	font-family: verdana, arial, ms sans serif;
	font-size: 75%;
	color: #656565;
	text-align: center;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

#container
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/images/bg_cont.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}

#topInfo
{
	width: 780px;
	background-color: #666;
	color: white;
	text-align: right;
	font-size: 90%;
	padding: 2px 0px 2px 0px;
}

#header
{
	width: 780px;
}

#footer
{
	width: 780px;
	font-size: 90%;
	text-align: center;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px #2E2995 solid;
	border-bottom: 8px #2E2995 solid;
}

/*////////// Navigation //////////*/

#nav
{
	float: left;
	width: 578px;
	height: 30px;
	background-image: url(/images/navbg.gif);
}

#sideNav
{
	float: right;
	width: 202px;
	height: 30px;
	background-color: #2E2995;
	padding: 0px;
}

#logo, #banner, .navItem, .navIcon, #bannerHolder
{
	float: left;
}

.navIcon
{
	margin: 7px 10px 0px 0px;
	font-size: 80%;
	color: white;
	line-height: 17px;
}

#secondnav
{
	padding: 5px 0px 5px 0px;
}

/*////////// Home Page //////////*/

#leftCol
{
	float: left;
	width: 465px;
	padding: 14px 15px 0px 20px;
	background-color: #fff;
}

#rightCol
{
	float: left;
	width: 245px;
	font-size: 90%;
	padding: 14px 15px 15px 20px;
	background-color: #F1F1F1;
}

.date
{
	font-size: 80%;
	color: #0E9A8F;
}

.adverts
{
	float: left;
}

/*////////// Links //////////*/

a
{
	color: #444;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

li.links a
{
	text-decoration: underline;
}

li.links a:hover
{
	text-decoration: none;
}

#topInfo a, li a
{
	color: white;
	text-decoration: none;
}

#topInfo a:hover, li a:hover
{
	text-decoration: underline;
}

li a
{
	color: #444;
	text-decoration: underline;
}

.navIcon a
{
	color: #fff;
	text-decoration: underline;
}

.navIcon a:hover
{
	text-decoration: none;
}

#rightCol a
{
	color: #656565;
	text-decoration: underline;
	font-style: italic;
}

#rightCol a:hover
{
	text-decoration: none;
}

#secondnav a
{
	color: #2F2995;
	text-decoration: underline;
}

#secondnav a:hover
{
	text-decoration: none;
}

/*////////// Text, Images Etc. //////////*/

img
{
	border: none;
}

h1, #rightCol h2, #leftCol h2
{
	color: #2E2995;
	font-size: 150%;
	font-family: arial;
	letter-spacing: -0.6px;
}

#rightCol h2, #leftCol h2
{
	color: #75C3BD;
}

#leftCol h2
{
	font-size: 130%;
}

#rightCol hr
{
	width: 160px;
	height: 1px;
	color: #bbb;
	text-align: center;
}

.sideText
{
	margin: -2px 0px 0px 3px
}

.smallText
{
	float: right;
	width: 365px;
	font-size: 75%;
}

.on
{
	font-weight: bold;
}

li
{
	list-style-image: url(/images/bullet_ff.gif) !important;
	list-style-image: url(/images/bullet_ie.gif);
	line-height: 21px;
}

.small
{
	font-size: 80%;
}

.validation
{
	font-size: 90%;
	font-weight: bold;
	color: #4CBE49;
}

/*////////// Form Elements //////////*/

label
{
	float: left;
	width: 100px;
}

.formField, .submit
{
	border: 1px darkblue solid;
	background: none;
	margin-bottom: 5px;
}

.formField
{
	width: 200px;
}

.submitBtn
{
	border: 1px darkblue solid;
	background: none;
	margin-bottom: 5px;
}

.checkbox
{
	margin: 0px;
}

.submit
{
	margin: 8px 0px 0px 100px;
}
