*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	
	height: 100%;
}

body
{
	background: url(../img/bg.jpg) #ffffff repeat-x center top; 
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
/*	color: #070f26; */
	color: #242705;
	text-align: center;
}

body.landing
{
	background: url(../img/bg_landing.jpg) #ffffff repeat-x center top; 
}

body.nosubheader
{
	background: url(../img/bg_nosubheader.jpg) #ffffff repeat-x center top; 
}

h1, h2, h3, h4, h5, h6,
p
{
	margin: 0;
	padding: 0 0 10px 0;
}

img,
a img,
table,
iframe
{
	border: 0;
}

iframe
{
	width: 0;
	height: 0;
}

a,
a:link,
a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page
{
/*	background: url(../img/page.gif) repeat-y center top; */
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto;
	text-align: left;
	margin: 0 auto;
}

* html #page
{
	height: 100%;
}

#header
{
	background: url(../img/header.jpg) no-repeat left top;
	height: 120px;
}

#header.morning
{
	background-image: url(../img/rotation/morning.jpg);
}

#header.lunch
{
	background-image: url(../img/rotation/lunch.jpg);
}

#header.afternoon
{
	background-image: url(../img/rotation/afternoon.jpg);
}

#header.evening
{
	background-image: url(../img/rotation/evening.jpg);
}

#header.night
{
	background-image: url(../img/rotation/night.jpg);
}

#topmenu
{
	background: url(../img/menu.jpg) repeat-x left top;
	height: 22px;
}

#subheader
{
	position: relative;
	background: url(../img/subheader.jpg) no-repeat left top;
	height: 268px;
}

.landing #subheader
{
	height: 358px;
}

.nosubheader #subheader
{
	display: none;
}

#sidemenu
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 250px;
/*	height: 208px; */
}

#sidemenu ul
{
	list-style: none;
}

#sidemenu li
{
	list-style: none;
	padding: 10px 0 10px 0;
}

#sidemenu a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #ffffff;
}

#flash
{
	position: absolute;
	top: 24px;
	right: 30px;
	width: 535px;
	height: 220px;
}

#body
{
	position: relative;
	padding: 40px 0 143px 0;
}

#body .content
{
	position: relative;
	padding: 0 0 10px 0;
}

#footer
{
	background: url(../img/footer.jpg) repeat-x left top;
	position: relative;
	height: 143px;
	text-align: center;
	margin: -143px 0 0 0;
}

#footer .content
{
	background: url(../img/footer_logo.jpg) no-repeat right top;
	width: 800px;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	padding-top: 43px;
}

#footer .content a
{
	color: #ffffff;
	text-decoration: none;
}

#footer .content a:hover
{
	text-decoration: underline;
}

#footer .content p
{
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	margin: -3px 0 0 0;
}

div.message { margin: 5px 15px 5px 15px;        padding: 5px 5px 5px 15px; }
.message p  { font-size: 11px;                  text-indent: -10px;        margin: 0; padding: 0; }
div.err     { border: 1px solid #dd7777;        background: #ffcccc;       }
div.warn    { border: 1px solid #c0c05a;        background: #fafaca;       }
div.suc     { border: 1px solid #7ada7a;        background: #ccffcc;       }
div.err p   { color: #803333;                   }
div.warn p  { color: #70702a;                   }
div.suc p   { color: #307a30;                   }

.clearer
{
	clear: both;
	font-size: 1px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}
.column2 li {
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 5px;
}
