body
{
	background-color: #393c45;
}
.content { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e1e1e1;
	font-weight:normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:20px;
	text-align:justify;
	vertical-align:top;
}

.copyright { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding-top: 13px;

}
.header{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #ffc500;
	padding-left: 0pt;
}

.eventsText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color: #FFFFFF;
	padding-left: 0pt;
}


.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #e24d27;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10pt;
}

a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffb400;
	text-decoration:none;

}
a:active {
	color: #ffb400;
}
a:visited {
	color: #ffb400;
}
a:hover {
	color: #ffe434;
	text-decoration: underline;
}




.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #ffb400;
	border-right-color: #ffb400;
	border-bottom-color: #ffb400;
	border-left-color: #ffb400;
	padding-right: 0px;
}


.siteBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
}



/* TOP NAVIGATION */

.menuContainer  /* Christy - use this for overall width of menu, borders, center, etc */
{
	/*
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	*/
	width: 950px; 
}

.level1Container
{
	padding: 0px;
	width: 500px;
}

.level1			/* Christy - use for top level */
{

	border: solid 0px green;
	color: #e1e1e1;
	font-size: 15px;
	font-weight: bold;
	font-family: tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;
	padding-right: 10px;
	padding-bottom:10px;
}

.level1:hover			/* Christy - use for top level */
{
	/*background-color: #850c0b;*/
	color:#ffe434;
	text-decoration:none;
}

.level2Container
{
	padding: 0px;
	border-top: solid 1px #5b5b5b;

	/*background-image: url('images_ODCStyle2_blush/navigation_bkg.jpg');*/
}

.level2   /* Christy - use for all other levels */
{
	/*background-image: url('images_ODCStyle2_blush/navigation_bkg.jpg'); */
	color: #e1e1e1; 
	font-size: 12px;
	font-family: tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: left;
	height: 30px;
	width: 200px;
	padding: 6px;
	background-color: #393c45;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

.level2:hover
{
	background-image: url('');
	background-color: #ffae0e;
	color: #30323a;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	text-decoration:none;
}

/* END TOP NAVIGATION */


