/* CSS Document */
body {
	background: #FFFFFF url(../images/background.gif) repeat-x 0 0;
	color: #595959;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	font-size: 75%;
	line-height: 120%;
	margin: 0;
	min-width: 720px;
	text-align: center;
	}

* html body {
	/* For IE5/Win */
	font-size: x-small;
	/* For other IE versions */
	f\ont-size: small;
	f\ont-size: 75%;
	}
	
h1 {
	color: #7E2680;
	font-family: Georgia, serif;
	font-size: 175%;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	}
	
h2 {
	color: #7F7F7F;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #595959;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: justify;
	}

#wrapper {
	width: 701px;
	margin: 0 auto;
	text-align: left;
	}
	
#letter {
	color: #565356;
	margin: 5px 0 0 5px;
	text-align: justify;
	width: 350px;
	}
	
#navigation {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}

#navigation li {
	float: left;
	font-family: Georgia, serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}

#navigation a {
	border: 0;
	color: #7E2680;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 4px 5px 3px 5px;
	text-decoration: none;
	}

* html #navigation a {
	padding: 4px 5px 2px 5px;
	}
	
#navigation a:hover {
	background: #F2B2BD;
	}
	
#navigation #active {
	background: #7E2680;
	border: 0;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
	}

* html #navigation #active {
	padding: 4px 5px 2px 5px;
	}
	
#content {
	margin: 10px 0 25px 10px;
	text-align: justify;
	}

#footer {
	font-size: 110%;
	}

#footer a {
	color: #3D2D2F;
	text-decoration: none;
	}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.quickbox {
	background: #FFFFFF url(../images/quick_bg.gif) repeat;
	border-top: 0;
	color: #666666;
	padding: 5px 13px 15px 13px;
	text-align: justify;
	}
	
.quickbox a {
	color: #595959;
	text-decoration: none;
	}

.quickbox a:hover {
	color: #7E2680;
	text-decoration: underline;
	}

.list {
	color: #595959;
	text-align: justify;
	}

.activeleft {
	float: left;
	text-align: left;
	vertical-align: top;
	}

.text {
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	padding: 2px 5px;
	}

.dropdown {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 95%;
	}