/* Heading styles : start */
h1
{
	font-size: smaller;
	font-weight:bold;
	color:#009933;
	margin-bottom:-10px;
}

h2
{
	font-size: smaller;
	font-weight:bold;
	color:#009933;
	margin-bottom:-10px;
}
/* Heading styles : stop */

/* Body text styles : start */
body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:0px;
	margin:10px;
}

p
{
	font-size: smaller;
}

caption
{
	font-size: smaller;
	text-align: left;
}

th
{
	font-size: smaller;
}

li
{
	font-size: smaller;
}

p.newsitem
{
	font-size: smaller;
}

div.mainContainer
{
	width: 100%;
	border: thin solid Black;
	text-align: center;
}

div.topBar
{
	border: thin solid Black;
	text-align: right;
	position: relative;
	float: left;
}

div.topMiddleBar
{
	width: 746px;
	border: thin solid Black;
	text-align: right;
	position: relative;
	float: left;
}

div.logo
{
	position: relative;
	float: left;
}

div.strapLine
{
	position: relative;
	float: right;
}

.strapline1
{
	color: #0066cc;
	font-family: arial;
	font-weight: bold
}

.strapline2
{
	color: #33cc66;
	font-size: larger;
}

.footer
{
	color:#009933;
	font-size:xx-small
}

.mainColumn
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
}

.navTable
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg.gif);
}

.navTable1
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg1.gif);
}

.navTable2
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg2.gif);
}

.navTable3
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg3.gif);
}

.navTable4
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg4.gif);
}

.navTable5
{
	width: 750px;
/*	border: thin solid Black; */
	text-align: right;
	background: url(../images/primNavTablebkg5.gif);
}

.mainContentTable
{
	width: 750px;
	border-style: solid;
	border-width: 1px;
	border-color:#0066cc #0066cc #0066cc #0066cc;
	text-align: left;
}

.contentHomepageCol
{
	vertical-align: top;
	padding: 10px;
}

.contentHomepageColDivider
{
	vertical-align: top;
	border-style: dashed;
	border-width: 1px;
	border-color: #ffffff #0066cc #ffffff #ffffff;
}

.contentHomepageColRight
{
	vertical-align: top;
	padding: 10px;
	font-size: smaller;
}

#searchResults td {
	font-size: smaller;
}

p.resultSummary {
	font-weight: bold;
}


.faq_q {
	font-weight: bold;
}

/* Body text styles : stop */

/* Navigation and Link styles : start */
a.mainnav
{
	color:white;
	text-decoration:none;
}

a.mainnav:hover
{
	color:white;
	text-decoration:underline;
}

a.footer
{
	color:#00993;
	text-decoration:none;
}

a.footer:hover
{
	color:#00993;
	text-decoration:underline;
}

.mainnavbutton1
{
	color:white;
	font-size:smaller;
	width:150px;
	font-family:arial;
	text-align:center;
	padding: 5px;
	font-weight:bold;
/*	background: url(../images/primNavButtonbkg.gif);*/
}

.mainnavbutton2
{
	color:white;
	font-size:smaller;
	width:149px;
	font-family:arial;
	text-align:center;
	padding: 5px;
	font-weight:bold;
/*	background: url(../images/primNavButtonbkg.gif);*/
}

a.searchResult
{
	color:#009933;
	font-weight: bold;
	text-decoration:none;
}

a.searchResult:visited
{
	color:#009933;
	font-weight: bold;
	text-decoration:none;
}

a.searchResult:hover
{
	color:#0066cc;
	text-decoration:underline;
}
/* Navigation and Link styles : stop */

/* Form styles : start*/
#frmGeneric input,textarea
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#009933;
	font-size:xx-small;
	border: 1px solid Black;
	width: 300px;
	padding: 3px 3px 3px 3px;
}

#frmGeneric input.buttonSubmit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#009933;
	font-size:xx-small;
	border: 1px solid Black;
	width: 150px;
	height: 25px;
}

#frmSearch input
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#009933;
	font-size:xx-small;
	border: 1px solid Black;
	width: 100px;
	height: 18 px;
	padding: 3px 3px 3px 3px;
}

#frmSearch input.buttonSubmit {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-image: url(../images/button_bkg.gif);
	font-weight: bold;
	color:#009933;
	font-size:xx-small;
	border: 1px none Black;
	width: 25px;
	height: 18 px;
}

input.searchField
{
	color: black;
}

th.fieldName {
	width: 200px;
	vertical-align: top;
}

td.fieldValue {
}
/* Form styles : stop*/