@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	background-color: #58002b;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 760px;
	text-align: left;
	background-image: url(../images/contentbckgrnd.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#containercolor {
	width: 760px;
	text-align: left; 
	background-image: url(../images/contentbckgrndcolor.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#leftcontainer {
	width: 370px;
	float: left;
}

#lefttopcolor {
	background-image: url(../images/lefttopcolor.gif);
	height: 18px;
}
#lefttop  {
	background-image: url(../images/lefttopwhite.gif);
	height: 18px;
}

#leftSide {
	width: 369px;
	margin-left: 1px;
}

#leftSide p { padding-left: 18px; }

#leftSide .linktext {
	font-size: 11px;
	color: #444444;
	padding-right: 2px;
}


#rightcontainer {
	float: right;
	width: 390px;
}
#nav     {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fadb79;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1B800;
}
#rightSide {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 30px;
	padding-left: 40px;
} 
#rightSide  *  {
	color: #fff8cd;
	line-height: 17px;
}

#rightSide h1 {
	font-size: 120%;
	color: #f1b800;
	padding-bottom: 18px;
}

#rightSide h2 {
	font-size: 110%;
	font-style: italic;
	color: #f1b800;
	font-weight: normal;
}

#rightSide p { padding-bottom: 10px; }
#footer {
	height: 18px;
	background-image: url(../images/bottom.gif);
	margin-top: -17px;
	text-align: right;
	color: #fff8cd;
	padding-right: 60px;
	font-size: 12px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hometext { font-size: 14px; }
.hometopspace {
	margin-top: 40px;
	color: #ECE9D8;
}

.topspace { padding-top: 35px; }

#rightSide .spaceabove { padding-top: 10px; }

.sm11pt { font-size: 11px; }

.sm12pt { font-size: 12px; }

.sm13pt { font-size: 13px; }

.lrgimage {
	padding-top: 35px;
	padding-bottom: 15px;
}

.smallimage {
	margin-right: 13px;
	margin-bottom: 8px;
	border: 1px solid #f1b800;
}

a:link {
	font-size: 13px;
	font-weight: bold;
	color: #fff8cd;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}

a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #fff8cd;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}

a:hover {
	text-decoration: underline;
	background-position: center;
}

a:active {
	font-size: 13px;
	font-weight: bold;
	color: #fff8cd;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}

#leftSide a:link {
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}

#leftSide a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}

#leftSide a:hover {
	text-decoration: underline;
	background-position: center;
}

#leftSide a:active {
	font-size: 11px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
	background-position: center;
	padding-right: 10px;
}
