/* 3ColFullNavFloat.css */

/* Block all default margins and padding */
* {
margin: 0;
padding: 0;
}
body {
	/* Required to center wrapper in old browsers */
text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background: #222;
	color: #081C3A;
}

/* Wrapper sizes the layout */
#wrapper {
	/* Centers the layout (newer browsers) */
margin: 40px auto auto; /* Sets width for fixed or elastic layout */
	width: 900px;
	background: #DDD;
}

/* ---------------------- Start layout division styles ---------------------- */
/* Branding division */
#branding {
	/* Style to taste */
height: 140px;
	background: #EEE url(Images/backgroundimage.jpg);
}

/* Left column */
#leftcolumn {
	/* Floats to left of content */
float: left;
	/* Style to taste */
width: 210px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background: #DDD;
	border-top: none;
	border-right: thin none #303;
	border-bottom: none;
	border-left: none;
	clear: both;
}

/* Navbar division */
#navigation {
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #20425e;
	padding-left: 210px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	padding: 7px 12px 7px 12px;
	float: left;
	border-right: 1px solid #999999;
}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #F3F1E9;
}
#navigation ul li a:hover {
	background-color: #25292F;
}
#navigation ul li a.present {
	background-color: #25292F;
}
#navigation ul li a.end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation ul li a.present_end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #25292F;
}


/* Right column */
#rightcolumn {
	/* Floats to right of content */
float: right;
	/* Style to taste */
width: 210px;
	background: #DDD;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

/* Content division */
#content {
	/* Leave room for sidebar columns */
margin: 0 215px;
	color: #603;
	background: #DDD;
	text-indent: 20px;
	border-right: thin solid #303;
	border-left: thin solid #303;
	padding-bottom: 1em;
	position: relative;
	width: 460px;
	font-size: 14px;
	text-align: left;
	white-space: normal;
}
.photospacing {
	padding: 0px 10px 0px 5px;
}

/* Footer division */
#footer {
	/* Clear the sidebar columns */
clear: both;
	color: #EEE;
	border-top: solid 1px #B0C4D0;
	min-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background: #20425e;
	height: 50px;
}
#rightcolumn p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	float: none;
	clear: none;
	text-align: left;
	padding: 0px 15px 2px 5px;
	margin: 5px 0px 5px 10px;
}
.list {
	padding-left: 10px;
	list-style: square;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px dotted #23425E;
}
/* ---------------------- End layout division styles ---------------------- */

/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */
#content h1 {
	margin-left: 10px;
	font-size: 20px;
	color: #23425E;
	text-align: center;
	font-weight: bold;
	padding-right: 20px;
}

/* Paragraphs in content division */
#content p {
	font-size: 16px;
	line-height: 32px;
	margin: 0em;
	color: #303;
	text-align: left;
	text-indent: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
#content h2 {
	padding-right: 20px;
	color: #303;
	padding-top: 20px;
}
#content h3 {
	color: #303;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	padding-right: 20px;
}
#content h4 {
	text-align: left;
}
.calendarspacing {
	position: static;
}

/* Bulleted lists in content division */
#content ul {
font-size: 0.85em;
margin: 1em 20px 1em 40px;
}

#content ul li {
	margin-bottom: 0.5em;
	font-size: 16px;
}
#leftcolumn p {
	color: #C03;
	font-size: 14px;
	line-height: 28px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #23425E;
	padding-top: 5px;
}
.calendarwidth {
	width: 600px;
}
#content h4 {
	color: #030;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.colortext1 {
	color: #040;
}
.greencolor {
	color: #030;
}
.centertext {
	text-align: center;
}

