/* basic structure */

* { 
	padding: 0;
	margin: 0;
}

body { 
	font: normal 11px/18px verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#wrapper { 
	border-bottom: 1px solid;
	margin: 0 auto;
	width: 1000px;
}

#header { 
	width: 1000px;
}

#leftcolumn { 
	width: 180px;
	float: left;
}

#maincolumn { 
	float: right;
	width: 780px;
	padding: 0px 20px 20px 0;
}

#maincolumn p {
	padding-bottom: 15px;
}


#urgentMessage {
	margin: 5px;
	padding: 5px;
	border: #000 1px solid;
}


#footer { 
	padding: 10px 0 15px 0;
	height: 100px;
	text-align: center;
}

.announcement {
	float: left;
	width: 225px;
	margin: 10px;
	padding: 5px;
	text-align: justify;
}

#navtop { 
	display: block;
	text-align: right;
	width: 1000px;
}

#navigation ul { 
	margin-left: 4px;
	padding-left: 0;
	list-style-type: none;
	font-family: Helvetica, sans-serif;
}

#navigation a { 
	display: block;
	font-weight: bold;
	padding: 1px 3px 2px 7px;
	width: 165px;
}

#maincolumn h1 {
	font: bold 30px/42px georgia, times new roman, times, serif;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#maincolumn h2, #maincolumn h3 { 
	font: bold 16px/22px georgia, times new roman, times, serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#maincolumn h4, #maincolumn h5, #maincolumn h6 { 
	font: bold 11px/18px verdana, arial, helvetica, sans-serif;
	letter-spacing: 0px;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	outline: none;
	padding-left: 0;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


div.table { 
	font-size: 9px;
	margin: 0px 0 0px 0px;
	empty-cells: show;
}

div.table table { 
	margin-top: 1px;
}

div.table th { 
	padding: 0;
}

div.table th a, div.table th a:visited, div.table th a:hover { 
	background-image: none;
	padding: 0;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

div.table a { 
	background-image: none;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}

div.table a:visited { 
	background-image: none;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}

div.table a:hover {
	text-decoration: underline;
	font-weight: normal;
}


div.table td { 	
	padding: 0px;
	letter-spacing: 0px;
}

.clear { 
	clear: both;
}


.right   {text-align: right}
.center   {text-align: center}
.justify   {text-align: justify}

.small {  font-size: 11px;
  letter-spacing: 0px;
}
.big {  
	font-size: 13px;
	letter-spacing: 0px;
}





#horizontal_menu {
	float:left;
	width:100%;
	line-height:normal;
	margin-bottom: 10px;
}

#horizontal_menu ul {
	margin:0;
	list-style:none;
	padding:10px 10px 0 0;
}

#horizontal_menu li {
	float:left;
	margin:0;
	padding:0;
}	

#horizontal_menu a {
	display:block;
	text-decoration: none;
    padding:5px 15px 4px;
}

#horizontal_menu #current a {
	padding-bottom:5px;
}