body {
	margin: 0px;
	background: #fff;
	text-align: left;
	font-family:Verdana;
	font-size:14px;
}

ul {
	text-align: left;
}

.wordFound {
	padding: 2px;
	text-decoration: blink;
	color:blue;
	border:2px solid  blue;
}

a:hover { 
	color: black;
}

a { 
	color: #14395b;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration: none;
}
 
a:visited {}

form {
	margin: 0px;
	padding: 0px;
}

.search {
	padding: 2px;
    background-color: #14395b;
	font-size: 12px;
    font-weight: bold;
	color: white;
    border:1px solid #a4c4dc;
}	

.button {
    background-color:white;
    font-weight: bold;
    border:1px solid #ccc;
}

.paybutton {
    background-color:white;
    font-weight: bold;
    border:1px solid blue;
}


.paybutton:hover {
    border:1px solid blue;
}

.button:hover {
    border:1px solid blue;
}

.fieldLabel {
    font-family:Trebuchet MS;
    font-size:15px;
    color:black;
    text-align:right;
}

.field {
	border:1px solid silver;
}

.field:hover {
	border:1px dotted red;
}

.pageTitle {
	font-family: Georgia;
	font-size:17px;
	font-weight:normal;	
}

.hLine {
	border-bottom:2px solid rgb(51,153,255);
}

.copyright {
	float: left;
	width: 100%;
	margin: 10px;
	text-align: center;
	color: #484848;
	font-size:11px;
	font-family:Trebuchet MS;
}

.copyright a {
	font-size:11px;
	font-family:Trebuchet MS;
	color: #484848;
	text-decoration: underline;
}

.copyright a:hover {
	font-size:11px;
	font-family:Trebuchet MS;
	color: #14395b;
	text-decoration: none;
}

.copyright a:visited {

}


.menuSep {	font-size:11px;	}

.errorMessage {
	color:red;
	font-family:Trebuchet MS;
    font-size:16px;
    text-align:left;
}

.text {
 
    font-family:Trebuchet MS;
    font-size:15px;
    color:black;
   
}

.title {
	font-family:Verdana;
	font-size:24px;
}
.mainCategory {
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	color:gray;
}
.subCategory {
	font-family:Trebuchet MS;
	font-size:12px;
	color:black;
}

.imageButton {
	border:none;
	background-color:white;
}

a:hover .mainCategory { text-decoration:underline;color:orange; }
a:hover .subCategory { text-decoration:underline;color:orange; }

/* LAYOUT */

.page {
	float: left;
	width: 100%;
	background-color: #fff;
}

.topA {
	float: left;
	width: 100%;
	height: 102px;
	border-bottom: 1px solid #000;
	background: url(images/topbg.gif) repeat;
	background-position: top left;
	text-align: left;
}

.topBcon {
	float: left;
	width: 100%;
	height: 30px;
	background: black url(images/b_bg.gif) repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
}

.topB {
	width: 920px;
	margin: 0px;
}

.topB a {
	float:left;
	width: 110px;
	height: 30px;
	padding-top: 4px;
	padding-right: 2px;
	background: url(images/menubg.gif) no-repeat;
	background-position: top left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 2.5em;
}

.topB a:hover {
	color: white;
	text-decoration: none;
	background: url(images/menubghover.gif) no-repeat;
	background-position: top left;
}

.topB a:visited {

}
	
.footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 920px;
	text-align: center;
}

.topCon {
	clear:both;
	width: 920px;
	height: 50px;
	background: #fff;
	border: 0px solid silver;
}

.topLeft {
	float: left;
	width: 440px;
	margin-left: 10px;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
	color: black;
}

.topLeft a {
	color: #333;
	text-decoration: none;
}

.topLeft a:hover {
	color: red;
	text-decoration: underline;
}

.topLeft a:visited {

}

.topRight {
	float: right;
	width: 450px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
}


.goadT {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000;
	text-align: center;
}

.goadB {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000;
	border: 0px dotted #ccc;
}

.goadM {
	float: right;
	width: 310px;
	height: 260px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0px dotted #ccc;
}

.goadMb {
	float: left;
	width: 310px;
	height: 260px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0px dotted #ccc;
}

.goadL {
	float: left;
	width: 130px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: white;
}

.main {
	width: 920px;
	background: white;
}

.mLeft {
	float: left;
	width: 150px;
	background: white;
}

.mRight {
	float: right;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

.mRight p {
	text-align: left;
}

.botLinks {
	float: left;
	width: 100%;
}

.botLinks a {
	color: black;
	text-decoration: none;
}

.botLinks a:hover {
	color: red;
	text-decoration: underline;
}

.botLinks a:visited {

}

/* CONTENT STYLES */

.ptitle {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-family: tahoma, arial, helvetica;
	font-size: 22px;
	font-weight: bold;
	color: black;
}

.dtitle {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-family: tahoma, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

.dtitle_b {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-family: tahoma, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #981422;
}

.phead {
	width: 100%;
	text-align: left;
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.pcontent {
	line-height: 1.5em;
	text-align: justify;
}

.bdr {
	width: 90%;
	border: 1px dotted #ccc;
	padding: 4px;
}

.bdr_b {
	width: 740px;
	border: 1px dotted #ccc;
	padding: 4px;
}

.divspc {
	width: 90%;
	margin: 6px;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: left;
}

.exam {
	font-size: 10px;
	color: silver;
}