@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Trebuchet MS, Verdana, sans-serif; 
	font-size: 1em;
}

div#wrapper {
	height: 100%;
}

div#header {
	width: 100%;
	background-color: black;
}

#redborder {
	width: 100%;
	height: 5px;
	background-image: url(images/images/stripe_red.gif);
	background-repeat: repeat-x;
}

* html #left {
	margin-bottom: -10px;
	padding-bottom: -10px;
}

#left {
	background-color: #E0DBEA;
	width: 185px;
	height: 100%;
	border-right: 1px solid #683699;
}




#main_content {
	padding: 10px 20px;;
}

#main_content_wrapper {
	width: 700px;
}



a, a:link, a:active {
	color: #663399;
	font-weight: bold;	
}
	
a:visited {
	color: #330066;
	font-weight: bold;
}
	

.img_logo {
	margin: 10px;
	vertical-align: middle;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

#footer {
	width: 100%;
	border-top: 1px ridge #cccccc;
	margin: 10px 0px 0px 0px;
}

#footer_content {
	padding: 30px 0px 10px 0px;
	text-align: center;
	font-size: smaller;
}

.caption {
	font-size: smaller;
	color: #999999;
}

#right_column {
	float: right;
	margin: 0px 0px 10px 10px;
	background-color: #E0DBEA;
	width: 200px;
	border: 1px solid #683699;
}

#right_column h3 {
	text-align: center;
	margin: 5px 0px;
}

#right_column_content {
	margin: 0px 5px;
	font-size: 0.75em;
}

#right_column_content p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}