html { height: 100%; overflow: auto; }

body{
	height: 100%;	
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

#container{
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	position: relative;
	min-height: 100%;
	padding-top: 7px;
}

* html #container {
	height: 100%;
}

p{
	margin: 0px;
	padding: 0px;	
}

a
{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

*
{
	outline: none;	
}

a:hover
{
	text-decoration: underline;
}

#left_container a:hover
{
	text-decoration: underline;
}

textarea {
	overflow:auto;
}

#test
{
	height: 300px;
}

a.archive
{
	text-decoration: none;
}

a.archive:hover
{
	text-decoration: underline;
}

h1
{
	padding: 0 0 4px 0;
	margin: 0 0 0px 0;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
}

h2
{
	padding: 0 0 5px 0;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-size: 16px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.header_text
{
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
}

#login-tab{
	font-size: 13px;	
}

img
{
	border: 0;
}

input[type="submit"] { border: 0px; width: 77px; font-size: 11px; background-image: url('../img/button.png'); background-repeat: no-repeat; }


.boxing{
	margin-bottom: 20px;	
}

#top_bar
{
	height: 7px;
	background-image: url('../img/top_bar_bg.png');
	background-position: bottom;
}

#header_image
{
	width: 956px;
	height: 275px;
	margin-bottom: 127px;
	padding-top: 2px;
	text-align: center;
	z-index: 1;
}

#footer
{
	clear: both;
	font-size: 10px;
	/*padding-top: 50px;
	height: 5px;*/
	margin-top: 10px;
}

	#footer .footer_content{
		width: 965px;
		margin: 0 auto;	
	}


#footer a
{
	text-decoration: none;	
}

#footer a:hover
{
	text-decoration: underline;	
}

#footer #left_footer
{
	float: left;
}

#footer #center_footer
{
	float: left;
	margin-left: 50px;
}

#footer #right_footer
{
	float: right;
}

#bottom_bar
{
	bottom: 0px;
	clear: both;
	height: 7px;
	background-image: url('../img/bottom_bar_bg.png');
	background-position: top;
}

#menu
{
}

#title
{
	clear: both;
	text-align: center;
	height: 25px;
	margin-bottom: 10px;
}

#main_content{
	position: relative;
	margin-top: 330px;	
}


#left_container
{
	float: left;
	width: 125px;
	height: 200px;
	margin-right: 20px;
	padding-top: 28px;
	z-index: 20000;
	position: relative;
}

#left_container ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_container ul a
{
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: blue;
}

#center_container
{
	float: left;
	width: 560px;
	min-height: 800px;
	margin-top: -3px;
	margin-left: -10px;
	z-index: 20000;
	position: relative;
}

#center_left_container
{
	float: left;
	width: 320px;
	min-height: 800px;
	margin-right: 20px;
	margin-top: -2px;
	margin-left: -10px;
	z-index: 20000;
	position: relative;
}

#center_right_container
{
	float: left;
	width: 323px;
	min-height: 800px;
	z-index: 20000;
	position: relative;
	margin-top: -2px;
	margin-left: -5px;
}

#right_container
{
	float: right;
	width: 125px;
	height: 200px;
	padding-top: 28px;
	margin-right: 23px;
	z-index: 10090;
	position: relative;
}

.dialog
{
	background-color: #ffffff;
	z-index: 10100;
	position: relative;
}

a.archive_year
{
	display: block;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	cursor: pointer;
}

a.archive_year:hover
{
	text-decoration: underline;
}

.gray
{
	color: #dfdfdf;
}