body
{
	margin:				0px;
	padding:			0px;
	
	background-color:	white;
}

#top
{
	width:				100%;
	height:				70px;
	background-color:	white;
	background-image:	url( /images/bg_top.gif );
	background-position:	176px 0px;
	background-repeat:	repeat-x;
	border-bottom:		1px solid white;
}

#schedules
{
	width:				auto;
	height:				60px;
	background-color:	rgb(34,68,119);
	white-space:		nowrap;
}

#sched-left
{
	display:			block;
	float:				left;
	background-color:	rgb(34,68,119);
	padding:			0px 10px;
	width:				380px;
	height:				59px;
}

#sched-right
{
	display:			block;
	float:				left;
	width:				340px;

	background-color:	rgb(34,68,119);
	overflow:			hidden;

	padding:			7px 0px 7px 10px;
	line-height:		1.8em;

	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				white;
}

#sched-right,
#sched-right a
{
	color:				red;
}

a.reverse
{
	font-weight:		bold;
	text-decoration:	none;
	color:				white;
}

a.reverse:hover
{
	text-decoration:	underline;
	color:				white;
}

#news
{
	white-space:		nowrap;
}

#nav
{
	clear:				both;
	width:				100%;

	border-top:			1px solid white;
	background-color:	rgb(85,119,170);
	white-space:		nowrap;
}

#content
{
	display:	block;
	float:		left;
	width:		70%;
	padding:	0px 20px;
	margin-bottom:			40px;
}

.inline
{
	display:	inline;
}

.nowrap
{
	white-space:	nowrap;
}

/*********************************************************************************************************/
/*	DHTML menu styles
/*********************************************************************************************************/
.menublock
{
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	width:				290px;
	background-color:	rgb(85,119,170);
	border-bottom:		1px solid white;
}

.submenublock
{
	position:			absolute;
	z-index:			250;
	visibility:			hidden;
	width:				300px;
	background-color:	rgb(34,68,119);
	border-top:			1px solid white;
	padding:			7px 0px;
}

a.menuitem
{
	display:			block;
	width:				290px;
	height:				31px;
	border-top:			1px solid white;
	border-right:		1px solid white;
	border-left:		1px solid white;
	padding:			0px 8px;
	line-height:		31px;
	white-space:		nowrap;
	background-color:	rgb(85,119,170);
	font-family:		verdana, arial;
	font-size:			11px;
	text-decoration:	none;
	color:				white;
}

a.menuitem:hover
{
	background-color:	rgb(34,68,119);
	border-right:		none;
	color:				white;
}

a.submenuitem
{
	display:			block;
	width:				auto;
	height:				21px;
	padding:			0px 14px;
	line-height:		17px;
	white-space:		nowrap;
	background-color:	rgb(34,68,119);
	font-family:		verdana, arial;
	font-size:			11px;
	text-decoration:	none;
	color:				white;
}

a.submenuitem:hover
{
	background-color:	rgb(34,68,119);
	color:				white;
}

/*********************************************************************************************************/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*********************************************************************************************************/
a.topnav
{
	display:			block;
	width:				140px;
	height:				21px;
	background-color:	rgb(226,226,226);
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;
	
	font-family:		verdana, arial;
	font-weight:		bold;
	font-size:			10px;
	text-decoration:	none;
	color:				black;
}

a.topnav-active
{
	display:			block;
	width:				140px;
	height:				21px;
	background-color:	rgb(204,204,204);
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;

	font-family:		verdana, arial;
	font-weight:		bold;
	font-size:			10px;
	text-decoration:	none;
	color:				black;
}

/*********************************************************************************************************/
/*	Sidenav styles - delete these if side nav is not used
/*********************************************************************************************************/
.sidenav
{
	display:			block;
	float:				left;
	clear:				left;

	padding:			20px 10px 20px 20px;
	font-family:		verdana,arial,sans serif;
	font-size:			0.7em;
	
	width:				150px;
}

a.sidenavlink-top
{
	display:			block;
	margin:				10px 0px;
	padding:			1.3em 0em;
	font-weight:		bold;
	text-decoration:	none;
	color:				rgb(85,119,170);
	border-bottom:		1px solid rgb(204,204,204);
}

a.sidenavlink
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				rgb(85,119,170);
}

a.sidenavlink-active
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				black;
}

a.sidesubnavlink
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				rgb(85,119,170);
}

a.sidesubnavlink-active
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				black;
}

/*********************************************************************************************************/
/*	Footer styles
/*********************************************************************************************************/
.footer
{
	display:			block;
	clear:				both;
	margin:				40px 20px;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(170,170,170);
}

a.footerlink
{
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				rgb(170,170,170);
}

a.footerlink-active
{
	padding:			0px 10px;

	text-decoration:	none;
	color:				gray;
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}

/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/

h1
{
	margin:				1.5em 0em 0em;
	font-family:		times new roman,times,serif;
	font-weight:		normal;
	font-size:			1.5em;
	color:				rgb(34,68,119);
}

h2
{
	margin:				1.5em 0em 0.2em;
	line-height:		1.2em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.75em;
	color:				rgb(34,68,119);
}

/*	h4 - h6 used for navigation, h3 not currently used	*/
h3,h4,h5,h6
{
	margin:				0px;
	font-size:			1.0em;
	font-weight:		normal;
}

h5
{
	display:			inline;
}

.bodytext
{
	margin:				0px 20px 0px 0px;
	line-height:		1.7em;
	font-family:		verdana,arial;
	font-size:			0.70em;
	color:				black;
}

.bodytext2
{
	margin:				0px 20px 1.7em 0px;
	line-height:		1.5em;
	font-family:		verdana,arial;
	font-size:			0.70em;
	color:				black;
}

.smtext
{
	margin:				0px 20px 0px 0px;
	line-height:		1.2em;
	font-family:		verdana,arial;
	font-size:			0.65em;
	color:				black;
}

a
{
	text-decoration:	none;
	color:				rgb(85,119,170);
}

a:hover
{
	text-decoration:	underline;
}

a.title
{
	text-decoration:	none;
	color:				rgb(34,68,119);
}

/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

label
{
	display:			block;
	padding-top:		0.5em;
	font-family:		verdana,arial;
	font-weight:		bold;
	font-size:			0.68em;
	color:				rgb(34,68,119);
}

label.cblabel
{
	display:			inline;
	font-weight:		normal;
}

input.textfield,select.textfield,textarea.textfield
{
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
}

input.button
{
	background-color:	rgb(204,204,204);
	font-family:		verdana,arial;
	font-weight:		bold;
	font-size:			0.72em;
	color:				black;
}


.side
{
	float:				right;
}

fieldset
{
	background-color:	rgb(232,238,247);
	border:				none;
	margin:				20px 0px;
	padding:			10px;
}

legend
{
	display:			none;
}

/*********************************************************************************************************/
/*	Table styles
/*********************************************************************************************************/
table.data
{
	width:				12em;

	margin:				0px 0px 30px 20px;
	border:				1px solid rgb(34,68,119);
}

td.title
{
	background-color:	rgb(34,68,119);
	padding:			0.2em 0.5em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.85em;
	color:				white;
}

th.thead
{
	font-family:		verdana,arial;
	font-weight:		bold;
	font-size:			0.68em;
	color:				black;
}

td.tdata
{
	border-bottom:		1px solid rgb(187,204,238);
	padding:			0.3em 0.8em;
	font-family:		verdana,arial;
	font-size:			0.68em;
	color:				black;
}

/*********************************************************************************************************/
/*	WebTop site edit styles
/*********************************************************************************************************/

select.siteedit,input.siteedit
{
	background-color:	white;
	font-family:		arial;
	font-size:			11px;
	color:				black;
}

select.preview,input.preview
{
	background-color:	lightgreen;
	font-family:		arial;
	font-size:			11px;
	color:				black;
}

