
/* *******CSS by www.jade-design.co.nz (c)2007******* */

body
{
color: #000;
font-size:small;
background-color: #ccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
*{
margin: 0;
padding: 0;
}

li {
margin-left:40px;

}

h1 {
	font-size: medium;
	font-weight: bold;
	color: #000099;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: small;
	font-weight: bold;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: .5em 0 .5em 0;
}



a:link {
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-size: small;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:active {
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
/* ***********Main content********** */

#container
{
margin: 1em 5%;
background-color: #FFF;
background-image: url(images/bg.gif);
background-repeat: repeat-y;
border: 1px solid #333;
}

#content
{
padding-top: 1em;
margin: 0 2em 0 150px;
}

.imgfloat{
	float: right;
	padding: 0 1em 1em 1em;
}

.border{
	border: 1px solid #000099;
}


.commendation {color: #000099}


/* ***********top banner************* */
#banner
{
background-color: #000099;
border-bottom: 1px solid #333;
}

#banner p
{
	margin: 0;
	padding: 1em;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #99CCFF;
}


.selected {color: #FFFFFF}

a.topnav:link {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;	
}
a.topnav:visited {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:active {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}

/* ************ left side********** */

#leftside
{
	float: left;
	width: 98px;
	w/idth: 78px;
	padding: 1em;
	/* border: 1px solid #000000; */

}
.highwise{
	font-size:medium;
 	font-weight:bold;
	color:#000099;
}

.sidequotes{
	width:98px;
	w/idth:78px;
 	font-size:small;
 	font-weight:bold;
	color:#000000;
}

/* ************ footer************* */
#footer
{
	clear: both;
	background-color: #000099;
	padding: 1em;
	text-align: center;
	border-top: 1px solid #333;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

a.footernav:link {
	font-size: x-small;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: underline;	
}
a.footernav:visited {
	font-size: x-small;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: underline;
}
a.footernav:hover {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footernav:active {
	font-size: x-small;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: underline;
}