* {
	margin: 0px;
	padding: 0px;
}
body {



}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
#topnav {
	padding-left: 575px;
	font-family: "Century Gothic", sans-serif, serif;
	color: #2DCAFD;
	background-color: #FFFFFF;
}
#topnav a {
	color: #2DCAFD;
}
#topnav a:hover {
	color: #C57A7F;
}

#container {
	height: 100%;
}
#topfooter {
	height: 100%;
	clear: both;
	text-align: left;
	padding-top: 25px;
}
#topfooter p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 14pt;
	color: #31c9fa;
	font-weight: bold;
}
#footer {
	text-align: center;
	height: 50px;
	color: #31C9FA;
}
#footer a {
	color: #31C9FA;
}
#footer a:hover {
	color: #C57A7F;
}

.leftcontent {
	float: left;
	height: 290px;
	width: 158px;
	padding-top: 10px;
	font-weight: bold;
	padding-left: 27px;
}
.topleft {
	background-image: url(../images/topleft.jpg);
	height: 15px;
	background-repeat: no-repeat;
	border: 0px 0 0;
}
.midleft {
	background-image: url(../images/midleft.jpg);
	background-repeat: repeat-y;
	height: 240px;
	padding-top: 10px;
	padding-left: 10px;
}
.bottomleft {
	background-image: url(../images/buttomleft.jpg);
	background-repeat: no-repeat;
	height: 15px;
}

.rightcontent {
	float: left;
	height: 100%;
	width: 780px;
	padding-left: 10px;
}

h1 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
p.breadcrumbs {
	font-size: 9pt;
	color: #666666;
}



/* BASIC TEXT FORMATTING -------------------------- */
p {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 10pt;
}
a {
	font-size:12px;
	color:#666666;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0099FF;
}
a:active {
	text-decoration:none;
}
