@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#header {
	text-align: center;
	background-color: #405eb4;
	height: 123px;
	margin: 0px;
	padding: 1px;
	position: relative;
}
div#logo {
	position:absolute;
	width:200px;
	height:125px;
	top: 0px;
	left: 0px;
	text-align: left;
}
div#navbar {
	position:absolute;
	height:35px;
	width:100%;
	top: 90px;
	right: 0px;
	text-align: right;
	background-image:url(../images/glossyback2.gif);
	background-repeat:repeat-x;
	background-position:right;
}
div#picture {
	position: absolute;
	height: 92px;
	width: 503px;
	top: 0px;
	right: 5px;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/side1.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFFFF;	
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/side2.jpg);
	background-repeat: repeat-y;
	width: 100%;
	
}
div#navcol {
	padding: 10px;
	width: 180px;
	float: left;
	
}
div#menuContainer {
	position: relative;
}
div#main {
	padding: 10px;
	margin-left: 210px;
	margin-right: 210px;
	font-family: Helvetica, Garamond;
	font-weight:500;
	font-size: small;
	position: relative;
}
div#main_top{
	position: relative;
}
div#main_left{
	float: left;
	width: 48%;
}
div#main_right{
	float: left;
	width: 48%;
	padding-left: 10px;
}
div#main_bottom{
	width: 95%;
	clear: both;

}
div#sidecol {
	padding: 10px;
	width: 200px;
	float: right;
}
div#foot {
	border-top: solid #000 1px;
	padding: 10px;
	text-align: center;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

tr.tableBottom {
	background-color:#006600;
	color:#FFCC33;
}

/* Form styling  */

form {
	font-size: 10px;
	width: 500px;
	margin-left: 10px;
	}

input {
	width: 150px;
	}
label 
	{
	display: block;
	width: 150px;
}
label.top {
	display:block;
	float: none;
	}
fieldset
	{
	width: 200px;
}
legend
	{
	color: #405eb4;
	font-weight: bold;
	font-size: 12px;
}
.wide
	{
	width: 450px;
}
#personalInfo label, #personalInfo {
	float: none;
	width: 150px;
	padding: 5px;
	}
	
label.short {
	width: 50px;
}

label.long {
	width: 200px;
	}
input.long {
	width: 200px;
	}
input.med {
	width: 110px;
	}
input.short {
	width: 50px;
	}
div.element1, div.element2, div.element3, div.element4 {
	float: left;
	width: 150px;
	padding-left: 10px;
}

div.short {
	width: 60px;
	}
div.med {
	width: 110px;
	}
div.long {
	width: 200px;
	}
div.norm {
	width: 200px;}
	
br.clear {
	float: none;
	clear: left;
	}
form#mainContainer {
	position: relative;
	float: none;
	clear: both;
	}
	
/* Table styles for class list*/

.classHeader {
	color: #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.classDate {
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
}



table {
	width: 100%;
	}
input.normal {
	width: auto;
	}
form { 
}

div.resultsDisplay {
	background-color: #A8CACC;
	width: 600px;
}

div.eachListing {
	border-bottom-color: #33CCCC;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

span.linkSmall {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	}
div.regForm {
	font-size:12px;
	font-weight: 600;}
.quote {
		font-style:italic;
		color: blue;
		display: block;}
.tagline {
	font-size: 18px;
	
	display: block;
	font-family:"verdana";
	padding-top: 6px;
	color: #ffffff;
} 
.blue{
	color:blue;
	}
.red {
	color: red;
	}
.highlight {
	background-color:#FFFF00;
	}
.address {
	font-size: 12px;
}
.reqd {
	border: 1px solid #CC0000;
	}
#top_links .grey {
    background-color: gray;
    color: yellow;
}
