@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 740px;
	background-image: url(../images/bg_wrapper.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px; 
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	}
	
.divBorder {
  border:2px solid #0065a4;   position:relative; }

#header {
	height: 162px;
	padding-top: 103px;
	padding-left: 31px;
	background-image: url(../images/index/bg_head.jpg);
	background-repeat: no-repeat;
	}

#leftNav {
	width: 170px;
	float: left;
	background-color: #0065a4;
	text-align: right;
	padding-top: 33px;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	}
	
#leftNav a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#leftNav a:hover {
	text-decoration: underline;
	}
	
.leftNavMenu {
	margin-top: 0px;
	list-style: none;
	line-height: 22px;
	}

/*#content {
	width: 486px;
	height: 202px;
	float: right;
	background-image: url(../images/index/bg_content.jpg);
	background-repeat: no-repeat;
	padding-top: 33px;
	padding-left: 33px;
	padding-right: 35px; 
	}*/
	
#content {
	width: 554px;
	float: right;
	background-image: url(../images/index/bg_content.jpg);
	background-repeat: no-repeat;
	/*padding-top: 33px;
	padding-left: 33px;
	padding-right: 35px;*/ 
	}
	
	#content p a {
		color:#0000FF;
	}
	
	#content p a:visited {
		color:#0000FF;
	}
	
	#content p a:hover {
		color:#000000;
	}
	
.container {
	padding: 50px 20px 0px 20px;
}
	
	
.title1 {
	font-size: 14px;
	color: #0065a4;
	padding: 0px;
	font-weight: bold;
	}
	
.contentIntro {
	width: 375px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	}

#paragraph2 {
	width: 492px;
	height: 80px;
	}
	
#upComing {
	width: auto;
	height: auto;
	margin-top: 15px;
	float: left;
	}
	
.upcomingEvents {
	margin-top: 10px;
	font-size: 12px;
	color: #0065a4;
	}
	
.upcomingEventsTitle {
	font-weight: bold;
	}

#buttonInt {
	width: 125px;
	height: 79px;
	float: right;
	} 

