html,body  {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;

	background :  #f2f7fe;
	margin: 0;
	padding: 0;
	height: 100%;	
	text-align: center;

}
#container {
	position:relative; 
	width: 800px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : url("./graphics/wholepagebg.gif") #ffffff;
	background-repeat : repeat-y;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}

#container2 {
	position:relative; 
	width: 800px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : #ffffff;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}

#header {
	background : url("./graphics/header.gif");
	background-repeat : no-repeat;
	width: 800px;
	height: 121px;
}
#header2 {
	background : url("./graphics/header.gif");
	background-repeat : no-repeat;
	width: 800px;
	height: 96px;
}
#splashcontent {
	width: 800px;
	height: 384px;;
	background : url("./graphics/splashcontent.gif");
	background-repeat : no-repeat;



}
#splashline {
	background : url("./graphics/splashline.gif") #ffffff; 
	background-repeat : repeat-y; 
	width: 245px; 
	font-size:13px; 
	line-height:15px; 
	letter-spacing: 0.75px; 
	padding:6px 0 10px 97px;
	float:left;
}
#right_splash {
	width: 342px;  
	float:right;
}
#left_splash {
	width: 458px;  
	float:left;
}
#content {
	width: 800px;
	height:auto !important;



}
#menu {
	background : url("./graphics/menu_bg.gif");
	background-repeat : no-repeat;
	width: 193px;
	float:left;
	margin:0;
	
}
#text {
	background : url("./graphics/text_bg.gif");
	background-repeat : no-repeat;
	width: 607px;
	float:right;
	margin:0;

}

#events {
	background : url("./graphics/text2_bg.gif");
	background-repeat : no-repeat;
	width: 780px;
	float:left;
	margin:0;
	padding:0 0 60px 20px;

}

#title {
	padding: 40px 0 0 43px;
	color:#c40000;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}
#main {
	padding: 10px 52px 55px 43px;
	line-height:16px;
	width: 511px;
}
#main2 {
	padding: 10px 0 55px 23px;
	line-height:16px;
	width: 560px;
}
#eventbox {
	float:left; 
	background: url("./graphics/event_bg2.gif") #e3edfc no-repeat;
	width:205px;
	text-align:left;
}

#newsbox {
	float:right; 
	background: url("./graphics/news_bg2.gif") #e3edfc no-repeat;
	margin-right:23px;
	width:205px;
	text-align:left;
	
}

#footer {
	width: 607px;
	height: 33px;
	position:absolute;
	bottom:0;
	left:193px;
	font-size: 11px;
	background : #f0f0f0;
	clear:both;

}

#footer2 {
	width: 800px;
	height: 33px;
	position:absolute;
	bottom:0;
	font-size: 11px;
	background : #f0f0f0;
	clear:both;

}

#right_foot {
	color: #6d6d6d;
	float: right;
	padding-top: 8px;
	padding-right:27px;
}

#left_foot {
	color: #6d6d6d;
	float: left;
	padding-top: 8px;
	padding-left:30px;
}

#right_foot_splash {
	font-size:11PX;
	color: #333333;
	float: right;
	padding-top: 18px;
	padding-right:27px;
	text-align:right;
}

#clear {
	clear: both;
}

p.solid {border-style: solid; } 





input, select {
	font-family: arial, sans-serif;
	font-size: 11px;
}
a {
	color: #0342ac;
	text-decoration: underline;
}
a:hover {
	color: #d03333;
	text-decoration: underline;
}
a.imedia {
	color: #6d6d6d;
	text-decoration: underline;
}
a.imedia:hover {
	color: #d03333;
	text-decoration: underline;
}

a.imedia2 {
	color: #333333;
	text-decoration: underline;
}
a.imedia2:hover {
	color: #d03333;
	text-decoration: underline;
}

#menudiv {
	padding: 71px 0 0 457px;
	vertical-align: middle;
	text-align: center;
}

#menudiv_left {
	width:407px;
	float:left;
	height: 121px;
}

#menudiv_right {
	padding: 71px 13px 0 0px;
	vertical-align: middle;
	text-align: center;
	float:right;
	height: 50px;
}

#menutop {
	padding:0 0 0 0px;
	margin:0;
	color:#100000;
	font-size: 12px;
	white-space:nowrap;
	list-style-type:none;
	height: 24px;
	vertical-align:middle;
}

#menutop li {display:inline;}

li a.menutop1 {
	background : #ffffff;
	float:left;
	height: 18px;
	padding-top:5px;
	border-left: solid 1px #dddddd;
	padding-left:16px;
	padding-right:16px;
	color:#100000;
	text-decoration:none;
}
li a.menutop1:hover {
	background : #e9f1fd;
	color:#100000;
	text-decoration:none;
}


li a.menutop2 {
	background : #ffffff;
	float:left;
	height: 18px;
	padding-top:5px;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	padding-left:16px;
	padding-right:16px;
	color:#100000;
	text-decoration:none;
}
li a.menutop2:hover {
	background : #e9f1fd;color:#100000;
	text-decoration:none;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 193px;

font-family: Arial, sans-serif;

}

* html #blueblock{ /*IE 6 only */
width: 170px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	color:#333333;
	font-size: 14px;
	height: 39px;
}



#blueblock li {

}

li a.blueblock {
	display: block;
	color:#333333;
	text-decoration: none;
	text-align: right;
	width:170px;
	height: 27px;
	padding-top:10px;
	padding-right:15px;
	border-right: solid 8px #8ca5c7;
	border-bottom: solid 1px #c3c8d0;
	margin-top: 1px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
	border-right: solid 8px #d03333;
	color:#333333;
	text-decoration: none;

}


/*blueblock2 not used anymore */
li a.blueblock2 {
	display: block;
	color:#333333;
	text-decoration: none;
	text-align: right;
	width:170px;
	height: 42px;
	padding-top:10px;
	padding-right:15px;
	border-right: solid 8px #8ca5c7;
	border-bottom: solid 1px #c3c8d0;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
	border-right: solid 8px #d03333;
	color:#333333;
	text-decoration: none;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#splash_menu_row{
	width: 149px;

font-family: Arial, sans-serif;

}

* html #splash_menu_row{ /*IE 6 only */
width: 141px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#splash_menu_row ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	color:#ffffff;
	font-size: 13px;
	font-weight:bold;
	height: 39px;
}



#splash_menu_row li {

}

li a.splash_menu_row {
	background : url("./graphics/splashlink_bg.gif"); 
	background-repeat : repeat-y;
	
	display: block;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	width:141px;
	height: 33px;
	padding-top:17px;
	border-left: solid 8px #c62e26;
	border-bottom: solid 1px #7a7b7b;
}

html>body li a.splash_menu_row { /*Non IE6 width*/
width: auto;
}

li a.splash_menu_row:hover{
	border-left: solid 8px #ffffff;
	color:#ffffff;
	text-decoration: none;
}

li.margin {
	margin-top: 1px;
}



li a.splash_menu_row2 {
	background : url("./graphics/splashlink_bg.gif"); 
	background-repeat : repeat-y;
	
	display: block;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	width:141px;
	height: 40px;
	padding-top:10px;
	border-left: solid 8px #c62e26;
	border-bottom: solid 1px #7a7b7b;
}

html>body li a.splash_menu_row2 { /*Non IE6 width*/
width: auto;
}

li a.splash_menu_row2:hover{
	border-left: solid 8px #ffffff;
	color:#ffffff;
	text-decoration: none;
}





