@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

#container {
 margin: auto;
 width: 950px;
}

#table {
	
}

#table A:link {color: #259eff; text-decoration: underline; }
#table A:visited {color: #259eff; text-decoration: underline; }
#table A:active {color: #259eff; text-decoration: underline; }
#table A:hover {color: #259eff; text-decoration: underline; font-weight: bold;}

body { 

background-image:url('_images/main_bg.png');
background-repeat:no-repeat;
background-position:top center;
}

 h2 A:link {color: #259eff; text-decoration: underline; }
 h2 A:visited {color: #259eff; text-decoration: underline; }
 h2 A:active {color: #259eff; text-decoration: underline; }
 h2 A:hover {color: #259eff; text-decoration: underline; font-size:115%;}

p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
 p A:link {color: #259eff; text-decoration: underline; }
 p A:visited {color: #000000; text-decoration: underline; }
 p A:active {color: #000000; text-decoration: underline; }
 p A:hover {color: #259eff; text-decoration: underline; font-weight: bold;}


ul {
     font-weight: bold;
	 font-size:100%;
	 padding-left:1em;
	 margin-left:1em;
}

ul A:link {color: #259eff; text-decoration: underline; font-size:80%; font-weight: normal;}
ul A:visited {color: #000000; text-decoration: underline; font-size:80%; font-weight: normal;}
ul A:active {color: #000000; text-decoration: underline; font-size:80%; font-weight: normal;}
ul A:hover {color: #259eff; text-decoration: underline;  font-size:80%; font-weight: bold;}

li {
	 font-weight: bold;
	 font-size:115%;
	 padding-left:0px;
	 margin-left:0px;
}

#header {
 height: 191px;
 width: 950px;
 float: left;
 background-image:url('_images/head_logo.png');
}

#navigation {
 position:relative;
 top:40px;
 height: 441px;
 width: 283px;
 float: left;
 background-image:url('_images/nav_bg.png');
 background-repeat:no-repeat;
}

#main {
	height: 900px;
	width: 645px;
	float: right;
}

#footer {
 position:relative;
 height: 69px;
 width: 283px;
 float: left;
 top: 450px;
 text-align:center;
}

#footer A:link {color: #000000; text-decoration: underline; }
#footer A:visited {color: #000000; text-decoration: underline; }
#footer A:active {color: #000000; text-decoration: underline; }
#footer A:hover {color: #259eff; text-decoration: underline; font-weight: bold;}

