@charset "utf-8";
/* CSS Document */
html {
 margin: 0;
 padding: 0;
}


h1 {
 font-size: larger;
 font-style: italic;
 font-weight: bold;
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;
}
p {
 font-family:Georgia, "Times New Roman", Times, serif;
}
body {
 background-color:#404040;
 background-image:url("images/mainbody.jpg");
 background-repeat:repeat-x;
 font-family:Georgia, "Times New Roman", Times, serif;
 margin: 0;
 padding: 0;
 height:100%;
}

.wrapper {
 margin: auto;
}



.content {
 background-image:url("images/content.jpg");
 background-position:top;
 background-repeat:no-repeat;
 background-color:transparent;
 margin: auto;
 width:731px;
 height:100%;
}



.undercontent {
 background-image:url(images/undercontent.jpg);
 background-position:center;
 background-repeat:repeat-y;
 margin: auto;
 width:731px;
 height:100%;
 z-index: -1;
}



.title {
 background-image:url(images/title_image.jpg);
 background-position:left;
 background-repeat:no-repeat;
 height:112px;
 width:731px;
}

.yellowpic {
 background-position:left;
 background-repeat:no-repeat;
 height:263px;
 width:731px;
}
.actualcontent {
 margin-left:40px;
 margin-right:40px;
 margin-bottom:35px;
 background-image:url("images/undercontent.jpg");
 background-repeat:repeat-y;
 background-position:bottom;
}

.footer {
 font-size:smaller;
 font-family:Georgia, "Times New Roman", Times, serif;
 margin: auto;
 color:#CCCCCC;
 text-align:center;
}

.footer a {
color:#FFFFFF;
}



.menu1 {
 padding:0 0 0 0px;
 margin:0;
 list-style:none;
 height:35px;
 width:691px;
 background:#fff url(images/button1.gif);
 border:1px solid #000;
 border-width:0 1px;
 border-bottom:1px solid #444;
}
.menu1 li {
 float:left;
}
.menu1 li a {
 display:block;
 float:left;
 height:35px;
 line-height:35px;
 color:#aaa;
 text-decoration:none;
 font-size:10px;
 font-family:arial, verdana, sans-serif;
 font-weight:bold;
 text-align:center;
 padding:0 0 0 3px;
 cursor:pointer;
}
.menu1 li a b {
 float:left;
 display:block;
 padding:0 16px 0 8px;
}
.menu1 li.current a {
 color:#fff;
 background:url(images/button3.gif);
}
.menu1 li.current a b {
 background:url(images/button3.gif) no-repeat right top;
}
.menu1 li a:hover {
 color:#fff;
 background:#000 url(images/button2.gif);
}
.menu1 li a:hover b {
 background:url(images/button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
 color:#fff;
 background:#000 url(images/button3.gif);
 cursor:default;
}
.menu1 li.current a:hover b {
 background:url(images/button3.gif) no-repeat right top;
}

.style1 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
