/* CSS Document */
body, html
{
margin-top:1px;
margin-bottom:3px;
margin-right:0px;
margin-left:0px;
height:100%;
width:100%;
background-color:#6C7F63;
}

a:link{ color:#485B3E; font-weight:bold; text-decoration:none;}
a:visited { color:#485B3E; font-weight:bold; text-decoration:none;}
a:active { color:#485B3E; font-weight:bold; text-decoration:none;}
a:hover
{
color:#000000;
text-decoration:underline;
}

h1.heading
{
width:100%;
color:#00645C;
font-family:"century gothic";
font-weight:bold;
font-size:18px;
letter-spacing:4px;
text-align:right;
line-height:normal;
}

span.subheading, h3.subheading
{
font-family:georgia;
font-size:12px;
font-weight:bold;
color:#000000;
margin-bottom:5px;
padding-bottom:0px;
margin-top:5px;
}

h3.boxheading
{
width:100%;
font-size:17px;
font-family:"trebuchet ms";
letter-spacing:2px;
font-weight:bold;
display:block;
text-align:center;
padding-top:2px;
padding-bottom:0px;
margin-top:5px;
margin-bottom:0px;
line-height:normal;
}

.box
{
border:1px #ffffff solid;
padding:5px;
display:block;
width:483px; 
}

.box p
{
margin-bottom:0px;
margin-top:3px;
}

#container p
{
text-indent:15px;
}

#body img
{
border:1px #00645C solid;
margin:10px;
} 

select
{
background-color:#AFC1A8;
border:1px #D4E0CF solid;
font-family:"trebuchet ms";
font-size:12px;
font-weight:bold;
color:#00645C;
}

#body td
{
vertical-align:top;
}

.bordered_table td
{
border:1px #D4E0CF solid;
text-align:center;
padding-left:3px;
padding-right:3px;
}

#body ul
{
padding-left:30px;
margin-left:20px;
}

#body ul ul
{
border-left:0px;
}

/* ---- s t r u c t u r e ----*/

#container
{
background-image:url('images/green_header2.gif');
background-repeat:no-repeat;
background-position: top center;
background-color:#AFC1A8;
position:relative;
width:841px;
border:1px #D4E0CF solid;
margin-left:auto;
margin-right:auto;
padding-bottom:-200px;
font-family:arial, "trebuchet ms";
font-size:13px;
line-height:19px;
color:#000000;
}

#header
{
height:180px;
width:100%;
position:relative;
}

#body
{
position:relative;
margin-left:165px;
margin-right:150px;
padding-left:10px;
padding-right:10px;
padding-bottom:40px;
height:900px;
border-right:1px #D4E0CF solid;
}

#navigation
{
width:160px;
background-color:transparent;
position:absolute;
top:210px;
left:0px;
}

#right_bar
{
width:145px;
height:340px;
position:absolute;
top:190px;
right:0px;
background-image:url('images/aikido-green.gif');
background-repeat:no-repeat;
background-position:top center;
font-family:"trebuchet ms";
font-style:italic;
font-size:11px;
color:#ffffff;
line-height:normal;
letter-spacing:1px;
text-align:center;
}

#footer
{
height:50px;
width:100%;
text-align:center;
vertical-align:sub;
font-family:"trebuchet ms";
font-size:10px;
position:relative;
bottom:0px;
left:0px;
}

#navigation a:link, #navigation a:active, #navigation a:visited
{
height:28px;
width:160px;
display:block;
border-bottom:1px #D4E0CF solid;
border-right:1px #D4E0CF solid;
vertical-align:middle;
color:#485B3E;
font-family:"trebuchet ms","century gothic",georgia;
font-weight:bold;
font-size:13px;
letter-spacing:2px;
text-indent:20px;
}

#navigation a:hover
{
display:block;
background-color:#AAC986;
color:#ffffff;
cursor:crosshair;
text-decoration:none;
}

