/* CSS Document */

/* HTML tags re-defined */

body {
	color: #000000;
	background: #ffffff;
	margin: 25px 0 25px 0;
	padding: 0;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}

h1 {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #993300;
	margin: 0px;
	}
	
h1.ruleunder {
	border-bottom: 2px solid #993300;
	}

h2 {
	font-size: 11px;
	margin: 0px;
	}

h3 {
	color: #003300;
	margin-left: 48px;
	margin-bottom: 0px;
	}

p {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: left;
	margin-left: 48px;
	}

li, ul, ol {
	margin-top: 3px;
	margin-left: 48px;
	}

img {
	display: block;
	border: 0;
	}

/* CSS IDs for page divisions */

table#footerhome {
	margin: 0px;
	background: #003300;
	}

#footerhome p {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin: 6px;
}

#footerhome a:link {
	color: #FFFFFF;
	}

#footerhome a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

#footerhome a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}

#footerhome a:active {
	color: #FFFFFF;
	font-weight: bold;
	}
	
table#footer {
	margin-top: 12px;
	background: #003300;
	}

#footer p {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin: 6px;
}

#footer a:link {
	color: #FFFFFF;
	}

#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}

#footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}

/* navigation, first row */

table#nav1 {
	margin-top: 12px;
	}

table#nav1 td {
	text-align: left;
	}

/* navigation, second row. */

table#nav2 td {
	color: #cc9900;
	background: #003300;
	text-align: center;
	line-height: 24px;
	}

table#nav2 td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block; /* makes links block-level elements that fill their table cells */
	margin: 0;
	padding: 0;
	}

#nav2 td a:hover {
	color: #cc6600;
	text-decoration: underline;
	}

#nav2 td a:active {
	font-weight: bold;
	}

/* the body of the web pages */

#homecontent {
	background: transparent url(images/h1_11.jpg) no-repeat;
	}

#maincontent {
	margin-top: 12px;
	}

/* CSS Classes */

.hide {
	display: none;
	}

.homeintro {
	margin-top: 18px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	}
	
.SansNoSkip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	}

.NoSkip {
	margin-bottom: 0px;
	}

.ptable1 {
	margin: 0;
	}

.ptable2 {
	margin: 0;
	text-align: left;
	background: #cccccc;
	}

.heading3 a:link {
	color: #003300;
	text-decoration: underline;
	background: transparent;
	}
	
.heading3 a:visited {
	color: #003300;
	text-decoration: underline;
	background: transparent;
	}
	
.heading3 a:hover {
	color: #003300;
	text-decoration: underline;
	background: transparent;
	}
	
.heading3 a:active {
	color: #003300;
	text-decoration: underline;
	background: transparent;
	}

.return a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #cc6633;
	background: transparent;
	}

.return a:visited {
	text-decoration: none;
	color: #cc6633;
	background: transparent;
	}

.return a:hover {
	font-weight: bold;
	text-decoration: underline;
	}

.return a:active {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	text-decoration: underline;
	color: #993300;
	background: transparent;
	}

a:visited {
	color: #993300;
	background: transparent;
	}

a:hover {
	color: #993300;
	background: transparent;
	}

a:active {
	color: #993300;
	background: transparent;
	}

em {
	font-style: italic;
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
