/* CSS Document */

#container {
	margin:0 auto;
	width:970px;
	background-image: url(images/terracottaBG.jpg);
	background-color: #000000;
}
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 720px;
	color: #FFFFFF;
}
#MainContent h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#MainContent a {
	font-weight: bold;
	text-decoration: none;
}
#MainContent a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
#MainContent a:visited {
	font-weight: bold;
	color: #0099FF;
}
#MainContent h2 {
	font-size: 18px;
}
#MainContent h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#MainContent h4 {
	font-size: 14px;
}
#MainContent ul {
	font-size: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #00CCCC;
	border-right-color: #00CCCC;
	border-bottom-color: #00CCCC;
	border-left-color: #00CCCC;
	background-color: #000000;
}
#footer a {
	color: #00CCCC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
}
#leftColumn {
	width: 194px;
	border: thick double #00CCCC;
	margin-left: 6px;
	margin-bottom: 6px;
	background-color: #00CCCC;
	margin-top: 15px;
}
#leftColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 4px;
	font-variant: small-caps;
}
#leftColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 4px;
	margin-left: 4px;
}
#leftColumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#leftColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
#leftColumn a {

}
#leftColumn a:hover {
}



#VertMenu {
	width: 970px;
	background-color: #00CCCC;
	text-align: center;
}
#VertMenu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-color: #00CCCC;
}
#VertMenu a:hover {
	color: #000000;
	background-color: #FFB36C;
}

body {
	background-color: #000000;
}
#calendarContent {
	width: 970px;
}

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	background-color: #00CCCC;
	text-decoration:none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px solid #00CCCC;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFCC33;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

#MenuContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 710px;
	overflow: auto;
	height: 410px;
	margin-top: 15px;
	color: #FFFFFF;
	border: medium double #FFFFFF;
}
#MenuContent  h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	text-align: center;
}
#MenuContent  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#MenuContent  a {
	font-weight: bold;
	text-decoration: none;
}
#MenuContent  a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
#MenuContent  a:visited {
	font-weight: bold;
	color: #0099FF;
}
#MenuContent  h2 {
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
}
#MenuContent  h3 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#MenuContent  h4 {
	font-size: 14px;
}
#MenuContent  ul {
	font-size: 12px;
}
