*
{
margin: 0em;
padding: 0em;
}

body
{
color: #5F5C5C;
font-size: 80%;
font-family: arial, helvetica, sans-serif;
text-align: center;
background-color: #E5E8E9;
}

a
{
text-decoration: underline;
color: #692828;
}

a:hover
{
text-decoration: none;
}

p 
{
margin: 0em 0 1em 0;
}

ul
{
margin: 0em 0 1em 0;
}

li 
{
margin-left: 1.8em;
list-style-type: square;
}

.clear_right
{
clear: right;
}

.clear_left
{
clear: left;
}

.clear_both
{
clear: both;
}

.float_right
{
float: right;
}

.float_left
{
float: left;
}

img.img_right
{
margin: 0em 0em 1em 1em;
clear: both;
}

img.img_left
{
margin: 0em 1em 1em 0em;
clear: left;
}

.print_header
{
display: none;
}

#container
{
width: 760px;
margin: 0 auto;
clear: both;
}

#top_frame
{
padding-top: 10px;
background: transparent url('images/top_frame_bg.png') bottom center no-repeat;
}


#middle_frame
{
background: transparent url('images/middle_frame_bg.png') top center repeat-y;
padding-left: 1px;
}

#content_frame
{
width: 709px;
margin: 0 auto;
clear: both;
text-align: left;
padding-top: 14px;
}

#header
{

}

#menu
{
margin: 0;
background-color: #E4E7E9;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
border-left: 2px solid #A6B0B4;
border-right: 2px solid #A6B0B4;
}

#menu ul
{
list-style: none;
margin: 0em;

}

#menu li
{
list-style: none;
display: inline;
padding-left: 20px;
padding-right: 20px;
}

#menu a
{
font-size: 115%;
letter-spacing: 0.05em;
color: #5F5C5C;
text-decoration: none;
}

#menu a:hover
{
text-decoration: underline;
}

#menu .active
{
font-weight: bold;
}

#content
{
border-bottom: 2px solid #A6B0B4;
}

#content_left
{
border-left: 2px solid #A6B0B4;
float: left;
width: 199px;
clear: both;
}

#content_center
{
background: transparent url('images/content_bg.png') top left repeat-x;
float: left;
width: 277px;
padding: 25px 15px 15px 15px;
line-height: 1.5em;
}

#content h1 {
font-size: 1.4em;
color: #5F5C5C;
margin-bottom: 1em;
}

#content h2 {
font-size: 1.4em;
color: #5F5C5C;
margin-bottom: 1em;
}

#content_right
{
border-right: 2px solid #A6B0B4;
float: left;
width: 199px;
}

#content_front
{
border-right: 2px solid #A6B0B4;
border-left: 2px solid #A6B0B4;
}

#footer
{
font-size: 95%;
width: 709px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}

#bottom_frame
{
padding-bottom: 10px;
background: transparent url('images/bottom_frame_bg.png') top center no-repeat;
}

