/* Set Page Main Style */
html, body{
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background: #DDD;
}

/* Set Main Hyperlink Colour */
a{
	color: #069;
	font-weight: bold;
}

/* Set Link Hover Style */
a:hover{
	text-decoration: none;
}

/* Set Form Input Box Style */
input{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #004;
	background: #DDD;
}

/* Set Drop-down Box Style */
select{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #004;
	background: #DDD;
}

/* Set Text Bollean Input Style */
textarea{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #004;
	background: #DDD;
}

/* #######Page Layout and Styles######## */

/* Main Content Div Style */
#page{
	margin: 0 auto; /* Centers Div to the Screen in All Browsers */
	width: 750px;
	text-align: left;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background: #FFF url(images/content_back.gif) repeat-y left;
}

/* Page Main Header Style */
#head{
	height: 146px;
	background: #6A7193 url(images/top_shadow.gif) bottom repeat-x;
}

/* Site Description Under Logo Text Settings */
#desc{
	position: absolute;
	top: 80px;
	padding-left: 150px;
	font-size: 1.2em;
	color: #FFFEAD;
	font-weight: bold;
}

/* Hide Print Only Header */
#title{
	display: none;
}

/* Set Nav Bar Location and Style */
#nav{
	position: relative;
	float: left;
	top: -14px;
	width: 190px;
	background: url(images/nav_back.gif) no-repeat;
	padding-right: 10px;
	height: 100%;
}

/* Set Nav Bar Links Style */
#nav a{
	display: block;
	text-align: center;
	border-bottom: 1px solid #004;
	padding: 3px 0 3px 0;
	color: #004;
	font-weight: bold;
	text-decoration: none;
	margin-right: 11px;
}

/* Change Background on Links on Hover */
#nav a:hover{
	background: #EE9;
}

/* Main Page Content Settings */
#content{
	padding-left: 200px;
	margin-right: 20px;
	height: 100%;
	margin-top: -10px;
	padding-top: 10px;
}

/* Footer Styling */
#footer{
font-size: 0.8em;
color: #FFFEAD;
width: 180px;
}

/* Footer Links Style */
#footer a{
color: #FFFEAD;
}


/* #####Content Tag Settings###### */

hr{
	width: 85%;
}

/* #####Inline Styles##### */

.title{
	color: #004;
	font-size: 1.1em;
	font-weight: bold;
}

.subnav{
	text-align: center;
	font-size: 0.8em;
}

.subnav a{
	padding-left: 20px;
	padding-right: 20px;
}

.bronze{
	color: #960;
	font-size: 1.2em;
	font-weight: bold;
}

.silver{
	color: silver;
	font-size: 1.2em;
	font-weight: bold;
}

.gold{
	color: gold;
	font-size: 1.2em;
	font-weight: bold;
}

.platinum{
	color: #AAA;
	font-size: 1.2em;
	font-weight: bold;
}
