@charset "utf-8";
/* CSS Document */

html {height:100%; width:100%;	margin: 0; padding: 0; background-color:#b3b3b3; background-image:url(../img/pole_tile.png); background-position:center; background-repeat:repeat-y;}
ul {list-style-type:none; margin:0; padding:0;}
ul li {list-style-type:none; margin:0; padding-left:6px;}
.link1 a:link {text-decoration:none; color:#900; font-weight:bold;}
.link1 a:hover {text-decoration:underline; color:#900; font-weight:bold;}
.link1 a:visited {text-decoration:none; color:#000; font-weight:bold;}

a:link {text-decoration:none; color:#990000; font-weight:none;}
a:hover {text-decoration:underline; color:#990000; font-weight:none;}
a:visited {text-decoration:none; color:#000; font-weight:none;}

h1{font-size:18px; margin:0; color:#900;}
h2{font-size:25px; margin:0; padding-top:11px; color:#900;}
h3{font-size:18px; margin:0; color:#900;}
h4{font-size:13px; text-align:center; font-weight:normal; padding-bottom:3px; margin:0;}
 
body {
	margin:0;
	padding: 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

#calendar_swf
	{
	width:273px;
	width:273px;
	margin:0;
	float:left;
	}

#pole
	{
	position:absolute;
	left:50%;
	margin-left:-480px;
	z-index:-1;
	width:960px;
	height:100%;
	background-image:url(../img/pole_tile.png);
	background-repeat:repeat-y;
	}

#container
	{
	width:100%;
	margin:0;
	padding:0;
	}

#swf
	{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	height:205px;
	background-color:#999;
	}
	
#swf_contain
	{
	width:100%;
	padding:0;
	margin:0;
	background-image:url(../img/bannerbg.png);
	background-repeat:repeat-x;
	background-color:#999;
	}
	
#stripe_top
	{
	width:100%;
	height:21px;
	background-image:url(../img/topstripe.jpg);
	background-repeat:repeat-x;
	}
	
#stripe_bottom
	{
	width:100%;
	height:21px;
	background-image:url(../img/bottomstripe.jpg);
	background-repeat:repeat-x;
	}
	
#footer_contain
	{
	width:100%;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat-x;
	margin:0;
	}
	
#footer

	{
	width:960px;
	height:134px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-image:url(../img/bottompole.png);
	background-repeat:no-repeat;
	background-position:left;
	}

#main_contain
	{
	width:100%;
	background-color:#FFFFFF;
	padding:0;
	}

#main
	{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
	
#left
	{
	background-image:url(../img/line.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:35px;
	width:273px;
	float:left;
	}

#left_content
	{
	width:272px;
	float:left;
	margin:0;
	}
	
#right
	{
	background-image:url(../img/leftright.gif);
	background-repeat:repeat-y;
	padding:0;
	width:652px;
	float:left;
	}

.table{width:88px; padding:0; float:left;}
.table2{width:120px; padding:0; float:left;}

#header
	{
	position:relative;
	width:622px;
	height:47px;
	margin:0 17px 0 13px;
	background-image:url(../img/contentstripe.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	}

#topbar
	{
	width:652px;
	height:10px;
	padding:0;
	float:left;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	}

#text_content
	{
	width:628px;
	padding:7px 12px 0px 12px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}
	
#bottombar
	{
	width:652px;
	height:17px;
	padding:0;
	float:right;
	background-image:url(../img/bottom.gif);
	background-repeat:no-repeat;
	}
	
.horiz_dots
	{
	height:6px;
	width:inherit;
	float:left;
	background: url(../img/dots.gif) repeat-x;
	}

#horiz_dots2
	{
	height:15px;
	width:652px;
	background: #fff url(../img/dots.gif) repeat-x center;
	float:right;
	}

#sub_content
	{
	width:652px;
	background:#fff url(../img/dots.gif) repeat-y center;
	padding:0;
	float:right;
	}
	
#subleft
	{
		width:318px;
		padding-right:8px;
		float:left;
	}

#subright
	{
		width:318px;
		padding-left:8px;
		float:left;
	}
	
.calendar_center
	{
	width:525px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}

.calendar_table
	{
	width:115px;
	padding:0;
	float:left;
	}

.calendar_table2
	{
	width:180px;
	padding:0;
	float:left;
	}

.clearfix:after 
	{
   	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
    }