html {
padding:0px;
margin:0px;
}

body {

font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:10px 0 0 0;
padding:0;
font-size:100%;
text-align:center;
line-height:1.2em;
background-color:#DBE2F0;
}

#box {
	width:770px;
	margin:0 auto;
	padding:0;
	border-bottom:thick solid #0033A2;
	text-align:center;
	background-color:#FFFFFF;
}


a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


p {
font-size:90%;
line-height:1.2em;
margin:0 0 5px 0;
padding:0;
text-align:left;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	margin:0 0 5px 0;
	text-align:left;
	line-height:1.2em;

}

h2 {
margin:0;
font-size:135%;
line-height:1.2em;
text-align:left;
}

h3 {
font-size:120%;
margin:0 0 5px 0;
padding:0;
text-align:left;
}

h4 {
font-size:95%;
margin:0 0 5px 0;
padding:0;


}

h5 {
font-size:95%;
line-height:1em;
margin:0 0 5px 0;
padding:0;
}



.centre {
text-align:center;
}

.left {
text-align:left;
}

#container {
border:4px solid #F1F2F3;
background-color:#F1F2F3;

}

#banner {
background-color:#0033A2;
height:145px;
width:770px;
text-align:center;
margin:0 auto;

}

/*#navbar {
	width:770px;
	background-image: url(images/menu/background.gif);
	background-position: left;
	background-repeat: repeat-x;
	height:21px;
	margin:0;
	padding:0;
	position:absolute;
	top:150px;
	left:65px;




#navbar p {
font-size:85%;

text-align:center;
}

}*/


#content {
margin:20px 10px 0 30px;
float:left;
width:400px;
margin-bottom:15px;
}

#contentimage {
float:left;
margin:20px 0 10px 10px;
width:250px;

}

#contentimage p {
font-size:80%;
margin:0;
line-height:1.2em;
}

#flashcontent {
width:770px;
}


#footer {
clear:both;
}


.subtext {
font-size:85%;
margin:0;
}

.smalltext {
font-size:65%;
margin-top:5px;
text-align:center;
}

.borderright {
border-right:1px solid #003399;
}


