@import url(rte.css);

/* general */
body, table {
	font-size: 14px;
	color: #00203F;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FBAF3E;
}

a {
	color: #971C16;
	text-decoration: underline;
}

a img {
	border: none;
}

/* header */

img#logo {
	position: absolute;
	z-index: 1;
}

div#header {
	background-image: url(header_photos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #D08216;
	text-align: right;
	width: 100%;
	position: absolute;
	* top: -3px;
}

div#printlink {
	float: right;
	position: absolute;
	right: 0px;
	top: 110px;
	padding: 5px;
	z-index: 1;
}

/* content & footer */

div#content {
   position: absolute;
	top: 115px;
	left: 175px;
	padding-right: 40px;
}

div#content img.content {
	border: 1px solid #003265;
	margin: 5px;
	float: right;
}

div#footer p {
	font-size: xx-small;
	clear: both;
	text-align: right;
	margin: 0px 1em 0px 0px;

}

div#footer a {
	color: #00203F;
}

/* navigation */

div#navigation {
	position: absolute;
	top: 240px;
	width: 150px;
}

ul#primarynav {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	* padding: 0px;
	font-weight: bold;
}

ul#primarynav a {
	text-decoration: none;
	color: White;
}

li.primarynavitem {
	padding: 5px 0px 5px 15px;
	list-style-type: none;
}

li#primarynavitemactive {
	background-image: url(cricket_bat.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

li#primarynavitemactive a {
	color: #971C16;
}

li#firstprimarynavitem {
	border: 0px;
}

span#firstprimarynavitem li {
	border: 0px;
	* display: inline;
}
	
ul#secondarynav {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	* padding: 0px 0px 0px 5px;
	font-weight: normal;
	font-size: 11px;
}

ul#secondarynav a {
	color: white;
}

ul#secondarynav a:hover {
	font-weight: bold;
}

li.secondarynavitem {
	list-style-type: none;
	padding-left: 15px;
}

li#secondarynavitemactive {
	background-image: url(bullet_secondaryactive.gif);
}

li#secondarynavitemactive a {
	font-weight: bold;
}

/* custom styles */

p.heading {
	font-weight: bold;
	font-size: 14pt;
	color: #00203F;
}