* { margin: 0; padding: 0; }
img, body, ul, a { border: 0; outline: 0; margin: 0; padding: 0; }
ul { list-style-position: inside; }

body { 
	background: #dedee2 url(../_gfx/bg.png) repeat-y top center;
	color: #333;
	font-family: verdana, sans-serif; font-size: 13px;
	overflow-y: scroll;
}

@media print {
	body {background-image: none; }
}

a
{
	color: #295DB0;
	font-weight: bold;
	text-decoration: none;
}
table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:hover, a:active
{
	color: #295aff;
	text-decoration: none;
}
hr
{
	color: #000000;
	border: solid 0px #000000;
	background-color: #000000;
	height: 1px;
}
form
{
	margin: 0;
	padding: 0;
}
.clear { clear: both; }
.short
{
	border: solid 1px #888888;
	width: 75px;
	margin: 0;
	padding: 0;
}
.middle
{
	border: solid 1px #888888;
	width: 135px;
	margin: 0;
	padding: 0;
}
.long
{
	border: solid 1px #888888;
	width: 250px;
	margin: 0;
	padding: 0;
}
.inputlabel
{
	font-weight: bold;
	white-space: nowrap;
}
.heading, .subheading, .heading_3
{ 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 	
	text-shadow: #ddd 1px 1px 1px;
	font-weight: bold;
	margin: 0.67em 0px;
}
#nav
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 	
	text-shadow: #ddd 1px 1px 1px;
	float: right; 
	padding: 60px 34px 45px;
	list-style: none; 
	font-size: 12px; 
	font-weight: bold;
}
#nav li { float: left; padding: 2px 16px; border-left: 1px solid #ccc; }
#nav li.first { border: none; }
#nav a { text-decoration: none; color: #444; }
#nav a:hover { text-decoration: underline; }
#nav li.active a { color: #295DB0;  }
h1.heading
{ 
	font-size: 23px; 
}
.subheading
{ 
	font-size: 17px; 
}
.heading_3 
{ 
	font-size: 14px; 
}
.menycources
{
	font-size: 10px;
}
.categorys
{
	font-size: 12px;
	font-weight: bold;
}
.courcesheader
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.courcesrows
{
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}
.newsdate
{
	font-weight: bold;
	font-size: 10px;
}
.newsheading
{
	font-size: 10px;
}
.attention
{
	color: #ff0000;
}
.hiddenfield
{
	display: none;
}



.logo { display: block; width: 300px; height: 120px; float: left; }

#content { 
	margin: 18px 28px; 
	background: url(../_gfx/splash.png) no-repeat 510px 42px; 
}
#content img { margin: 10px; }
#splash-left, #news { width: 500px; padding-right: 15px; float: left; margin-bottom: 20px; }
#splash-left p.ingress { 
	font-size: 15px; 
	margin: 0 0 10px 0;
	line-height: 20px;
	font-family: georgia, serif;
}
#splash-left p { 
	font-size: 12px; 
	margin: 0 0 8px 0;
	line-height: 14px;
}
#splash-right, #broschures, #contact, #coursemailer, #mainright { width: 290px; padding-bottom: 20px; }
#mainright { padding-bottom: 40px; }
#splash-right {  float: right; padding-top: 65px; }
#splash-right h2 { margin: 0 0 8px 0; }
#splash-right ul {
	list-style:none; 
	float: left;
	color: #000;
}
#splash-right ul.first { margin: 0 20px 0 0; }
	#splash-right li {  
		padding: 4px 0;
	}

#splash-right li {  
	padding: 4px 0;
	*margin-left: -15px;
}

#news { clear: both; padding-top: 20px; border-top: 1px solid #ccc; }
#news h2 { margin: 0; }
#news .newsitem { padding: 7px 20px 10px 0; border-top: 1px dotted #ddd; }
#news .first { border: none; }
#news .newsitem h3 { margin: 0; }
#news .newsitem .date { font-style: italic; font-size: 12px; color: #999; }
#news .subheading { margin: 0; }

/*############ Footer stuff ############*/
#canvas
{
	padding-bottom: 50px;
}
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
#sitewrapper
{
    position: relative;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
* html #sitewrapper
{
    height: 100%;
}
#footer
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 30px;
	
	text-align: center; 
	font-size: 12px;
}
#canvas { background: #fff url(../_gfx/ntop.png) no-repeat top left; }
#canvas, #footercanvas 
{ 
	width: 887px; 
	margin: 0 auto;
}
/*############ Footer stuff END ############*/