/* HAND CODED */

body {
	margin: 0px;
	background: white url(images/head_bg.gif) repeat-x top left;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

a {
	color: #920202;
	text-decoration: underline;
}

a:hover {
	color: #326588;
	text-decoration: none;
}

a:visited { }

#page {
	margin: 0 auto;
	width: 960px;
}

.head {
	float: left;
	width: 960px;
	height: 116px;
	background: url(images/head_bg.gif) no-repeat top left;
}

.headleft { 
	float: left;
	width: 680px;
	height: 116px;
	margin-left: 10px;
	text-align: left;
}

.headright {
	float: right;
	width: 230px;
	height: 60px;
	margin-top: 27px;
	margin-right: 20px;
	background: navy;
}

.tmenu { 
	float: left;
	width: 960px;
	height: 33px;
	background: white url(images/tmenu_bg.gif) no-repeat top left;
	margin-bottom: 10px;
}

.tmenu a {
	float: left;
	width: 130px;
	height: 29px;
	margin-top: 2px;
	margin-left: 2px;
	background: url(images/tmenu_h.gif) repeat-x top right;
	line-height: 2.3em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.tmenu a:hover {
	background: url(images/tmenu_ah.gif) repeat-x top left;
	line-height: 1.9em;
	color: white;
	text-decoration: none;
}

.tmenu a:visited { }

.head_b {
	float: left;
	width: 730px;
	margin-bottom: 10px;
}

.mpage {
	float: left;
	width: 920px;
	margin-left: 20px;
	text-align: left;
}

.mpLeft {
	float: left;
	width: 170px;
	height: 620px;
	border-right: 1px dotted #ccc;
}

.mpMain {
	float: right;
	width: 730px;
}

.goad {
	float:left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.footLinks {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dotted #274E69;
	border-bottom: 1px dotted #274E69;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #274E69;
}

.footLinks a {
	color: #920202;
	text-decoration: none;
}

.footLinks a:hover {
	color: #274E69;
	text-decoration: underline;
}

.footLinks a:visited { }

.copy { 
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #274E69;
}

.copy a {
	color: #274E69;
	text-decoration: none;
}

.copy a:hover {
	color: #920202;
	text-decoration: underline;
}

.copy a:visited { }

.ptitle {
	float: left;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #274e69;
	font-size: 22px;
	font-weight: bold;
	color: #274e69;
}

.htitle {
	float: left;
	width: 100%;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #AE0000;
	font-size: 18px;
	font-weight: bold;
	color: #AE0000;
}
