@charset "utf-8";/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 70%;
	background-color:#fff;
	background-image: url(images/bkgrd.gif);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 150%;
}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-color: #0066CC; 
}



a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #3366CC;
}



#pageleft {
	background-color: #FFFFFF;
	background-image: url(images/lettermark.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: none;
	width: 500px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#logo {
	width: 200px;
	padding: 0px;
	height: 200px;
	text-align: center;
	margin-left: 150px;
}

.menutop {
	width: 480px;
	height: 10px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/menubottom_01.gif);
	background-color: #0085A0;
	background-repeat: no-repeat;
}

.menucontainer {
	width: 480px;
	background-color: #0085A0;
	text-align: center;
	margin: 0px;

}



.menucontainer a:link {
	color: #ffffff;
	text-decoration: none;
}

.menucontainer a:hover {
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

.menucontainer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menucontainer a:active {
	color: #ffffff;
	text-decoration: none;
}



.menubottom {
	width: 480px;
	height: 10px;
	background-image: url(images/menubottom_02.gif);
	margin-bottom: 50px;
	background-repeat: no-repeat;
}


.blackborder img {
	border: thin solid #0085A0;
}
