/* CSS Document */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
background-color: #EFEFEF;
margin-top: 0px;
margin-left: 0px;
width: 100%;
line-height: 18px;
font-weight: normal;
word-spacing: 1px;
}
a:link{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #FF9900;
text-decoration: underline;
font-weight: bold;
}
a.one:link{
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.one:visited{
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.one:hover{
color: #FF9900;
text-decoration: underline;
font-weight: bold;
}
a.two:link{
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight: normal;
padding-left: 4px;
line-height: 20px;
background-color: #3F3F3F;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}
a.two:visited{
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight: normal;
padding-left: 4px;
line-height: 16px;
background-color: #3F3F3F;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}
a.two:hover{
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
padding-left: 4px;
line-height: 16px;
background-color: #999999;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #333333;
}
#header{
background-color: #333333;
border-color: #FF9900;
border-bottom-width: 4px;
height: 94px;
border-bottom-style: ridge;
width: 100%;
color: #FFFFFF;
color: #FFFFFF;
background-repeat: repeat-x;
background-image: url(images/head_back.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-style: italic;
letter-spacing: 2px;
word-spacing: 1px;
}
#leftcolumn{
background-color:#333333;
width: 150px;
float: left;
border-right-style: inset;
border-right-color: #666666;
border-right-width: 4px;
background-image: url(images/back01.jpg);
border-bottom-color: #666666;
border-bottom-style: inset;
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
letter-spacing: 1px;
clear: both;
height: 600px;
padding-left: 4px;
}
#nav{
background-color:#666666;
position: absolute;
width: 150px;
margin-top: 60px;
border-top-style: solid;
border-top-width: 4px;
border-top-color: #FF9900;
border-left-style: solid;
border-left-color: #FF9900;
border-left-width: 4px;
padding-left: 5px;
letter-spacing: 3px;
border-bottom-style: solid;
border-bottom-color: #B36B00;
border-bottom-width: 4px;
border-right-style: ridge;
border-right-color: #885200;
border-right-width: 4px;
padding-top: 3px;
padding-bottom: 3px;
left: 30px;
font-variant: small-caps;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}
#content{
position: absolute;
background-color: #EFEFEF;
color: #7D4B00;
left: 200px;
top: 110px;
padding-right: 30px;
word-spacing: 1px;
width: 77%;
}
#button{
background-color: #555555;
color: #FFFFFF;
margin-left: 2px;
margin-right: 3px;
padding-left: 3px;
border-top-color: #CCCCCC;
border-top-width: 2px;
border-top-style: solid;
line-height: 125%;
border-left-color: #CCCCCC;
border-left-style: solid;
border-left-width: 2px;
border-bottom-color: #909090;
border-bottom-style: solid;
border-bottom-width: 2px;
margin-top: 2px;
margin-bottom: 2px;
}
#footer{
background-color: #333333;
border-top-style: inset;
border-top-color: #CCCCCC;
border-top-width: 4px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
clear: both;
}