/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body, h3, p {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:14px;
	line-height: 1.8em;
	color: #000000; 
	background: #ffffff; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#0f368f;
}

body a:hover{
	text-decoration: none;
}

p {
	margin: 10px;
	padding: 0;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #ff3333; 
	background-color: #ffffff;
}

ul {
	list-style-type: none;
	padding-left: 1px;
	margin-left: 0;
}

li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 12px;
	margin-top: 9px;
}



/* content div's */

#container { 
	margin-left: auto;
	margin-right: auto;
	width:900px;
        background:url(images/content_bg_top.jpg) no-repeat top center;
	position:relative;

/*
	border-color: #ff0000;
	border-width: 3px;
        border-style: solid;
*/
}

#intro{
	width:900px;
	height:259px;

/*
	border-color: #00ff00;
	border-width: 3px;
        border-style: solid;
*/
}

#bodyContainer2 {
	height:100%;
/*
	border-color: #00ffff;
	border-width: 8px;
        border-style: solid;
*/
}

#directionText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.2em;
	color: #000000; 
	background: #ffffff; 
	margin: 0px;
	padding: 0;

/*
	border-color: #000000;
	border-width: 2px;
        border-style: solid;
*/
}

#scheduleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.2em;
	color: #000000; 
	background: #ffffff; 
	padding:10px 50px 0px 25px;
	margin: 0px 0px 0px 0px;

/*
	border-color: #222222;
	border-width: 2px;
        border-style: solid;
*/
}

#homepageText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	position:absolute;
	left: 0px;
	top: 276px;
	width: 530px;
	height: 360px;
	padding: 0px 20px 0px 10px;

	z-index:5;

/*
	border-color: #ff00ff;
	border-width: 2px;
        border-style: solid;
*/
}

#rightContainer {
	
	margin:0px 0px 0px 570px;
	padding: 25px 0px 25px 20px;
	height:100%;

	font-size:10px;
	line-height:13px;

/*
	border-color: #cccccc;
	border-width: 5px;
        border-style: solid;
*/
}


/* spans */

.dates {
	font-weight: bold;
}

.titles {
	font-weight: bold;
	font-size:12px;
}

.italic {
	font-style: italic;
}

.p2 {
	line-height:25px;
}



/* nav */

.nav, .navSelected,  .navSelected2, .navHome {
	letter-spacing: 1.2px;
	
}

.nav a:link {
	color: #1f4aa0;
}

.nav a:visited {
	color: #1f4aa0;
}

.nav a:hover {
	color: #28b6d9;
}

 .navHome {
	margin-left: 0px;
}

.navHome a:link {
	color: #1f4aa0;
        font-weight: 700;
}

.navHome a:visited {
	color: #1f4aa0;
	font-weight: 700;
}

.navHome a:hover {
	color: #28b6d9;
	font-weight: 700;
}



