/* Element selectors */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: #000000;

	background-color: #F4F6FA;

	margin-top: 5px;

}

a:link {

	color: #2570BA;

}

a:hover {

	color: #003366;

}

a:visited {

	color: #666666;

}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 120%;

	color: #577593;

	background-color: #DFE6EC;

	text-align: left;

	text-transform: uppercase;

	line-height: 140%;

}

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 120%;

	color: #577593;

	background-color: #DFE6EC;

	text-align: left;

	line-height: 140%;

}

h3 {	

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 110%;

	color: #006699;

	background-color: #DFE6EC;

	text-align: left;

}

h4 {	

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 110%;

	color: #006699;

	text-align: left;

}

p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

}



/* ID selectors */

#header {

	border-top-style: solid;

	border-top-color: #999999;

	border-top-width: 1px;

	border-right-color: #999999;

	border-right-style: solid;

	border-right-width: 1px;

	border-left-color: #999999;

	border-left-style: solid;

	border-left-width: 1px;

}

#content {

	border-left-color: #999999;

	border-right-color: #999999;

	border-right-style: solid;

	border-left-style: solid;

	border-left-width: 1px;

	border-right-width: 1px;

}

#footer {

	border-top-style: solid;

	border-top-color: #999999;

	border-top-width: 1px;

	border-right-color: #999999;

	border-bottom-color: #999999;

	border-left-color: #999999;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

}



/* Class selectors */

.breadcrumb {

	padding: 5px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: bold;

	color: #FFFFFF;

	background-image: url(../images/header_bg.gif);

	background-color: #589BDE;

	font-size: 105%;

	text-decoration: none;

}

.breadcrumb a:link {

	color: #FFFFFF;

	text-decoration: none;

}

.breadcrumb a:hover {

	color: #FFCC00;

	text-decoration: none;

}

.breadcrumb a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

.bottomnavigation {

	font-family: Georgia, "Times New Roman", Times, serif;

	line-height: 130%;

	color: #000000;

	text-align: center;

	font-size: 102%;

}

.bottomnavigation a:link {

	color: #003399;

}

.bottomnavigation a:hover {

	color: #000033;

}

.copyright {

	line-height: 140%;

	color: #FFFFFF;

	text-align: center;

	font-size: 85%;

}


