/* CSS Document */

*{
	margin:0;
	padding:0;
	blockqoute:0;
	p:0;
	ul:0;
	li:0;
	
}

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;

}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 11px;
	color: #2d4c82;
	font-weight: normal;
	text-decoration: none;
}

.strapline {

	font-family: "arial";
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
}

.italictext {

	font-family: "arial";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold; font-style:italic;
	text-decoration: none;
}

.normal {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color:#669933;
	font-weight: bold;
    text-decoration:underline;
}
	
H1 {

	font-family: "arial";
	font-size: 20px;
	color: #2d4c82;
	font-weight: normal;
	padding-bottom:10px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

H2 {

	font-family: "arial";
	font-size: 16px;
	color: #2d4c82;
	font-weight: bold;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}


H3 {

	font-family: "arial";
	font-size: 14px;
	color: #cb0a05;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

H4 {

	font-family: "arial";
	font-size: 10px;
	color: #cb0a05;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

.floatimgleft {
	float:left;
	clear:left;
	margin-top:2px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:15px;
}

.floatimgright {
	float: right;
	clear:right;
	margin-top:15px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
}


/* Layers */


#base {
	position:relative;
	width: 972px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
	
#header { 
	top:0px;
	width:472px;
	height:105px;
	margin-top:10px;
	padding-left:500px;
	padding-top:0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:2;
}


#main { 
	width:972px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#main_text { 
	width:972px;
	background-image:url(images/edges.jpg);
	background-repeat:repeat-y;
	z-index:2;
}


#navigation {
	left:400px;
	width:400px;
	height:55px;
	margin-top:0px;
	margin-left:200px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
	z-index:3;
}


#top {
	clear:both;
	width:622px;
	height:146px;
	margin-top:0px;
	padding-left:300px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:0px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:3;
}

#heading {
	float:left;
	width:615px;
	margin-right:0px;
	margin-top:10px;
	padding-top:5px;
	padding-left:30px;
	padding-right:10px;
	background-image:url(images/text_top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	z-index:3
}


#text_1 {
	float:left;
	width:610px;
	margin-left:30px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	z-index:3;
}

#text_1 ul	{
	padding-left:75px;
	padding-top:20px;
	padding-bottom:0px;
}

#text_1 li {
	padding-left:2px;
	padding-bottom:8px;
	vertical-align:middle;
	list-style:square;
	list-style-position:outside;
	list-style-image:url(images/bullet.jpg);

}

#login {
	float:right;
	width:220px;
	margin-top:10px;
	margin-right:35px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background-color:#dddddd;
	background-image:url(images/secure.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#2d4c82;
	border-width:1px;
	text-align:left;
	z-index:5;
}

#sponsor {
	float:right;
	width:220px;
	margin-top:10px;
	margin-right:35px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#dddddd;
	border-style:solid;
	border-color:#2d4c82;
	border-width:1px;
	text-align:left;
	z-index:3;
}

#bottom {

	clear:both;
	width:972px;
	height:50px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:0px;
	text-align:center;
	z-index:2;
}

#bottom A {
    font-family: "arial";
	font-size: 11px;
	color: #0b850b;
	font-weight: normal;
	text-decoration:none;
}

#bottom A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color: #0b850b;
	text-decoration:none;
}	
	
#bottom A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color:#f04e36;
    text-decoration:underline;
}


#footer {
	clear:both;
	width:972px;
	height:45px;
	padding-top:10px;
	padding-right:0px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
}

#footer A {
    font-family: "arial";
	font-size: 11px;
	color: #2d4c82;
	font-weight: bold;
	text-decoration:none;
}

#footer A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#2d4c82;
	text-decoration:none;
}	
	
#footer A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #008e89;
    text-decoration:underline;
}

#link {
	clear:both;
	width:910px;
	padding-right:40px;
	text-align:right;
	z-index:2;
}


#link A {
    font-family: "arial";
	font-size: 11px;
	color: #2d4c82;
	font-weight: bold;
	text-decoration:none;
}

#link A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#2d4c82;
	text-decoration:none;
}	
	
#link A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #00cccc;
    text-decoration:underline;
}

