body {
	margin: 0;
	padding: 0;
	background: #000066 url(../images/cork-blue2.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000033;

}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000033;
	line-height: 1.5em;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

li {
	margin-bottom: 10px;
}

a {
	color: #04066e;
}

a:hover {
	color: #0033cc;
	text-decoration: none;
}

#globalContainer {
	width: 800px;
	padding: 0;
	margin: 0px auto;
	background: #e3e7fb;
	border-top: 2px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 3px solid #000066;
	border-left: 1px solid #000066;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url(../images/top-image-center.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

#header_sec {
	background-image: url(../images/top-image-sec-center.jpg);
	background-repeat: no-repeat;
	height: 143px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#innerContainer {
	padding: 10px 0;
}

#pageContent {
	padding: 0 10px;
	margin: 20px 0;
}

#pageContent img {
	margin-left: 5px;
	margin-right: 5px;
}

#eventsBox {
	width: 150px;
	margin: 10px auto;
	padding: 5px;
	background: #e3e7fb;
	border-top: 2px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
}

#innerContainerFooter {
	margin: 20px 0 0 0;
	padding: 0;
}


#leftMenu {
	margin: 10px 0;
	padding: 10px;
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#leftMenu p {
	font-size: 12px;

}

#leftMenu a {
	color: #04066e;
	margin-top: 10px;
	text-decoration: none;
}

#leftMenu a:hover {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;
}

.indexTable {
	border: thin #fbf5ed;
	border-bottom: thin #fbf5ed;
	background-color:#faf5ee;
	background-image: url(../images/bg1.jpg);
}

.selectedItem {
	font-weight: bold;
	color:#FF6600;
	padding-left: 5px;
	
}

.smallTxt {
	font-size: 12px;
}

.medTxt {
	font-size: 12px;
}

/***** Footer *****/

#footer, #footerLinks {
	width: 727px;
	padding: 10px;
	margin: 20px auto 10px auto;
	color: #000033;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #000033;
}

#footer a:hover {
	color: #0033cc;
	text-decoration: none;
}

#footerLinks {
	margin: 0px auto;
	color: #cccccc;
}

#footerLinks a {
	color: #999999;
}

#footerLinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

	
