/* Generic Selectors */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 11px Verdana, sans-serif;
	color: #333333;		
	background-color: #F9F9F9;
	text-align: center;
}

h1 {

	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	/*border-bottom: 1px solid #C6EC8C;*/
}

h3 {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #3F6FAF;
}
	

p {
	margin: 2em 0;
	line-height: 1.5em;
}

p.ex {
	color: RGB(55, 80, 108);
	font-family:georgia, times, serif
}

li {
	list-style-type: none;
	line-height: 150%;
}

td {
    vertical-align: top;
    padding-left: 15px;
}
/*************** Calendar of Events ***************/
dl.event
{
	margin: 2em 0;
	padding: 0;
	font-family: georgia, times, serif;
}

.event dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}

.event dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}

/*************************  ID's *************************/
#container-page {
	margin: 0 auto;
	width: 100%;
	background: #F9F9F9;
	text-align: left;
	position: relative;
	min-height: 100%; 	/* For Modern Browsers */
	height: auto; 		/* For Modern Browsers */
	height: 100%; 		/* For IE */
}

#container-head {
	background: #4F7FCF;
	text-align: center;
}

#head {
	padding: 1em;
}

#container-content {
	padding: 0 2em 600px 2em;
}

#container-content:after {
	clear: both;
	display: block;
	font: 12px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content-pri {
	width: 80%;
	float: right;
	}

#content-sec {
	padding: 1em 0;
	width: 20%;
	float: left;
}

#content-img {
	padding-left: 10px;
	float: right;
}

#content-sec ul,#content-sec ul li {
	list-style: none none;
}

#container-foot {
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	position: fixed;
	bottom: 0;
	bottom: -1px; 		/* For Certain IE widths */
	height: 40px;
}

#foot {
	padding: 0 1em;
	line-height: 40px;
}



/*************************  Pseudo classes *************************/
a:link {
	color: #046FCF;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	/*color: #AE4F9F;*/
	color: #046FCF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;

}  
	a:active { 
	color: rgb(255, 0, 102);
	font-weight: bold; 
} 



















