/* IMPORTING HOME AND INNER PAGE LAYOUT */

@import url(home.css);
@import url(inner.css);

/* MAIN TAGS REDEFINED */

body {
	margin: 0px;
	padding: 0;
	border: 0;
	font-weight: normal;
	background-color: #DCEEFE;
}

th {
	text-align: left; 
}

p {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color : #003399;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	border: 0;
}

p a {
	color: #003399;
	text-decoration: none;
}

p a:hover {
	color: #003399;
	text-decoration: underline;
	}

p ul {
	list-style: circle;
	}
	
p li {
	}
	
ul {
	padding: 0;
	border: 0;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 5px;
	width:auto;
}
	
li {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color : #003399;
	list-style-type: square;
}

H1 {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif ;
	font-size: .8750em;
	font-weight: bold;
	color: #003399;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	border: 0px;
}

H1 a {
	text-decoration: none;
	color: #165B2C;
}

H1 a:hover {
	text-decoration: underline;
	color: #165B2C;
}

H2 {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #003399;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	border: 0px;
}

H2 a {
	text-decoration: none;
	color: #165B2C;
}

H2 a:hover {
	text-decoration: underline;
	color: #165B2C;
}


H3 {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #165B2C;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

H3 a {
	text-decoration: none;
	color: #165B2C;
}

H3 a:hover {
	text-decoration: underline;
	color: #165B2C;
}


H4 {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

H4 a {
	text-decoration: none;
	color: #333333;
}

H4 a:hover {
	text-decoration: underline;
	color: #333333;
}


hr {
	color: #FCD97F;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}


address {	
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	color: #4D6DAD;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
}


address a {
	color: #4D6DAD;
	text-decoration: none;
	margin: 0;
}

address a:hover {
	color: #003399;
	text-decoration: underline;
	margin: 0;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}


/* Form Elements */

.required {
	color: Red;
	font-size: .75em;
}

