@charset "UTF-8";

body {
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	background-color: #999966;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #330033;
	margin-top: 0px;
	margin-left: 30px;
}

h2 {
	color: #660033;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	margin-top: 0px;
	margin-left: 30px;
}

h3 {
	color: #993366;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
}

p {
	font-size: 12px;
	color: #330033;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 20px;
}

img {
	border: 0px;
}

a:link {
	color: #660033;
	text-decoration: underline;
}

a:visited {
	color: #660033;
	text-decoration: underline;
}

a:active {
	color: #660033;
	text-decoration: underline;
}

a:hover {
	color: #660033;
	text-decoration: underline;
}

.copyrightlinks {
	color: #ffffcc;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.copyrightlinks a:link {
	color: #ffffcc;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.copyrightlinks a:visited {
	color: #ffffcc;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.copyrightlinks a:active {
	color: #ffffcc;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.copyrightlinks a:hover {
	color: #ffffcc;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.dropdownnav {
	font-size: 11px;
	color: #660033;
	text-transform: uppercase;
	margin-left: 62px;
}

.dropdownnav a:link {
	color: #660033;
	text-decoration: none;
	padding-right: 20px;
}

.dropdownnav a:visited {
	color: #660033;
	text-decoration: none;
}

.dropdownnav a:active {
	color: #660033;
	text-decoration: none;
}

.dropdownnav a:hover {
	color: #660033;
	text-decoration: none;
}

.navtramline {
	background-color: #290c25;
	width: 100%;
	height: 1px;
}

.topbarlinks a:link {
	color: #ffffcc;
	font-size: 10px;
	padding-right: 22px;
	padding-top: 5px;
	text-decoration: none;
}

.topbarlinks a:visited {
	color: #ffffcc;
	font-size: 10px;
	padding-right: 22px;
	padding-top: 5px;
	text-decoration: none;
}

.topbarlinks a:active {
	color: #ffffcc;
	font-size: 10px;
	padding-right: 22px;
	padding-top: 5px;
	text-decoration: none;
}

.topbarlinks a:hover {
	color: #ffffcc;
	font-size: 10px;
	padding-right: 22px;
	padding-top: 5px;
	text-decoration: none;
}

/*layers */

#content {
	border-right: solid 1px #cccc99;
	width: 630px;
	margin-top: 30px;
	margin-right: 20px;
	vertical-align: top;
	float: left;
}

#fb {
	border-right: solid 1px #cccc99;
	width: 278px;
	margin-top: 30px;
	vertical-align: top;
	float: left;
}

#contentright {
	border-right: solid 1px #cccc99;
	width: 448px;
	margin-top: 30px;
	vertical-align: top;
	float: left;
	margin-left: 30px;
	padding-top: 5px;
}

#copyrightbar {
	background-image: url(/graphics/core_2009/copyrightbg.png);
	height: 41px;
	width: 100%;
}

#copyrightlinksleft {
	height: 41px;
	width: 350px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
}

#copyrightlinksright {
	height: 41px;
	width: 550px;
	text-align: right;
	float: left;
	padding-top: 5px;
}

#imagesbar {
	background-color: #660033;
	height: 98px;
	width: 100%;
}

#logobar {
	background-color: #330033;
	background-image: url(/graphics/core_2009/logobarbg.gif);
	border-bottom: solid 1px #999966;
	height: 104px;
	width: 100%;
}

#logoadvertsdiv {
	width: 960px;
}

#logoimage {
	height: 104px;
	width: 500px;
	float: left;
}

#adverts {
	height: 104px;
	width: 460px;
	float :right;
}

#mainbg {
	background-image: url(/graphics/core_2009/main_bg.png);
	width: 100%;
}

#navbg {
	background-color: #999966;
	background-image: url(/graphics/core_2009/nav_bg.png);
	border-bottom: solid 1px #330033;
	height: 25px;
	width: 100%;
}

#navitems {
	height: 25px;
	width: 960px;
}

#topbar {
	background-color: #660033;
	border-bottom: solid 1px #999966;
	height: 20px;
	width: 100%;
}

#topbaritems {
	height: 20px;
	width: 960px;
	text-align: right;
}


