@charset "utf-8";
/* CSS Document */

body {
	background: #75a6cc url(../images/background.png) 0 0 repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
	margin:8px 0 0 0;
}

html {
overflow-x:hidden; 
overflow-y:auto; 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1, h2, h3,h4,h5,h6 { color: #00519f;}

a {
	text-decoration: underline;
	color: #00519f;
}

.Webpage {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

.Title {
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	height:166px;
	width:980px;
}

.Footer {
	position:relative;
	left:-20px;
	background-image:url(../images/footer.png);
	height:33px;
	width:980px;
}


.Flash {
	float:right;
}
	
.Menu {
	background-image:url(../images/menu.png);
	padding-top:6px;
	height:97px;
	width:980px;
}

.Content {
	background:#fff url(../images/watermark.png) 0 0 no-repeat;
	width:960px;
	min-height:344px;
	padding:10px;
}

.Bottom {
	position:relative;
	left:-20px;
	background-image:url(../images/bottom.png);
	height:128px;
	width:1020px;
}

.none {
	margin: 0 !important;
}

.Footer {
	position:relative;
	left:-20px;
	background-image:url(../images/footer.png);
	height:33px;
	width:980px;
	font-size:10px;
}

.Footertext {
	position:relative;
	background-image:url(footer.png);
    height:33px;
	width:100%;
	font-size: 10px;
	color: #333333;
	text-align:centre;
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited {
	color: #00519f;
	text-align: centre;
	font-size:10px;
}

img {border:none;}