/* global */
html{height: 100%;}

/*table coloring*/
table.main{
	border-width: 1px;
	border-spacing: 2px;
	border-style: double ;
	border-color: #2c3e63;
	border-collapse: separate;
	background-color: #7fb3fb;
	color: #344c80;
}

table.main th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2c3e63;
	background-color: #fff;
	-moz-border-radius: 0px;
	color: #344c80;
}

table.main th.head{
background-color: #3366CC;
color: #FFFFFF;
}

table.main td {
	border-width: 1px ;
	padding: 2px ;
	border-style: solid;
	border-color: #2c3e63;
	background-color: none;
	-moz-border-radius: 0px;
	color: #446186;
}

/*the font style and size, and BG color*/
body
{
	font-family: arial;
	font-size:14px;
	color: #304266;
	padding: 0px;
	margin: 0px;
	background: #64a4f8;
	/*background-image:  url(../images/SpringBannerBg.png); 
	background-repeat: no-repeat;
	background-position: center top;*/
	/*background-color: #4BB2F2; background-image:url(../images/BG1.jpg);*/
}


/*the font for the home page header*/
h1
{ font-family: arial, sans-serif;
  color: #5676b6;
  letter-spacing: .1em;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px;
  padding-right: 20px; 
  padding-left: 10px;
  padding-bottom: inherit;
  padding-top: 20px;
  }

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}


ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/*link color in the content box*/
#column2 a:link
{
/*background: #f8f8f8;*/
  color: #fff;
  text-decoration: none;
}
#column2 a:hover
{color: black;
border-bottom: 1px dashed;}

/* column 2 - page content  and font for content text*/
#column2
{
text-align: justify;
  width: 540px;
  float: right;
  padding: 12px 3px 15px 10px;
}

#column2 h1
{ 
  padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 2px solid #304266;
  font-size: 150%;
  color: #304266;
  text-transform: uppercase;
  font-weight: normal;
  
}

#wspace
{ padding-right: 15px;
}

#content
{ background: #8fbefb;
  border: #293d64 solid 1px;
}

/* footer properties on the bottom */
#footer
{ padding: 10px 21px 0px 19px;
  width: 721px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
  text-align: center;
  background: #223773;
  color: #ADD5F7;
  border: #293d64 solid 1px;
}


/* logo */
#logo
{ width: 761px;
  height: 120px;
  border: #293d64 solid 1px;
border-bottom: none;
}


/* navigation menu */

/*
#menu
{ height: 42px;
  width: 761px;
  color: #BFBFBF;
  background: ;
  border-left: #293d64 solid 1px;
  border-right: #293d64 solid 1px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #000000;
  color: #64a4f8; 
}
*/

/* BEGIN Blue boxes */
#navlist
{
padding: 3px;
border: 1px solid #fff;
width: 12em;
background-color: #26a;
font: 12px verdana,sans-serif;
}

#navlist li
{
list-style: none;
border: 1px solid #26a;
}

#navlist a
{
color: #eee;
text-decoration: none;
display: block;
border-left: 1em solid #159;
border-bottom: 1px solid #159;
padding: 4px 8px;
}

#navlist a:hover { border-color: #124; }

#subnavlist li a
{
border: 0;
border-left: 0.8em solid #26a;
padding: 3px 4px;
margin-left: -20px;
}

/* END Blue boxes */

/* main content */
#content
{ width: 760px;
  height: auto;
  padding: .5px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: left;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  height: auto;
  float: left;
  margin: 0px 0px 25px 0px;
  
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
  color: #fff;
}

/* To change the side-bar color menus*/
.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{	background: #4B8ADE; 
	border-bottom: 2px solid #8DB2E3;
	border-right: 1px solid #8DB2E3;
  	color: #fff;
  	text-decoration: none;
}


/* additional colour scheme selections 
#colour{margin: 0px 0px 20px 0px;}

#colour a, #colour a:hover{border: 0px;}

.blue
{ background: #FFFFFF url(blue.png) no-repeat left center;
  color: #109CEF;
  padding: 0px 40px 0px 20px;
}


.purple
{ background: #FFFFFF url(purple.png) no-repeat left center;
  color: #CE5AEF;
  padding: 0px 40px 0px 20px;
}

.orange
{ background: #FFFFFF url(orange.png) no-repeat left center;
  color: #FF9C21;
  padding: 0px 40px 0px 20px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #FFFFFF;
	text-decoration: none;
	cursor: auto;
	filter: Xray;
}
.content {
	border: .75;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/







.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden;
background: url(../images/aeroright.gif) top right; /*menu strip background*/
padding: 4px 0;
}

.aerobuttonmenu a.aero{
background: url(../images/aeroleft.gif) no-repeat top left; /*aero button CSS*/
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
<style type="text/css">


