#logo
{
	display: none;
}

#printlogo
{	
	display: block;
	width: 734px;
	height: 164px;
	left: 50%;
	margin: auto;
	padding: 0px;
}

td.donotprint
{
	display: none;
}

body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	margin: 0px;
	background: url('../imgs/bg.gif') repeat;
}

#shell
{
	width: 780px;
	border: 1px solid #000000;
	left: 50%;
	margin: auto;
	background: white;
	padding: 5px;
}

#menu
{
	background: url('../imgs/menubar_ctr.gif') repeat-x;
	white-space: nowrap;
	vertical-align: middle;
	color: #ececec;
	font-family: Arial, Verdana;
	font-weight: bold;
}

#menu a { color: #ececec; text-decoration: none; }
#menu a:hover { color: #ececec; text-decoration: underline; }
#menu a:visited { color: #ececec; }

#upcoming
{
	border: 2px solid #369;
	padding: 2px;
	width: 186px;
}

#upcoming span
{
	display: block;
	padding: 2px;
	color: #fff;
	background-color: #369;
	text-align: center;
	font-family: Arial Black, Arial, Verdana;
	font-size: 12pt;
}

#upcoming span span
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

#upcoming a
{
	display: block;
	width: 182px;
	padding: 2px;
	background-color: #eee;
	color: #369;
	border-top: 2px solid #aaa;
	font-family: Verdana, Arial;
	text-decoration: none;
}

#upcoming a:hover
{
	background-color: #ccc;
}

#newsltrbg
{
	background: url('../imgs/newsltr_b.gif') repeat-y;
}

#contactsbg
{
	background: url('../imgs/contacts_b.gif') repeat-y;
}

#newsbg
{
	background: url('../imgs/newsevents_b.gif') repeat-y;
}

a#morenews, a:visited#morenews { 	color: #d3d3d3; text-decoration: none; font-weight: bold; float: right; }
a:hover#morenews { color: #919191; text-decoration: none; font-weight: bold; float: right; }

#pastnews ul
{
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

#pastnews li
{
  list-style: none;
  margin: 0px 0px 4px 0px;
  padding: 5px 2px 5px 2px;
  background-color: #D9E3F3;
  color: #000;
 	border-bottom: 2px solid #369;
}

.boxcontent
{
	width: 100%;
	background-color: black;
	color: #ececec;
	font-family: verdana;
	font-size: 8pt;
	padding: 10px 4px 10px 4px;
	vertical-align: top;
}

.boxcontent span
{
	color: #d3d3d3;
}

.boxcontent span span
{
	font-size: 7pt;
}

.boxcontent span span i
{
	color: #919191;
}

#inputbox
{
	border: none;
	height: 16px;
	padding-left: 18px;
	font-family: verdana;
	font-size: 10pt;
	background: #d3d3d3 url('../imgs/signup.png') center left no-repeat;
}

#inputbtn
{
	border: none;
	margin-top: 3px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	background-color: #d3d3d3;
	cursor: pointer;
}

#center
{
	padding: 10px 5px 10px 5px;
	text-align: justify;
}

#center div#title
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #919191;
	margin-bottom: 5px;
}

#download
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #D9E3F3;
	margin-top: 10px;
	padding: 5px;
	border-top: 2px solid #369;
	border-bottom: 2px solid #369;
}

#download a { color: blue; text-decoration: none; }
#download a:visited { color: blue; }
#download a:hover { color: #369; text-decoration: none; }

#footer
{
	position: relative;
	width: 100%;
	height: 288px;
	padding: 0px;
	background: url('../imgs/footer.jpg') no-repeat;
}

#footer a { color: #000000; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }
#footer a:visited { color: #000000; }

#footmenu
{
	position: absolute;
	bottom: 0px;
	font-size: 8pt; 
}

#footcontact
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 8pt;
}

#footcontact img
{
	vertical-align: middle;
}

#inquiry
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #D9E3F3;
	padding: 10px;
	border-top: 2px solid #369;
	border-bottom: 2px solid #369;
}

#courselist ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

#courselist li 
{
	margin: 0px;
	padding: 0px;
}

#courselist a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #D9E3F3;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 2px solid #369;
	width: 97%;
}

#courselist a:hover
{
	background-color: #369;
	color: #fff;
	border-bottom: 2px solid red;
}

div.fix
{
	height: 1%;
	overflow: hidden;
}

.hline
{
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url('../imgs/dot_h.gif') repeat-x;
}

.vline
{
	width: 1px;
	height: 100%;
	background: url('../imgs/dot_v.gif') repeat-y;
}