@charset "utf-8";
/* CSS Document */
/*--------take away any default styling that is applied---------*/
* {
	margin: 0px;
	padding: 0px;
}
#clear {
	clear:both;
}
/*----------centre content----------------*/
body {
	background-color: #E4E4E4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/stripe_small.jpg);
	background-repeat: repeat;
}
#roundedCorner {
	float: left;
	height: 10px;
	width: 650px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#roundedCorner #leftCorner {
	float: left;
	height: 10px;
	width: 10px;
	position: relative;
	background-image: url(../images/leftCorner.gif);
}
#topCornerContainer {
	margin-top: 45px;
	height: 25px;
	width: 680px;
	float: left;
	position: relative;
}
#topCornerContainer #topEdge {
	height: 15px;
	width: 655px;
	background-color: #4C1111;
	float: left;
	position: relative;
}
#topCornerContainer #topEdgeBottom {
	float: left;
	height: 10px;
	width: 640px;
	position: relative;
	background-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #4C1111;
}
#topCornerContainer #rightTopCorner {
	background-image: url(../images/topRightCorner.gif);
	width: 25px;
	float: right;
	height: 25px;
	position: relative;
}
#roundedCorner #centre {
	float: left;
	height: 10px;
	width: 630px;
	position: relative;
	background-color: #FFFFFF;
}

#roundedCorner #rightCorner {
	float: right;
	height: 10px;
	width: 10px;
	position: relative;
	background-image: url(../images/rightCorner.gif);
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}
#wrapper {
	width: 665px;
	background-color:#4C1111;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	position: relative;
}
#marginFix {
	height: 45px;
	width: 100px;
	float: left;
	position: relative;
}
/*------------NAVIGATION LIST------------*/

#naviBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 650px;
	padding: 0px;
	height: auto;
	float: left;
	margin:0px;
	text-align: justify;
}
#naviBar ul {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#naviBar ul li {
	text-align: justify;
	display: inline;
	white-space: normal;
}
#naviBar ul li a {
	height: 40px;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: justify;
}
#bodyText {
	background-color: #FFFFFF;
	width: 650px;
	position: relative;
	float: left;
}
#bodyText p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	line-height: 20px;
}
#bodyText h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 15px;
	color: #647390;
}
#bodyText h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	margin-right: 30px;
	margin-left: 30px;
	width: auto;
	color: #647390;
}
#headerImage {
	height: 300px;
	width: 650px;
	float: left;
	position: relative;
}
a {text-decoration:none;}
/*----------------------------button interaction------------*/
/*#naviBar ul li a {
}*/

#naviBar a:hover {
	color: #fff;
	background-image: url(../images/arrowHover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #647390;
}
#naviBar a#active {
	color: #fff;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#copyrightInfo p {
	float: left;
	margin-top: 20px;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
	width: 590px;
	height: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#copyrightMarginFix {
	float: left;
	height: 15px;
	width: 590px;
	position: relative;
	margin-left: 30px;
}

#bodyText blockquote, p{
	margin-right: 30px;
	margin-left: 45px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	line-height: 20px;
}
