@charset "UTF-8";

/* --- From old student JRCLS site --- */
html{
	margin:0;
	padding:3px;
	background:#405679;
}

body{
	margin:0px;
	padding:3px;
	font-family:'Lucida Grande', Verdana, Sans-Serif;
	font-size:12px;
	color:black;
}

table{margin:0px; padding:0px;}

.container{
	width:780px;
	margin:auto;
	border:1px solid #002048;
	background:white;
}

.footer{
	text-align:center;
	padding:0px 15px 15px;
}

.footer table{
	font-size:9px;
	color:white;
	background:#002048;
	width:750px;
	text-align:center;
}

a{color:black; text-decoration:underline;}
a img{text-decoration:none;}
a:hover{color:blue;}
a:visited{color:green;}

h1, h2, h3{
	margin:0;
	padding:0;
	padding:.5em 0;
	font-weight:bold
}

h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:13px;}

img{border:none;}

.footer a:link, a:visited{color:white;}
.footer a:hover{color:#405679;}
.footer a:active{color:green;}

.nav a{text-decoration:none;}
.nav a:link, a:visited{color:black;}
.nav a:hover{color:blue;}
.nav a:active{color:green;}

.required {
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
}

.errorMessage {
	background-color:#F66 !important;
	color:#ffffff;
}


/* BANNER AREA */
.bannerArea {
	background-image: url("images/header.jpg");
	background-color:white;
	background-repeat:no-repeat;
	background-position: center center;
	width:750px;
	height:175px;
	margin:15px 15px 0px;
}


/* CONTENT AREA */

/*.nav {
	margin-right: 30px;
}*/

.navtable {
	font-variant: small-caps;
	font-size:12px;
	letter-spacing:1px;
	line-height:15px;
	border:solid 1px #002048;
	width:100%;
	text-align:left;
}

.navtable th{
	background:#002048;
	color: white;
	font-weight:bold;
	text-align:left;
}

.registering th{
	background:#CCCCCC;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

.eventtable td{
	font-size:9px;
	text-align:left;
}

.eventtable th{
	font-size:12px;
	font-variant: small-caps;
	background: #405679;
	color: white;
	font-weight:bold;
	text-align:left;
}

td.contenttable, td.contenttable table{
	font-size:12px;
	text-align: left;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width:780px;
	height:50px;
}

.copyright {
    font-variant:small-caps;
    border-top:dotted;
	border-color:#002048;
	border-width:2px;
	margin-left:30px;
	margin-right:30px;
	padding-top:12px;
	color:black;
	font-size:12px;
}

input.empinput {width:280px;}

#auto_suggest{
	position:absolute;
	overflow-y:scroll;
	overflow-x:hidden;
	height:100px;
	border:1px solid #000;
	width:206px;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#auto_suggest li{
	list-style:none;
	display:block;
	width:200px;
	padding:3px;
	cursor:pointer;
}
#auto_suggest li:hover{background-color: #D6E3FF;}
