﻿  /* CSS layout */
body {
	background-color: #D8DAC0;
	margin: 0 auto;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 5px;
}

#masthead {
	height: 80px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 765px;
	margin-left: 0px;
	padding-left: 15px;
}

#container {
	border: 1px solid #999966;
	background-position: left 10px;
	width: 780px;
	background-repeat: repeat-y;
	background-image: url('images/alol_background7.jpg');
	min-height: 600px;
	padding-top: 0px;
}

#top_nav {
	background-color: #ABAB81;
	width: 780px;
	height: 24px;
}
#left_col {
	width: 195px;
	height: auto;
	float: left;
}
#page_content {
	margin: 0px 30px auto 210px;
	padding: 10px 5px 5px 0px;
	width: 555px;
	top: 0px;
	right: 5px;
	left: 5px;
	height: auto;
	clip: rect(auto, auto, auto, auto);
	bottom: auto;
	clear: right;
}

#page_content p {
	margin: 5px 10px 2px 10px;
	padding: 5px 5px 8px 5px;
	font-size: small;
	border-bottom-color: #808000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	margin: 0px;
	padding: 0px;
	background: #999966;
	width: 780px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #494949;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 2;
	clear: right;
	position: relative;
}
#footer a:link {
	font-weight: bolder;
	text-decoration: underline;
	color: #333333;
}

#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
#top_nav ul  {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_nav li  {
	float: right;
	font-size: small;
	list-style-type: none;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #333300;
	background-color: #BDBD9B;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #333300;
	background-color: #E6E6FF;
}
#left_col ul {
	list-style-type: none;
	width: 95%;
	display: block;
	padding: 5px 5px 5px 8px;
	margin: 0px;
}
#left_col a {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 1px 2px 1px 3px;
	border: 1px #8A8AFF solid;
	text-align: left;
	font-size: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

#left_col_menu {
	background: #CCCCFF;
	width: 200px;
	float: left;
	height: 650px;
	position: relative;
	clear: none;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
}

#form {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 1px 4px 1px 4px;
	border: 2px #8A8AFF solid;
	text-align: left;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #CBCB98;
	margin-top: 0px;	
	text-align: center;
    width: 200px;

}
	
	.form1 {
	text-align: center;
	width: 190px;
}

	.form2 {
	text-align: left;
	width: 500px;
	font-size: small;
}


.select {
	text-align: center;
    width: 152px;
    background-color: #CBCB98;
}


h2 {
	margin: 0px;
	font-family: Calibri;
	font-size: 24px;
}

h3 {text-align: center;}

p a:link {
	margin-top: 10px;
	font-size: 100%;
	margin-right: 0px;
	margin-left: 0px;
	color: #00004A;
	font-weight: bold;
	text-decoration: underline;
}
#left_col a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 1px;
	border: 1px #8A8AFF solid;
	text-align: left;
	margin-right: 10px;
	margin-left: 8px;
	font-size: medium;
	background-color: #DCDCB8;
	margin-top: 0px;
	
}
blockquote {
	border: thin double #000000;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E9EADB;
}

