@charset "UTF-8";

html { min-height: 100%; margin-bottom: 1px; }


.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.navTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;	
}
.navTable td{
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.navTable td a:link {
	color: #333399;
	text-decoration: none;
}

.navTable td a:hover {
	color: #df9238;

}
.navTable td a:visited {
	text-decoration: none;
	color: #df9238;
}

body {
	background-image: url(images/BG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	margin-top: 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #df9238;
	line-height: 24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #546495;
	margin: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #546495;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0px;
}
h3 a:link{
	color: #546495;
	
}
h3 a:visited{
	color: #546495;
	
}

.homeContent {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-right-color: #FFFFFF;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.homeContentNoBorder {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer a:link{
	color: #FFFFFF;
}
.footer a:visited{
	color: #FFFFFF;
}

.homeMainContent {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 40px;
}
li ul {
}
.ChildContent {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #546495;
	line-height: 20px;
}
.emphasisItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #546495;
	line-height: 20px;
	font-style: italic;
}
.tableContent {
	vertical-align: top;
}


table#sample {
    background-color:#FFFFFF;
    width: 600px;
	
	}

	
table#sample td {
	border: solid #e6e6e6 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.smallFont {
	font-size: 10px;
		line-height: 14px;

}
.ColumnHead {
	background-color: #e6e6e6;
	vertical-align: middle;
}
.largeItalicLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
.largeItalicLink a:link{
	
	text-decoration: underline;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #546495;
	line-height: 20px;
	font-style: italic;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
h6 a:link{
	
	text-decoration: underline;
}
.subnav {
	margin-left: 90px;
	margin-top: 20px;
}
.subnav td{
	padding: 8px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}

.vertsubnav {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 30px;
}
.vertsubnav td{
	padding: 6px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	
}
.vertsubnav a:link{
	
}

