@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: 18px;
	margin-top: 0px;
	margin-left: 30px;
}

h3 {
	color: #993366;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
	margin-top: 0px;
}

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

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

td {
	font-size: 12px;
	color: #330033;
}

li {
	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;
}

.breadcrumbs {
	font-size: 11px;
	color: #660033;
	font-style: italic;
}

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

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

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

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

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

.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;
}

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

.tablemarginleft {
	margin-left: 30px;
	margin-bottom: 20px;
} 

.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;
}
/* styles for tables */

.mossbg {
	background-color: #999966;
}

.medplumbg {
	background-color: #660033;
}

.darkpurplebg {
	background-color: #330033;
}

.creambg {
	background-color: #FFFFCC;
}

.creamtext {
	color: #FFFFCC;
}

/*layers */

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

#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%;
}

#logoadvertsdiv {
	width: 960px;
}

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

#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;
}


