@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #333399;
	clear: both;
	line-height: 1.3em;
}
#container {
	width: 818px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#logo {
	width: 200px;
	height: 125px;
	margin: 0;
	padding: 0;
	float: left;
}

#header {
	width: 818px;
	height: 140px;
	background-image: url(images/header1.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

#header2 {
	width: 818px;
	height: 140px;
	background-image: url(images/header3.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

#banner {
	background-color: #333399;
	width: 818px;
	height: 70px;
	margin: 0px 0px 6px 0px;
	padding: 0;
		text-align: right;
	float: left;
}
#navlist {
	width: 818px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}
/* Navigation List Starts*/

#navlist li {
	display: inline;
	list-style: none;
	margin-right: 1em;
	padding: 0;
	border-left: 0px;
	text-align: left;
	text-decoration: none;
}
/* Navigation Colour Selected Pages Begin*/
#navlist li.selected {
	list-style: none;
	margin-right: 1em;
	padding: 0;
	text-align: left;	
	color: #33CCFF;
	border-bottom: 2px solid #333399;
}

#navlist li a {
	display: inline;
	text-decoration: none;
}

#navlist li a:link { 
	color: #333399;
	border-bottom: none;
}

#navlist li a:visited { 
	color: #333399;
	border-bottom: none;
}

#navlist li a:hover {
	color: #33CCFF;
	border-bottom: 2px solid #333399;
}

#navlist li a:active {
	color: #33CCFF;
	border-bottom: 2px solid #333399;
}
/* Navigation List Ends*/
#main {
	width: 817px;
	height: auto;
	margin: 0;
	padding: 2em 0em 1em 0em;
	float: left;
}

#main li {
	margin-left: 2em;
}

a:link {
	color: #333399;
	border-bottom: 1px dotted #33CCFF;
	text-decoration: none;
}
a:visited {
	color: #333399;
	border-bottom: 1px dotted #33CCFF;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	border-bottom: 1px solid #33CCFF;
	text-decoration: none;
}
a:active {
	color: #33CCFF;
	border-bottom: 1px solid #33CCFF;
	text-decoration: none;
}
.pictureLeft {
	float: left;
	padding: 0em 1em 1em 0em;
}
.pictureRight {
	float: right;
	padding-right: 0em;
	padding-left: 1em;
}


/*Footer Area Begins*/
#footer {
	color: #CCCCCC;
	text-align: right;
	font-size: x-small;
	width: 818px;
	height: 50px;
}
.phone {
	color: #333399;
	font-size: small;
	text-align: left;
}
.info {
	color: #999999;
}
a.info:link {
	color: #999999;
	text-decoration: none;
	border: none;
}
a.info:visited {
	color: #999999;
	text-decoration: none;
	border: none;
}
a.info:hover {
	color: #333399;
	text-decoration: underline;
	border: none;
}
a.info:active {
	color: #333399;
	text-decoration: underline;
	border: none;
}
/*Footer Area Ends*/