@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/style/bkg.png);
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

a img {
	border:none;	
}

.link {
	text-decoration:none;	
}

.link:hover {
	text-decoration:underline;
}

#header {
	height:125px;	
}

#logo {
	margin-left:10px;	
}

.sitemap {
	list-style-image:url(../images/style/Bullet.png);
	width:200px;
}

.headerH3 {
	color:#007F48;
}

#navigation {
	height:28px;
	margin:10px 0px;
	font-size:10pt;
}

#navigation a {
	color:black;	
}

#footer {
	clear:both;
	text-align:center;
	font-weight:bold;
	margin-top:25px;
	font-size:9pt;
}

#footer a {
	text-decoration:none;
	color:black;
}

#footer a:hover {
	text-decoration:underline;
	color:blue;
}

/* ######## Webpage Border ######## */
#box-container 	{position:absolute;margin-left:10%;width:80%;min-width:900px;}
#topleft 		{background:url(../images/style/topleft.png) no-repeat top left;}			
#topright	 	{background:url(../images/style/topright.png) no-repeat top right;}			
#bottomleft		{background:url(../images/style/bottomleft.png) no-repeat bottom left;}			
#bottomright 	{background:url(../images/style/bottomright.png) no-repeat bottom right;}			
#top 			{background:url(../images/style/top.png) repeat-x top;margin:0px 22px;}			
#bottom 		{background:url(../images/style/bottom.png) repeat-x bottom;}			
#box-padding 	{padding:22px 0px;}			
#left 			{background:url(../images/style/left.png) repeat-y left;margin:0px -22px;}			
#right 			{background:url(../images/style/right.png) repeat-y right;}			
#box-content 	{background-color:white;margin:0px 22px;}
