
/*TEXT*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 10px;
	

	
     
}

/*HORIZONTAL RULE*/
hr {
	border-top: 1px solid #4582B3;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}



/*HEADER*/
h1 {
	color: #15317E;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 26px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #4582B3;
	text-align: center;
}


h2 {
	color: #15317E;
	font-size: 18px;
}


.wrapper td {

	

}


.wrapper td.leftbox {
	width: 185px;
	font-size: 16px;
	color: #15317E;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	background-color: lightblue;

}

.wrapper td.mainbox {
	vertical-align: top;
	width: 650px;
	font-size: 16px;
	color: #15317E;

}


 a.SessionLink:link    { text-decoration:none; }
 a.SessionLink:visited { text-decoration:none; }
 a.SessionLink:hover   { text-decoration:underline; }
 a.SessionLink:active  { text-decoration:none; }

/*
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:link:hover, a:visited:hover {
 text-decoration: underline;
}
a:link:active, a:visited:active {
 text-decoration: none;
}
*/

.menubox {
	border: 1px outset black;
}
 

.menubox td {
	border: 1px inset grey;
	width: 150px;
	text-align: center;

}


span.fullsessiontext{
	color:#808080;
}



/********************
**** PAGE LAYOUT ****
********************/
/*(CSS Copied from main site)*/

#wrap {
	margin: 10px auto 0px auto;
	border: 1px solid;
}

#header {
	width: 100%;
	text-align:right;
	padding-left: 0px}


#logo-graphic h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom: none;

}

#logo-graphic h1 a {
	display: block;
	text-indent: -8000em;
	line-height: 100%;
	background: url(/templates/js_optimus/images/style1/logo.png) no-repeat;
	margin: 0px;
	padding: 0px;
}
#logo-graphic h2 {
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -8000em;
}

#logo-text h1 a {
	display: block;
	line-height: 100%;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#logo-text {
	float: left;
}

#logo-text h1 {
	margin: 0px;
	padding: 0px;
}
#logo-text h2 {
	margin: 0px;
	padding: 0px;
}





