body {
	background-image: url(../images/global/tiles/green_2.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #24524E;		
		

}
#wrapper {
	text-align: center;
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #15273E;
	border-right-color: #15273E;
	border-bottom-color: #15273E;
	border-left-color: #15273E;
}

#header {
	padding: 20px;
	padding-bottom:10px;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

#logo a {
	display: block;
	height: 101px;
}

#calendar_c {
	background-image: url(../../images/global/33-0.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	margin-top: 10px;
}

/* --------------- NAV ---------------------- */

.nav {
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 15px;
}


.nav li a{
	display: block;
	padding: 5px;
	color: #1A66E6;
}

#header ul.nav {
	padding:0px;
	font-size:13px;
	font-weight:bold;
	cursor:default;
}

#header ul.nav li {
	display:inline;
	list-style:none;
	margin-right:8px;
}

#header ul.nav li a {
	padding:9px 12px;
	color:#0E2F54;
	text-decoration:none;
	border: 1px solid transparent;
}

#header ul.nav li a:hover {
	color:#D7EFF4;
	background-color: #2879B5;
	border: 1px solid #665837;
}

#header ul.nav li a.active {
}
 #header ul.nav li a.selected {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #E1EBF7;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C598C;
 }
 #header ul.nav li a.selected:hover{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #2F69B0;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	color: #FAFCFE;
}


