/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 0px;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffe459;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

H2
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding-top:15px;
	font-weight: bold;
	font-size: 14pt;
}

H3
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

H4
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.full
{
	width: 100%;
	height: 100%;
}
.full_centered
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.main_table
{
	width: 1000px;
}
.main_header
{
	background-position: left top;
	width: 1000px;
	background-repeat: no-repeat;
	height: 255px;
}

.header_1
{
	width: 100%;
	height: 20px;
	text-align: right;
}
.top_menu
{
	font-size: 8pt;
	width: 354px;
	color: black;
}
.top_menu_i
{
	text-align: center;
}
.top_menu_ib
{
	border-left: gray thin groove;
	text-align: center;
}
.header_2
{
	height: 200px;
}
.header_3
{
	height: 35px;
	text-align: left;
	vertical-align: bottom;
}
.bottom_menu
{
	font-weight: bold;
	font-size: 10pt;
	width: 600px;
	color: black;
}
.bottom_menu_i
{
	vertical-align: middle;
	width: 20%;
	background-repeat: no-repeat;
	text-align: center;
}
.mainTable
{
	border-right: #ffe459 1px solid;
	background-position: center bottom;
	border-top: #ffe459 1px solid;
	background-image: url(images/footer.jpg);
	border-left: #ffe459 1px solid;
	width: 1000px;
	border-bottom: #ffe459 1px solid;
	background-repeat: no-repeat;
	background-color: #ffffe6;
}
.mainBody
{
	padding-right: 10px;
	background-position: center bottom;
	padding-left: 10px;
	font-size: 9pt;
	background-image: url(images/footer.jpg);
	padding-bottom: 100px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.font9
{
	font-size: 9pt;
}
.SectionBody
{
	height: 100%;
	vertical-align: top;
	background-position: left top;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.section_menu
{
	vertical-align: top;
	width: 213px;
	padding-top: 20px;
}
.section_centent
{
	height: 100%;
}
.directoryBody
{
	background-position: left top;
	background-image: url(images/directory.jpg);
	vertical-align: top;
	padding-top: 20px;
	background-repeat: no-repeat;
	height: 100%;
}
.table_directory
{
	width: 80%;
	height: 100%;
}
.td_header_medium
{
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
}
.directory_listing
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
TD
{
	font-size: 10pt;
}
.image_caption
{
	text-transform: capitalize;
	text-align: center;
	font-size: 8pt;
	color: darkgray;
}
.image_table
{
}
.section_title
{
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: center;
}

.spacer
{
	height: 20px;
}
.spacer_small
{
	height: 10px;
}
.prjFocusTop
{
	background-position: right top;
	background-image: url(images/focus_top.gif);
	background-repeat: no-repeat;
}
.prjFocusBottom
{
	padding-right: 40px;
	background-position: left bottom;
	padding-left: 40px;
	background-image: url(images/focus_bottom.gif);
	padding-bottom: 35px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.titleSmall
{
	font-weight: bold;
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, arial;
}
.prjfocus
{
	background-position: center center;
	background-image: url(images/maptip.gif);
	background-repeat: no-repeat;
}