/* CSS Document */

/* Global Styles */

body {
	background: url(../images/bkgds/bg_stripes.gif) repeat left top;
	margin: 0px;
	font: 12px Myriad, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #778877;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #4F614F;
}

h3 {
	font: normal 13px/19px Myriad, Helvetica, , Arial, sans-serif;
	color: #5F705F;
	text-align: left;
	margin: 0px 0px 4px;
}

a {
	color: #880000;
}

visited {
	color: cc0000;
}


/* ID Styles */

#bottomblack {
	background: url(../images/bkgds/bottomgreybox.gif) no-repeat center top;
}

#topboxes {
	background: url(../images/bkgds/topbox.gif) no-repeat center top;
}

#toprows {
	background: url(../images/bkgds/headernoimages.gif) no-repeat center top;
}

#menucell {
	border-top: 1px solid #888888;
}

#midwhitebox {
	background: url(../images/bkgds/midwhitebox.gif) repeat-y center top;
	padding: 14px;
	vertical-align: top;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

#menutable {
	background: #575656;
}

#footer {
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
}

/* Class Styles */

.rightborder {
	background: url(../images/bkgds/rightbkgd.gif) repeat-y left top;
}

.leftborder {
	background: url(../images/bkgds/leftbkgd.gif) repeat-y right top;
}


.bottomwhitebox {
	background: url(../images/bkgds/bottomwhitebox.gif) no-repeat center top;
}

.bottomborder {
	border-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom: 1px solid #666666;
}

/* Subpage Styles */

#overmenucell {
	background-image: url(../images/bkgds/overmenucell.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#outerwhitebox {
	background-image: url(../images/bkgds/midwhitebox.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#titlecell {
	background-image: url(../images/bkgds/overwhitebox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	height: 52px;
	text-align: right;
	padding-right: 45px;
	color: #778877;
}

#innermidwhitebox {
	background-image: url(../images/bkgds/midwhitebox.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 14px;
	font-size: 12px;
	line-height: 19px;
	vertical-align: top;
}

.italics {
	font-style: italic;
}

