@charset "UTF-8";
html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #212121;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../images/backgrounds/background2.gif) repeat fixed left top;
}
p {
	margin: 0px 0px 5px;
	padding: 0px;
}
a:link, a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
a:hover, a:hover {
	color: #280353;
	background: #CCCCCC;
	text-decoration: none;
}
#mainwrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#leftnavwrap {
	width: 165px;
	margin: 0px;
	float: left;
	padding: 0px;
}
#rightcontent {
	background-color: #FFFFFF;
	float: right;
	width: 733px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
}
#title {
	background-image: url(../images/backgrounds/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 723px;
	padding-top: 100px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #797979;
	float: left;
}
#pagetitle {
	background-image: url(../images/backgrounds/button2.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 713px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	float: left;
}
#pagetitle h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	padding: 10px 30px;
	width: 673px;
	float: left;
	min-height: 300px;
}
#footer {
	height: 73px;
	width: 713px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/backgrounds/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 60px;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
}
#leftnavwrap ul {
	margin: 0px;
	padding: 0px;
}
#leftnavwrap li {
	list-style-type: none;
	font-size: 15px;
}
#leftnavwrap a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 140px;
	margin: 0px;
	padding: 5px 10px 7px;
	height: 19px;
	font-weight: normal;
}
#leftnavwrap a:link, #leftnavwrap a:visited {
	background: url(../images/backgrounds/button.gif) repeat-x left top;
}
#leftnavwrap a:hover, #leftnavwrap a:active {
	background: url(../images/backgrounds/button2.gif) repeat-x left top;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
.boldtext {
	font-weight: bold;
}
.tableleft {
	float: left;
}


.pictureRight {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px solid #000000;
	clear: right;
}
.pictureLeft {
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	margin-right: 30px;
}
hr {
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #310D63;
	display: inline-block;
	width: 673px;
	background-color: #E1DFE1;
	height: 1px;
}
