
* {
	margin:0;
	padding:0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
	background-color:#3C5063;
}

#main {
	margin:0 auto;
	width:800px;
}

#header {
	background-image:url(../images/header.gif);
	height:150px;
}

#flash {
	width:510px;
	height:160px;
	margin-left:290px;
}

#nav {
	width:800px;
	background-color:#818E9C;
}

#right li {
	list-style-position: inside;
	margin-left: 7px;
}

#nav01 {
	width:120px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/nav01.gif);
}

#nav01:hover {
	width:120px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav01_h.gif);
}

#nav01-active {
	width:120px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav01_h.gif);
}

#nav02 {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/nav02.gif);
}

#nav02:hover {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav02_h.gif);
}

#nav02-active {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav02_h.gif);
}

#nav03 {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/nav03.gif);
}

#nav03:hover {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav03_h.gif);
}

#nav03-active {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav03_h.gif);
}

#nav04 {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/nav04.gif);
}

#nav04:hover {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav04_h.gif);
}

#nav04-active {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav04_h.gif);
}

#nav05 {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/nav05.gif);
}

#nav05:hover {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav05_h.gif);
}

#nav05-active {
	width:170px;
	height:25px;
	padding-top:15px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
	background-image:url(../images/nav05_h.gif);
}

#centre {
	background-color:#DFDFE7;
	border-bottom:1px #000 solid;
}

#left {
	width:256px;
	float:left;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
}

#right {
	width:484px;
	float:right;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:10px;
}

#modbox {
	background-color:#CFD0D8;
	border:1px #3C5063 solid;
	padding:20px;
}

#bottom {
	margin-top:20px;
	width:760px;
	background-color:#293B4B;
	padding:20px;
	border-bottom:1px #000 solid;
}

#btmboxleft {
	width:214px;
	float:left;
	background-color:#3C5063;
	padding:20px;
}

#btmboxright {
	width:158px;
	float:right;
	padding:0px 20px;
}

#footer {
	margin-top:20px;
	margin-bottom:20px;
}

p {
	font-size:12px;
}

.terms {
	font-size:10px;
	line-height:16px;
}

.services {
	color:#336699;
}

.white {
	color:#FFF;
}

a {
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:26px;
}

.orange {
	color: #FF6701;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#336699;
}

