body {
	background: url(images/bg.jpg) top left repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-align: left;
	text-decoration: none;
	margin: 0;
}
ul, li {
	margin:0;
	padding:0;
	text-align:left;
}
h1, p, span { 
	margin:0 0 10px 0;
	padding:0;
}
img {
	border:0;
}
h1 {
	font-size:18px;
	color: #14578d;
	font-weight: bold;
}
h2 {
	font-size:14px;
	color: #14578d;
	font-weight: bold;
}
strong {
	color: #14578d;
	font-weight: bold;
}
br {
	clear:both;
}
A:Active,A:link,A:visited{
	text-decoration : underline;
	color :#5b8600;
}
A:Hover{
	text-decoration : none;
	color :#000000;
}
A:Active.link,A:link.link,A:visited.link{
	text-decoration : underline;
	color :#2976b1;	
}
A:Hover.link{
	text-decoration : none;
	color :#999999;
}
/* Class */
/* Text layout */
.center {
	text-align: center;
}
.nospace {
	margin: 0;
}
.bullet li {
	list-style-type:bullet;
	margin: 0 0 0 25px;
}
.bullet30 li {
	list-style-type:bullet;
	margin: 0 0 0 280px;
}
.bullet30a li {
	list-style-type:bullet;
	margin: 0 0 0 50px;
	}
.square li {
	list-style-type:square;
	margin: 0 0 0 25px;
}
.text {
	font-size:12px;
	color:#5a5a5a;
	text-align: justify;
}
.spacer {
	height: 1px;
	clear: both;
}
.justify {
	text-align:justify;
}
.small {
	font-size:11px;
	text-align:left;
	color:#2c71a7;
}
.clear {
	clear: both;
}
.padding30 {
	padding : 20px 30px;
}
.title {
	background:url(images/title_header_bg.gif) repeat-y top left;
	padding: 2px 0 0 25px;
	margin:4px 0;
	font-size: 20px;
	font-weight: normal;
	color:#5494bc;
	text-align:left;
}
/* Image and other classes */
.construction {
	height:300px;
	background:url(images/construction.gif) no-repeat center;
}
.spaceborder {
	margin:5px 0 5px 0;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0;
}
.imageright {
	float: right;
	margin: 0px 0 10px 10px;
}
.halffloatleft {
	width:100px;
	float:left;
	margin: 0;
}
#menu {
	text-align:left;
	float:left;
	margin: 0;
	padding: 0;
	background:url(images/menu-bg.gif) repeat-x;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	margin:0;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 6px 4px;
	border: 0px solid #000;

	font-size:10px;
	color: #00467f;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background:url(images/menu-bg-over.gif) repeat-x;
	margin: 0 0 -2px 0;
}
* html #menu a {
	width:1%;
}
#menuleft {
	width:12px;
	float:left;
	background:url(images/menu-left.gif) top left no-repeat;
	height:26px;
}
#menuright {
	width:12px;
	float:left;
	background:url(images/menu-right.gif) top right no-repeat;
	height:26px;
	
}


/* ID */
#container {
	text-align:center;
	margin:0px auto;
	padding:0px 0 20px 0;
	border:0px solid #CCCCCC;
	width:772px;
	position: relative;
}
#banner {
	margin: 0 0 5px 0;
	width:770px;
	height:123px;
	background:url(images/banner.jpg);
}

#banner_text {
	width:264px;
	height:56px;
	color:#FFFFFF;
	text-align:left;
	float:right;
	margin-top:55px;
}

#banner_text a {
	color:#FFFFFF;
}

#content {
	padding:5px 0; 
	margin:5px 0 0 0;
	text-align:left;
}
#content_left {
	width: 224px;
	margin: 0 20px 0 0;
	float: left;
}
#content_right {
	width: 528px;
	margin: 0;
	float: left;
}
#index_content {
	width: 350px;
	float: left;
	margin: 0 10px 0 0;
}

#calendar_content {
	width: 750px;
	float: left;
	margin: 0 10px 0 0;}
	

#index_rightblock {
	width: 168px;
	float: left;
}
#block {

}
.block_header {
	background:url(images/block_header_top.gif) no-repeat top left;
	height: 6px;
}
.rightblock_header {
	background:url(images/right_block_header.gif) no-repeat top;
	text-align:center;
	background-color:#5595bc;
	color: #FFFFFF;
}
.right_block_header_brown {
	background:url(images/right_block_header_brown.gif) no-repeat top;
	text-align:center;
	background-color: #e5dbbb;
	color: #6e3f00;
}
.right_block_header_brown h2 {
	text-transform: uppercase;
	padding: 5px 0;
	font-size:13px;
	font-weight: bold;
	margin: 0;
}
.rightblock_header h2 {
	text-transform: uppercase;
	padding: 5px 0;
	font-size:10px;
	font-weight: bold;
	margin: 0;
}
.block_header_top_space {
	height: 6px;
	background-color: #d4e3eb;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	border-bottom:1px #999999 dotted;
}
.block_title {
	height: 20px;
	background:url(images/header_arrow.gif) no-repeat top left;
	padding: 0px 0 0 28px;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	margin:0;
}
.block_title h2 {
	text-transform: uppercase;
	padding: 3px 0 0 0;
	font-size:12px;
	font-weight: bold;
	color: #00467f;
	margin: 0;
}
.block_header_bottom_space {
	height: 6px;
	background-color: #d4e3eb;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	border-top:1px #999999 dotted;
	margin:0;
}
.block_content {
	border: 1px solid #cccccc;
	border-width: 0 1px;
	padding: 10px 10px 10px 30px;
}
.block_rightcontent {
	border: 1px solid #cccccc;
	border-width: 0 1px;
	padding: 0px;
}
.block_rightcontent div img {
	text-align: center;
}
.block_rightcontent p {
	padding: 5px 5px;
	margin: 0px;
}
.rightblock_footer {
	background:url(images/right_block_footer.gif) no-repeat top;
	height: 10px;
}
.block_footer {
	background:url(images/block_header_bottom.gif) no-repeat bottom;
	height: 13px;
}

#eventcal {
	background:url(images/event_cal_bg.gif) no-repeat;
	clear:both;
	text-align: left;
	margin: 0px;
	padding: 0px;
	min-height:42px;
}

#eventcal div {
	padding: 13px 0 10px 60px;
	height: 42px;
	color:#FFFFFF;
}
#eventcal img {
	vertical-align: middle;
	margin: 0 10px;
}

#calendar_eventcal {
	background:url(images/event_cal_bg.gif) no-repeat center;
	clear:both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-height:42px;
	
}

#calendar_eventcal div {
	padding: 40px 0 10px 50px;
	height: 42px;
	color:#FFFFFF;
}
#calendar_eventcal img {
	vertical-align: middle;
	margin: 0 10px;
}


#footer {
	text-align:right;
	clear:both;
	margin:0;
	background-color:#f0f1f2;
	padding:5px;
	font-size:10px;
	color:#798c9c;
}
.dialstory {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.dialstory h3 {
	background:url(images/header_arrow.gif) no-repeat top left;
	padding: 0px 0 0 28px;
}