/* CSS Document */

body {
	color: #222;
	line-height: 110%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a{
	color: #000066;
	text-decoration: underline;
}

a:link{
	color: #000066;
	text-decoration: underline;
}

a:visited{
	color: #000066;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
}

a:active {
	text-decoration: none;
  }

h1{
	font-size: 220%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #003399;
	line-height: 120%;
}

h2{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3{
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 120%;
	color: #666666;
}

ul{
	list-style-type: none;
	list-style-image: url(../images/bullet1b.gif);
	font-weight: bold;
	color: #003399;
}

ul ul{
}

ul ul ul{
 list-style-type: none;
}

label{
	font-size: 10px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	background-image: url(../images/page-background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container2 {
	position: relative;
	width: 400px;
	background-color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.centred {
	text-align: center;
}

