﻿html 
{
}

body 
{
    margin:0000;
    background-color:#4e7f27;
    background-image:url('/styles/images/bg.jpg');
    background-repeat:repeat-x;
    width:100%;
}

div.background 
{
    background-image:url('/styles/images/bg-image.jpg');
    width:100%;
    background-position:top;
    background-repeat:no-repeat;
    overflow:visible;
    text-align:center;
    float:left; 
}

div.frame 
{
    width:820px;
    text-align:left;
    margin: auto;
}

div.frameTop 
{
    background-image:url('/styles/images/frame_top.png');
    width:820px;
    height:10px;
    margin-top:25px;
    float:left; 
}

div.frameLeft 
{
    background-image:url('/styles/images/frame_left.png');
    width:10px;
    height:680px;
    float:left;
}
div.frameRight 
{
    background-image:url('/styles/images/frame_right.png');
    width:10px;
    height:680px;
    float:left;    
}
div.frameBottom 
{
    background-image:url('/styles/images/frame_bottom.png');
    width:820px;
    height:17px;
    float:left; 
}
div.frameFooter 
{
    background-image:url('/styles/images/frame_footer.png');
    width:820px;
    height:24px;
    float:left; 
}
div.framecontent
{
    background-image:url('/styles/images/content_bg.gif');
    background-color:#ffffff;    
    width:800px;
    height:680px;
    float:left;
}
div.header 
{
    width:820px;
    height:104px;
    float:left; 
}

div.content 
{
    padding-top:39px;
    padding-left:25px;
    overflow:auto;
    font-family: Verdana, Arial, Serif;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    vertical-align:top;
}

div.content h1 
{
    font-family: Century Gothic, Verdana, Arial, Serif;
    font-size: 18px;
    font-weight:bold;
    line-height: 22px;
    color: #93b94b;
    
}

div.content span 
{
    /*width: 430px;*/
    
}


li.list 
{
margin-left:-20px;
margin-bottom: 15px;
    
}

A {
	color: #a48a77;
	text-decoration:underline;
}
A:link {
	color: #a48a77;
	text-decoration:underline;
}
A:visited {
	color: #a48a77;
	text-decoration:underline;
}
A:hover {
	color: #69584c;
	text-decoration: underline;
}
A:active {
	color: #69584c;
	text-decoration: underline;
}


.subNavi 
{  
    height:26px;
    width:800px;
    background-image:url('/styles/images/sub_navibar.png'); 
}

.subNaviBlank
{  
    height:26px;
    width:800px;
}

.subMargin 
{  
    padding-left:13px;
    padding-right:0px;
    font-family: Verdana, Arial, Serif;
    font-size: 11px;
    font-weight:normal;
    color: #ffffff;  
}
a.subMargin 
{  
    color: #ffffff; 
    text-decoration:none;
  }

A.subMargin:link {
	color: #ffffff;
	text-decoration:none;
}
A.subMargin:visited {
	color: #ffffff;
	text-decoration:none;
}
A.subMargin:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.subMargin:active {
	color: #ffffff;
	text-decoration: underline;
}


.normal {
    font-family: Verdana, Arial, Serif;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    vertical-align:top;
}


.contentText {
    width: 450px;
    height: 430px;
    display:inline-block;
    float:left;
    overflow:auto;
}

