/* TRUSTMARK VOLUNTARY STYLESHEET */

/* GENERAL MARKUP */

body {
	background: #FFF;
	margin: 10px;
	padding: 0px;
}

table {
	width: 780px;
	padding: 0px;
	margin: 0px auto;
	font-family: Helvetica, Arial, san serif;
	font-size: 12px;
}

/* Error Message */

#errmsg {
	font-family: Arial, san serif;
	font-size: 12px;
	color: red;
}

/* TOP NAVIGATION */

#topnav {
	font-family: Arial, san serif;
	font-weight: bold;
	font-size: 12px;
	border-top: 2px solid #159;
	margin: 0px 0px 0px 190px;
	padding: 0px 1px 1px;
	background: #FFF;
}

#topnav ul {
	margin: 0px;
	padding: 4px 0px;
}

#topnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	}

#topnav a {
	padding: 0px 20px 0px 0px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #159;
	}

#topnav a.active, #topnav a:hover {
	color: #000;
	}

#topnav a.search {
	background: #159;
	color: #FFF;
	padding: 4px 5px;
	margin-top: -5px;
}

#topnav a.search:hover {
	background: #006;
}

#topnav input {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	height: 20px;
	vertical-align: middle;
}


/* BAR NAVIGATION */

#barnav {
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: center;
	}

#barnav ul {
	margin: 0px;
	padding: 4px 0px;
}

#barnav li {
	display: inline;
	list-style: none;
}

#barnav a {
	font-family: Arial, san serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	margin: 0px 15px;
	padding: 0px;
	text-decoration: none;
	color: #FC0;
	letter-spacing: 1px;
	}

#barnav a:hover {
	color: #FFF;
}

#barnav a.active {
	color: #FFF;
}

#barnav a.active:hover {
	color: #FFF;
}

#barnav img {
	padding: 0px 0px 1px 0px;
}


/* CONTENT SUB TABLE */

#subtable {
	margin: 0px;
}

#subtable td {
	vertical-align: top;
}


/* SIDEBAR */

#sidebar {
	width: 182px;

	vertical-align: top;
	border-right: 1px solid #CCC;
	font-family: Arial, san serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #24B;
	
	}

#sidebar td {
	vertical-align: top;
}

#sidebar ul	{
	margin: 0px;
	padding: 0px 0px 0px 1em;
	border: none;
	text-indent: -1em;
	list-style: none;
	}

#sidebar li {
	padding: .2em 0em .2em 2px;
		}
        
#sidebar li img {
	padding-right: 6px;
	vertical-align: middle;
	}

#sidebar li li {
	padding-left: 1px;
	border: none;
	font-weight: normal;
	color: #24B;	
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #24B;	
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar li li a {
	text-decoration: none;
	font-weight: normal;
	text-indent: -1em;
}

#sidebar p {
	font-size: 11px;
}



/* CONTENT */

#content {
	margin: 0px;
	padding: 0 0 0 10px;
	width: 560px;
	line-height: 1.5em;
	font-family: Arial, san serif;
}

#content h1 {
	font-family: Times, serif;
	font-size: 20px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#content h1 sup {
	font-size: 11px;
}

#content h2 {
	font-family: Arial, san serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-variant: small-caps;
	background: url(../images/box_black.gif) no-repeat 0% 100%;
 	padding: 0px 0px 0px 4px;
	border-bottom: 1px solid #000;
	margin: 0px 0px 0px 15px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -4px;
}

#content h4 {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: -8px;
	border-bottom: 1px solid #000;
	background: url(../images/box_black.gif) no-repeat 0% 100%;
 	padding: 0px 0px 0px 4px;
}

#content ul {
	list-style: disc;
	margin-top: 2px;
}

#content p {
	line-height: 1.5em;
	font-family: Arial, san serif;
	font-size: 12px;
	margin-top: 8px;
}

span.hilite {
	font-weight: bold;
	color: #24B;
}

/* LOGIN BOX */

#login {
	background: #FFC;
	padding: 0px 10px;
	border-top: 1px solid #FC0;
	border-bottom: 1px solid #FC0;
	vertical-align: middle;
}

#login h3 {
	padding: 2px 0 -5px 0;
	font-size: 12px;	
	font-weight: bold;
}

#login p {
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
}

#login a {
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login a.submit {
	background: #159;
	color: #FFF;
	padding: 3px 4px;
}

#login a.submit:hover {
	background: #006;
	text-decoration: none;
}

#login input {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	height: 20px;
	vertical-align: middle;
}

/* LOGO IMAGE  -- just like sidebar except height*/


#logo {
	width: 182px;
	height: 50px;
	vertical-align: bottom;
	border-right: 1px solid #CCC;
	font-family: Arial, san serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #24B;
}
#sidebarfiller {
	width: 182px;
	border-right: 1px solid #CCC;
/*height: 200px;*/
}


/* FOOTER */

#footer {
	font-family: Arial, san serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0px;
	background: #FFF;
	text-align: center;
}

#footer li {
	margin: 0px;
	display: inline;
	list-style: none;
	}


#footer a {
	padding: 0px 20px 0px 0px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #159;
	}

#footer a.active, #topnav a:hover {
	color: #000;
	}

