/* General */

body {
	background-image: url('images/backgroundgvh.gif');
	background-repeat:repeat-x;
}

p {
	font-family: Verdana;
	color:#000000;
	font-size: 11px;
}

H1 {
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

H2 {
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left:10px;
	padding-top: 5px;
}

/* Links */

a:link {
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

a:visited
{
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

a.home:link {
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.home:active {
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.home:visited
{
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.home2:link {
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: 700; 
	text-decoration:none;
}
a.home2:active {
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: 700; 
	text-decoration:none;
}

a.home2:visited
{
	font-family: Verdana;
	color:#000040;
	font-size: 12px;
	font-weight: 700; 
	text-decoration:none;
}

a.homesmall:link {
	font-family: Verdana;
	color:#000040;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a.homesmall:active {
	font-family: Verdana;
	color:#000040;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

a.homesmall:visited
{
	font-family: Verdana;
	color:#000040;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

/*Borders Home Page*/

#blue-border {
	background-color:#3960BD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color: #F9FBFF;
	width: 218px;
	height: 35px;
}

#blue-border-middle {
	background-color:#3960BD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color: #F9FBFF;
	width: 307px;
	height: 35px;
}

#blue-border-right {
	background-color:#3960BD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color: #F9FBFF;
	width: 188px;
	height: 35px;
}

/*Footer*/

#footer {

	background-image: url('images/footer.jpg');
	background-repeat:repeat-x;
	height: 78px;
}

.copy-right {

	font-family: Verdana;
	color:#000000;
	font-size: 9px;
}
