﻿/* CSS layout */
#masthead {
	position: relative;
	width: 840px;
	margin: 0 auto;
	border-left:medium;
	background:black;
	/*
	background:#B700DC;*/
	
}

#top_nav {
}

body {
	margin:0px 0;
	padding:0;
	font-family: Georgia, Times New Roman;
	color:white;
	background: #840080;
	line-height: 1.4em;
	font-weight: bolder;	
	
}

a:link {
	font-weight: bolder;
	color: #A9C173;
	text-decoration:none;
}

a:visited {
	font-weight: bolder;
	color: #A9C173;
	text-decoration:none;

}
a:hover {
	font-weight: bolder;
	color: #A9C173;
	text-decoration:underline;
}

hr {
	color:#B700DC;
	background-color:#B700DC;
	width:840px;
	height:15px;
	border:none;
}


/* Header */

#header {
	width: 840px;
	/*height: 165px;*/
	margin: 0 auto;
	border-left:medium;

	background:black;
	position:relative;
}

/* Logo */

#logo {
	float: left;
	
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 5px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}


/* Menu */

#menu {
	float: left;
	width: 200px;
	/*height: 200px;
	*/
	height: 600px;
	font-size:small;
	margin-top:-5px;
	
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 10px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
}

#menu a:link {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #840080;
}
#menu a:visited {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color:gray;
}

#menu a:hover {
	display: block;
	padding: 8px 10px;
	text-decoration: underline;
	color:gray;
}


#menu .first a {
	background: none;
}


#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
	margin-top:0px;
	border-left:medium;
	background:black;
	color:white;
	height: auto;
}

#container_grey {
	position: relative;
	width: 840px;
	margin: 0 auto;
	margin-top:0x;
	border-left:medium;
	background:#333333;
	color:white;
	height: auto;
}


#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background:white;
	height:430px;
	}

#page_content {
	margin-right: 25px;
	margin-left: 220px;
	margin-top:35px;
	margin-bottom:25px;
	height:auto;
	color:white;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	
}
	

	

#page_content h1{
	font-size:150%;
	line-height:1.9em;
	/*
	color:#A9C173;
	*/
	color: #840080;
	font-weight: bold;
    	
	text-align:center;
}

#page_content h2{
	font-size:115%;
	line-height:1.5em;
	color:#774F26;
	color:#B700DC;
	font-weight:bold;


}

#page_content h3{
	font-size:105%;
	line-height:1.1em;
	color:#774F26;

	}
	
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	position: relative;
	width: 840px;
	margin: 0 auto;
	border-left:medium;
	color:white;
	font-size:small;
	background:black;
	/*background:#B700DC;*/
	

}

#container #page_content h3 {
	
	font-size: medium;
	font-weight: bold;
	/*color: #583A1D;*/
	color:#840080;

}
