/* =================================================== */
/* == DEFAULTS ======== */

body {
	background-color: #0867A2;
	color: #222222;
	font-family: Geneva, Verdana, Helvetica, Arial;
	font-size: 14px;
}

hr {
	border: 1px solid #CCCCCC;
	border-top: none;
}


/* =================================================== */
/* == MENU ======== */

/* Menu items */
#Menu {

}

.menu {
	line-height: 22px;
	font-size: 13px;
	font-weight: plain;
	color: white;
	display: block;
	
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	text-align: left;
	text-decoration: none;
	list-style-image: none;
}

.menu:hover {
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #CFD0CE;
}sssssss

/* Menu items that are selected */

.menuSelected {
	color: black;
	background-color: #CFD0CE;
	display: inline;
}

.menuSelected:hover {
	background-image: none;
	color: black;
	background-color: #CFD0CE;;
}

.menulist {
	display: block;
	list-style: none;
}

/* =================================================== */
/* == TABLE STRUCTURE/INTERFACE ======== */

#MasterTable { width: 784px; }
#MastHead {
	height: 252px;
	background-image: url(images/masthead.jpg);
	background-repeat: none;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
}
#Content {
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 0px;
}
#Footer {
	color: #444444;
	height: 100px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	
	vertical-align: top;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}
#Footer a {
	color: #444444;
	text-decoration: none;
	font-size: 11px;
}
#Content a {
	color: #014992;
	text-decoration: underline;
}
a.overblue {color: #FFFFFF !important }

#Footer a:hover {
	color: black;
	text-decoration: underline;
}

#FootPrint {
	height: 15px;
	background-image: url(images/bottom.jpg);
}

/* =================================================== */
/* == CONTENT ======== */

/* In the masthead, this is the larger title text */
.superText {
	font-family: Arial;
	color: white;
	font-size: 46px;
}

/* In the masthead, this is the smaller title text */
.subText {
	font-family: Arial;
	color: white;
	font-size: 16px;
}

/* These are the large section titles */
.titles {
	color: #46823D;
	font-size: 20px;
	font-weight: bold;
}

/* These are the smaller content titles */
.bodytitle {
	font-size: 14px;
}

/* In a list of links, this is the normal text font */
.quicklist {
	font-size: 12px;
	color: #222222;
	font-weight: bold;
}

/* In a list of links, this is the link font */
a.quicklink {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline !important;
	}
a.quicklink:hover {
	text-decoration: none !important;
}

/* font for >> characters used for bulletpoints */
.arrows {
	font-family: Geneva;
	font-weight: normal;
	font-size: 9px;
	padding-left: 3px;
	padding-right: 3px;
}



/* == MAIN PAGE'S SIDE SHADOWS ======== */

.shadow { width: 11px; }
.shR { background-image: url(images/sh_right.jpg); }
.shL { background-image: url(images/sh_left.jpg); }
.shtopR { background-image: url(images/sh_topright.jpg); }
.shtopL { background-image: url(images/sh_topleft.jpg); }


/* == INFO BOXES ======== */

.BoxTable {
	border: none;
	background-color: #E8E8E8;
}
.top { background-image: url(images/box_top.jpg); }
.bottom { background-image: url(images/box_bottom.jpg); }
.left { background-image: url(images/box_left.jpg); }
.right { background-image: url(images/box_right.jpg); }
.topleft { 	
	width: 10px; height: 10px;
	background-image: url(images/box_topleft.jpg);	}
.topright { 
	width: 10px; height: 10px;
	background-image: url(images/box_topright.jpg);	}
.bottomleft {
	width: 10px; height: 10px;
	background-image: url(images/box_bottomleft.jpg); 	}
.bottomright { 
	width: 10px; height: 10px;
	background-image: url(images/box_bottomright.jpg); 	}
.boxtext {
	padding: 5px;
	font-size: 10px;
}

.infoblock {
	padding: 0px;
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: none;
	color: white;
	font-size: 12px;
}

.infoblock_title {
	font-size: 16px;
	font-weight: bold;
}




/* Used for the font of the date in the masthead */
#TheDate {
	text-align: right;
	font-size: 11px;
	color: white;
	padding-right: 10px;
}