BODY,TD,TH,DIV,P,H1,H2,H3,H4,H5,H6 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

DIV {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

DIV.clearFloat{
	clear:both;
}
.floatRight{
	float:right;
	margin:0px 0px 10px 10px;
}
.floatLeft{
	float:left;
	margin:0px 10px 10px 0px;
}

DIV.design {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:800px;
 	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

DIV.header{
	float:left;
	background-image:url(../images/design/header.gif);
	background-repeat:no-repeat;
	width:800px;
	height:172px;
}

DIV.main{
	float:left;
	background-image:url(../images/design/mainBackground.gif);
	background-repeat:repeat-y;
}
DIV.navigation{
	float:left;
	background-image:url(../images/design/leftNav.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#e0e0e0;
	width:200px;
}

DIV.navigation UL {
	list-style-type:none;
	padding:65px 0px 10px 0px;
	margin:0px;
}
DIV.navigation UL LI {
	background-image:url(../images/design/navBullet.gif);
	background-position:15px 5px;
	background-repeat:no-repeat;
	line-height:15px;
	padding:0px 0px 5px 25px;
}

DIV.navigation UL LI A {
	color:#507181;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

DIV.navigation UL LI A:hover {
	color:#b35a00;
}

DIV.body{
	float:left;
	background-image:url(../images/design/bodyBackground.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:600px;
}

DIV.body DIV.content{
	margin:10px;
}

DIV.body DIV.galleryColumnLeft{
	float:left;
	margin:5px;
	width:275px;
	text-align:center;
	font-weight:bold;
}

DIV.body DIV.galleryColumnRight{
	float:right;
	margin:5px;
	width:275px;
	text-align:center;
	font-weight:bold;
}

DIV.body DIV.galleryColumnLeft IMG,
DIV.body DIV.galleryColumnRight IMG{
	margin:18px 0px 2px 0px;
}
IMG {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}
DIV.footer{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/design/footerBack.gif);
	background-repeat:repeat-x;
	width:792px;
	height:17px;
	color:#FFFFFF;
	text-align:right;
	padding:8px 8px 7px 0px;
	font-size:10px;
}

DIV.footer A{
	color:#FFFFFF;
	text-decoration:none;
}

DIV.footer A:hover{
	text-decoration:underline;
}
DIV.footer EM{
	color:#c76400;
	font-style:normal;
}

H1{
	color:#5b8193;
	padding:5px 16px 5px 36px;
	font-weight:bold;
	font-size:19px;
}

H2{
	color:#5b8193;
	padding:5px 16px 5px 16px;
	font-weight:bold;
	font-size:18px;
}

H3{
	color:#5b8193;
	padding:5px 16px 5px 16px;
	font-weight:bold;
	font-size:16px;
}

H4{
	color:#5b8193;
	padding:5px 16px 5px 16px;
	font-weight:bold;
	font-size:14px;
}

P{
	padding:5px 10px 5px 10px;
	text-align:justify;
	font-size:13px;
}

P.textCenter,
H1.textCenter,
H2.textCenter,
H3.textCenter,
H4.textCenter{
	text-align:center;
	padding:5px 0px 5px 0px;
}

P.textRight,
H1.textRight,
H2.textRight,
H3.textRight,
H4.textRight{
	text-align:right;
	padding:5px 0px 5px 0px;
}

TABLE.schedule TD EM.orange,
SPAN.orange,
em.orange{
	color:#c76400;
	font-style:italic;
}

DIV.imageRight{
	float:right;
	text-align:center;
	padding:0px 10px 0px 10px;
}


DIV.body UL {
	list-style-type:none;
	padding:0px;
	margin:5px 0px;
}

DIV.body UL LI {
	background-image:url(../images/bullet.gif);
	background-position:15px 5px;
	background-repeat:no-repeat;
	line-height:15px;
	padding:0px 0px 5px 25px;
}


HR {
	clear:both;
	margin:0px 0px 0px 0px;
	border:0px;
	height:1px;
	color:#cccccc;
	background-color:#cccccc;
}
