body {
	background-color: #ffffff;
	
}

#header {
	background-color:#ffffff;
	height:  120px;
	width: auto;
	margin: 0px 0px 0px 0px ;
	background-image: url("TitleBackground.png");
	/*border-bottom:3px solid #c23000;*/
}

#header h1 {
	font-family:Georgia,'Times New Roman',Times,serif;
	font-weight:normal;
	line-height:130%;
	padding: 20px 0px 0px 30px;
}

/*#headerTitle {
	
	margin: 10px 2px 2px 2px ;
	height: auto;
	background-color:#ff9933;	
	width: auto;
	border: 1px solid  #000000;	
}*/

#leftSidebar {
	margin-left:10px;
	margin-right:10px;
	padding:30px 0px 0px 0px ;
	
	
	float: left;
	right: 0px;
	
	
	width: 16%;
	
	
	/*background-color:#ff7f00;
	background-image: url("sidebarBackground.png");
	background-position: bottom;
	background-repeat: repeat-x;
	position: static;*/
	
	
}

#main {
	/*background-image: url("bodyBackground.png");
	background-position: top left;
	background-repeat: no-repeat;*/
	
	float: none;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px;
	position: static;
	left:  0px;
	background-color:#FFFCFE;
	
	
}

#navbar {
/*background-image: url("menuBackground.png");
background-color:#ffc28e;
background-repeat: repeat;*/

/*border-top: 3px solid  #FF9E4F;
border-left: 1px solid #FF9E4F;
border-bottom:1px solid #FF9E4F;
border-right:1px solid #FF9E4F;*/
//background-color:#FFB981;
border:none;

/*border-top:2px solid #ff4000;*/
padding:1px 1px 1px 1px ;

}

#main h2 {
font-family:Verdana,Arial,Helvetica,sans-serif;
margin:0 1em 0.5em 30px;
color:#c23000;
}

#main h3 {
font-family:Verdana,Arial,Helvetica,sans-serif;
/*margin:0 1em 0.5em 30px;*/
color:#c23000;

}

#content {
border-top:2px solid #000000;
margin:0.5em 0 0 30px;
padding: 20px 0px 0px 0px;
text-align: justify;

}

#content h4 {
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #FF7709;

}

#sidebar div.block {
/*border-top: 3px solid  #FF9E4F;
border-left: 1px solid #FF9E4F;
border-bottom:1px solid #FF9E4F;
border-right:1px solid #FF9E4F;*/
background-color:#FFB981;
background-repeat: repeat;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:1em;
margin:10px;
padding:0px 10px 10px 10px ;

}

#sidebar div.block span.blockTitle {
background-repeat: repeat;
color:#c23000;
font-weight: bold;
border-bottom: 1px solid #c23000;
}

#navbar a:hover {
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
/*background:#ff7f00 none repeat scroll 0 0;*/
background: #FF9E4F url("menuItemBackground.png") repeat scroll;
	
color:#FFFFFF;




}
#navbar a {
padding:5px;
color:#c23000;
border-left: solid #c23000;
border-width:1px;
font-weight: bold;
}

a:hover {
background:none;
color: blue;

}
a:visited {
color: blue;

}
a:link {
color:blue;
}

a {
color: blue;
text-decoration:underline;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
background-color:#ffffff;
border-color:#c23000;
border-style:solid;
border-width:1px;
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
}

input.button {
background-color:#FF9E4F;
border:1px solid  #c23000;
font-size:1em;
padding-left:0.5em;
padding-right:0.5em;
cursor: pointer;
color: white;

}

ul.menu li {
padding:0 0.5em 0 0;
}

ul {
list-style-image:url("listItem.png");
list-style-position:inside;
list-style-type:square;
margin:0.25em 0 0.75em;
padding:0 0 0 2.5em;
}

div {
line-height:140%;
text-align:justify;
}

div.separator {
	border-bottom:1px dotted #c23000;
}

table.announcements td.headseparator {
border-top:1px solid #c23000;
}
table.announcements td.endseparator {
border-top:1px dotted #c23000;
font-size:0.25em;
line-height:10%;
}
table.announcements td.separator {
border-top:1px dotted #FF7709;
font-size:0.1em;
line-height:1%;
}