body { 
	margin : 0;
	padding : 0;
	background-color : #D1DEE4;
	font-family : "Times New Roman", Times, serif;
} 
a { 
	font-size : 13px;
	text-decoration : underline;
	font-weight : normal;
	color : #0000FF;
} 
a:hover { 
	text-decoration : none;
} 
h1 { 
	color : #002F51;
	font-size : 15px;
}
h2 { 
	color : #1661BC;
	font-size : 15px;
	padding : 0 0 5px 0;
	margin : 0;
}
h3 { 
	color : #775300;
	font-size : 15px;
	padding : 0 0 5px 0;
	margin : 0;
}
#container{
	width : 800px;
	background-color : #FFFFFF;
}
#yellow-bar-top{
	background-color : #E5B31E;
	height :11px;
	width :800px;
}
#header{
	width : 800px;
	height : 137px;
	border-top : 1px solid #FFFFFF;
}
#logo{
	width : 188px;
	height : 137px;
	float :left;
}
#banner{
	width : 612px;
	height : 137px;
	float :left;
}
#bg_image{
	width : 800px;
	height : auto;
	background-image : url(../images/bg_faded2.jpg);
	background-position : top;
	background-repeat :no-repeat;
}
#navigation{
	width : 188px;
	height : auto;
	float :left;
}
#home a{
	display : block;
	width : 188px;
	height : 44px;
	background-image : url(../images/home.jpg);
	background-repeat : no-repeat;
}
#home a:hover{
	background-image :url(../images/home_hover.jpg);
}
#about a{
	display : block;
	width : 188px;
	height : 39px;
	background-image : url(../images/about.jpg);
	background-repeat : no-repeat;
}
#about a:hover{
	background-image : url(../images/about_hover.jpg);
}
#events a{
	display : block;
	width : 188px;
	height : 39px;
	background-image : url(../images/events.jpg);
	background-repeat : no-repeat;
}
#events a:hover{
	background-image : url(../images/events_hover.jpg);
}
#contact a{
	display : block;
	width : 188px;
	height : 41px;
	background-image : url(../images/contact.jpg);
	background-repeat : no-repeat;
}
#contact a:hover{
	background-image :url(../images/contact_hover.jpg);
}
#content-home{
	margin : 53px 0 23px 10px;
	width : 550px;
	height : auto;
	float : left;
}
#content-left{
    margin : 10px 0 0 28px;
	padding : 10px 0 10px 0;
	width : 146px;
	height : auto;
	float : inherit;
	border-bottom : 1px dashed #CCCCCC;
	border-top : 1px dashed #CCCCCC;
}
#Announcement{
	margin: 0 0 0 28px;
	padding: 10px 0 10px 0;
	width : 146px;
	height : auto;
	float : inherit;
	color : #024270;
	font-weight : bold;
	font-size : 18px;
	border-bottom : 1px dashed #CCCCCC;
}
#table1{
	border-top : 1px dashed #CCCCCC;
}
#table1 td{
	border-bottom : 1px dashed #CCCCCC;
	padding : 3px;
}
#yellow-bar-bottom{
	background-color : #E5B31E;
	height :4px;
	width :800px;
}
#footer { 
	background-color : #00416F;
	height : 19px;
	border-top: 1px solid #FFFFFF;
	width : 800px;
}
#developed, #developed:link, active, visited { 
	color : #FFFFFF;
	font-size : 12px;
	padding : 2px 0 0 28px;
}
p{
	line-height :17px;
	font-size :14px;
}