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


a:link	{
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:visited{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	font-weight: bold;
	color: #999966;
	text-decoration: underline;
}
a:active	{
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}





h1.title
{
background-color:#F5F5F5;
border-color:#666666;
border:1px solid;
color:#333333;
}

div.box
{
background-color:#F5F5F5;
border-color:#666666;
border:1px solid;
color:#333333;
overflow:hidden;
padding:5px;
text-align:justify;
}



body
{
margin-top:0px;
background-image:url(../images/bg.gif);
background-repeat:repeat-y;
background-position:top center;
background-color:#bbbbaa;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.center
{
margin-left:auto;
margin-right:auto;
width:692px;
text-align:center;
}

.left
{
padding-left:50px;
text-align:left;
}



div.header
{
width:692px;
height:193px;
background-color:#bbbbaa;
}

div.hbar
{
width:692px;
height:8px;
background-image:url(../images/headbotborder.gif);
background-repeat:repeat-x;
background-position:top center;
background-color:#bbbbaa;
}

div.content
{
width:692px;
overflow:hidden;
background-color:#ffffff;
}

div.leftcontainer
{
float:left;
width:400px;
margin-left:20px;
overflow:hidden;
text-align:center;
}

div.rightcontainer
{
background-image:url(../images/innerwrap.gif);
background-repeat:repeat;
float:right;
width:230px;
margin-top:0px;
padding-right:10px;
overflow:hidden;
text-align:center;
}


div.footer
{
background-color:#ffffff;
color:#000000;
overflow:hidden;
text-align:justify;
padding:5px;
font-size:75%;
}

