/* tag definitions */
body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16pt;
	color: #769C27;
	font-weight: bold;
}
h2 {
	font-size: 13pt;
	color: #333;
	font-weight: normal;
	margin: 0px;
}
td {
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}

.subhead {
	color: #8a2d15;
}
.smalltext {
	font-size: 0.75em;
}

/* layout elements */
table.layout {
	margin: 0px;
	padding: 0px;
	background-color: #E7E9EB;
	vertical-align: top;
}
td#rtBotMargin {
	background-image: url(img/rtBotBG.gif);
	background-repeat: repeat;

}
td#rtTopMargin {
	background-image: url(img/rtTopBG.gif);
	background-repeat: repeat-x;

}
td#main-nav {
	background-color: #e7e9eb;
}
td#footerRt {
	background-color: #224979;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AEB5BB;
}
td#footer {
	background-color: #295a96;
	color: #e7e9eb;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
td#footer a {
	color: #e7e9eb;
}
table#right-nav {
	background-color: #fff;
	width:162px;
}
table#right-nav td{
	align:left;
}
td#welcome {
	color: #333;
	background-color: #fff;
	width: 546px;
	font-size: 12px;
	padding: 20px;
}
td#body-header {
	width: 586px;
	height: 106px;
}
td#right-contact {
	background-color: #e7e9eb;
	color: #333;
	font-size: 12px;
	padding: 10px;
	width: 142px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEB5BB;
	background-image: url(img/rtBG.gif);
	background-repeat: repeat-y;
}
td#right-search {
	background-color: #e7e9eb;
	color: #333;
	width: 142px;
	padding: 10px;
	height: auto;
	background-image: url(img/rtBG.gif);
	background-repeat: repeat-y;
}
.right-contact {
	background-color: #e7e9eb;
	color: #333;
	font-size: 12px;
}
#goSearch {
	border: none;
	margin-top: 3px;
}
#searchField {
	background: #f0f5fb;
}
#header {
	background-image: url(img/rtTopBG.gif);
}

td#body-content {
	color: #333;
	background-color: #fff;
	width: 546px;
	font-size: 12px;
}

/********************************* 
	"info box" with rounded corners
 *********************************/
.roundBoxCorner {
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 18px;
}
.boxBorderT {
	background-image: url(img/boxBorderTop.gif);
	background-repeat: repeat-x;
	width: 230px;
}
.boxBorderB {
	background-image: url(img/boxBorderBot.gif);
	background-repeat: repeat-x;
	width: 230px;
}
.boxBorderL {
	background-image: url(img/boxBorderL.gif);
	background-repeat: repeat-y;
	width: 18px;
}
.boxBorderR {
	background-image: url(img/boxBorderR.gif);
	background-repeat: repeat-y;
	width: 18px;
}
.infobox ul {
	margin-left: 0;
	padding-left:1em;
}
.infobox li {
	margin-left: 0;
	font-size: 12px;
	list-style-image: url(img/bullet.gif);
}
.moreInfo {
	font-size: 8pt;
	text-align: right;
}
.moreInfo a {
	color: #333;
}
/************************************/


/********************************* 
	content page styles
 *********************************/
#body-leftCol {
	background-color: d9e6f4;
	background-image: url(img/contentLeftBG.gif);
	background-repeat: repeat-y;
	width: 150px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#body-leftCol p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}
#body-leftCol a:link {
	text-decoration:none;
	color: #333;
	font-size: 12px;

}

#body-leftCol a:visited {
	text-decoration:none;
	color: #333;
	font-size: 12px;

}

#body-leftCol a:hover {
	text-decoration:none;
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

}
#body-leftCol a:active {
	text-decoration:underline;
	color: #333;
	font-size: 12px;

}

#body-rightcol {
	width: 421px;
}
.content-header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E7E9EB;
}
.bodytext {
	margin-left: 20px;
	font-size: 12px;
	margin-right: 10px;

}
td#rtNavContainer {
	height: 106px;
	width: 162px;
}
/************************************/
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #224979;
}

a:link {
	color : #224979;
	text-decoration: underline;
}

a:visited {
	color : #224979;
	text-decoration: underline;
}

a:hover {
	color : #224979;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color : #224979;
	text-decoration: none;
}
a.home:link {
	color : #224979;
	text-decoration: none;
}

a.home:visited {
	color : #224979;
}

a.home:hover {
	color : #224979;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
}

a.home:active {
	color : #224979;
	text-decoration: none;
}
