/* General Body Styles */
body {
	font-family: Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-color: #F3F2E2;
}

/*IE Fixes*/
* {
	margin: 0;
	padding: 0;
}

/*Layout Styles*/
#pagecontainer {
	position: relative;
	width:760px;
	height: auto;
	margin: auto;
	background-color: #F3F2E2;
	background-image: url(design_images/bkgrd.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding: 0 20px 20px 20px;
}

#outerlimits {
	border:0;
	height: auto;
	float: left;
}

#header {
	width:754px;
	height:65px;
	margin:0 auto;
	float: left;
}

#leftcolumn {
	width: 170px;
	height: auto;
	float: left;
	margin-top: 30px;
}

#rightcolumn {
	width: 550px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#ratetable {
}

#ratetable caption {
	padding-bottom: 5px;
	font-size: 0.85em;
	color: #990000;
	font-weight: bold;
}

#ratetable td {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-left: 4px;
}

#calendarbox {
	width: 610px;
	height: 100%;
	margin: auto;
}

#footer {
	width: 545px;
	line-height: 1.5em;
	background-color: #990000;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
}

.clearfix {
	height: 0px;
	width: 100%;
	float: left;
	clear: both;
	font-size: 0.1em;
}

.mainpagelistbox {
	width: 180px;
	float: left;
}

.mainpagelistbox ul {
	list-style-position: inside;
	list-style-type: disc;
}

.mainpagelistbox li {
	text-indent: 15px;
}

.smallboxtop {
	width: 540px;
	float: left;
}

.smallboxbottom {
	width: 540px;
	text-align: right;
	float: left;
}

#actlist {
	width: 535px;
	margin-left: 15px;
}

#actlist ul{
	list-style-position: inside;
	color: #990000;
}

#actlist a {
	text-decoration: none;
	color: #990000;
}

#maintextlist {
	width: 535px;
	margin-left: 15px;
}

#maintextlist ul {
	list-style-position: inside;
	color: #990000;
}

#maintextlist a {
	text-decoration: none;
	color: #6E6E6E;
	cursor: text;
}

/*Image Styles*/
#logowindow {
	width: 377px;
	height: 65px;
	float: left;
	margin-top: 10px;
}

#homepagetextcontainer {
	width: 540px;
	float: left;
	padding: 0 0 0 0;
}

#homepagetextcontainer img {
	float: right;
	margin-left: 10px;
}


#homepagetextcontainer2 {
	width: 540px;
	float: left;
	padding: 0 0 0 0;
}

#homepagetextcontainer2 img {
	float: right;
	margin-left: 10px;
}


/*Text Styles*/
.vlargetext {
	font-size: 1.4em;
}

.largetext {
	font-size: 1.1em;
}

.mlargetext {
	font-size: 0.9em;
}

.standardtext {
	font-size: 0.8em;
	text-align: justify;
}

.standardtexthome {
	font-size: 0.8em;
	line-height: 1.2em;
}

.standardtexthome b {
	font-weight: normal;
}

.standardtabletext {
	font-size: 0.7em;
	padding: 2px 0 2px 2px;
}

.smalltext {
	font-size: 0.7em;
}

.slanted {
	font-style: italic;
}

.right {
	text-align: right;
}

.heading3 {
	display: none;
}

.standardlink a {
	color: #990000;
	text-decoration: none;
	font-size: 0.9em;
}

.standardlink a:hover {
	color: #FF5555;
}

actlink a {
	color: #990000;
	cursor:default;
}

actlink a:hover {
	color: #FF5555;
}

.line {
	font-weight: bold;
}

#testimonials {
	font-size: 0.8em;
	color: #666666;
	background-color: #F0CACD;
	margin: 15px 5px 0 5px;
	border: 1px solid #666666;
	padding: 7px;
	text-align: center;
	font-style: italic;
}

/*Colour Styles*/
.trottierered {
	color: #990000;
}

.trottieregrey {
	color: #6E6E6E;
}

.whitetext {
	color: #FFFFFF;
}

.special {
	display: none;
}

.special2 {
	font-size: 0.9em;
	font-style: italic;
}

/*Navigation Styles*/
#uppernavigation {
	text-align: right;
	font-size:0.7em;
	height: 75px;
}

#uppernavigation ul {
	list-style-type: none;
}

#uppernavigation li {
	display: inline;
}

#uppernavigation a {
	text-decoration: none;
	padding: 0 3px;
	color: #990000;
}

#uppernavigation a:hover {
	color: #FF5555;
	text-decoration: underline;
}

#leftnavigation {
}

#leftnavigation ul {
	list-style-type: none;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#leftnavigation li {
	line-height: 1.5em;
	border-top: 1px dotted #000000;
}

#leftnavigation li:first-child {
	border-top: 0;
}

#leftnavigation a {
	text-decoration: none;
	color: #990000;
}

#leftnavigation a:hover {
	color: #FF5555;
}

#generallist {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 10px;
}

/*Margin and Padding Styles*/
.margintop10 {
	margin-top: 10px;
}

.margintop20 {
	margin-top: 20px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.marginleft10 {
	margin-left: 10px;
}

/*Table Styles*/
.tableheader {
	background-color: #990000;
	color: #FFFFFF;
}

.tableon {
	background-color: #F0CACD;
}