html, body, form
{
padding: 0px;
margin: 0px;
}

html
{
scrollbar-face-color: #CCCCCC;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #ffffff;
scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #EBEBEB;	
font-size: 100%;
}

body
{
font-family: sans-serif;
font-size: 0.75em;
color: #ffffff;
background: #e96206 url(../images/template/bodybg.jpg) repeat-x top;
text-align: center;
}


/* Layout */
#content
{
border-width: 1px 2px;
border-color: #ffffff;
border-style: solid;
background: #08080A url(../images/template/bg.jpg) no-repeat top;
width: 720px;
margin: auto;
text-align: left;
}

#center
{
padding: 280px 15px 15px 15px;
text-align: left;
width: 690px;
}

#links
{
font-weight: bold;
font-size: .9em;
padding: 3px; 
margin-top: 263px;
margin-right: 3px; 
float: right; 
}

.header
{
margin-bottom: 3px;
margin-left: 5px;
height: 18px;
width: 685px;
}

.section
{
background: url(../images/template/divbg.jpg) no-repeat top left; 
padding-left: 15px; 
padding-top: 10px;
}

#footer
{
font-size: .9em;
text-align: center;
padding-top: 3px;
width: 100%;
height: 26px;
background: url(../images/template/foot.jpg) repeat-x bottom;
}

#subfoot
{
width: 685px;
padding: 5px 0px;
margin: auto;
text-align: center;
background: url(../images/template/headbg.jpg) no-repeat top;
}

#homefloat
{
float: right; 
margin-right: 5px; 
margin-left: 15px; 
text-align: center; 
border: 1px solid #929697;
width: 200px;
background: #161e21 url(../images/template/foot.jpg) repeat-x bottom;
}


/* General */
h1 { display: none; }

h2
{
font-size: 1.3em;
font-weight: bold;
margin-left: 5px;
}

.color { color: #e96206; }
.white { color: #ffffff; }

.collapse
{
display: inline;
list-style-type: none; 
list-style-position: inside; 
margin: 0px; padding: 0px; 
}
.collapse li { display: inline; list-style-type: none; }


/* Links */
a { color: #ED7F33; text-decoration: none; }
a:hover { color: #e96206;}
a:active { color: #ffc32f; }

.pic
{
width: 200px;
height: 150px;
margin: 7px 7px auto auto;
}

a img 
{
filter: alpha(opacity=95); 
opacity: 0.95;
border: 1px solid #4F4F51;
background: #08080a;
padding: 6px;
}

a:hover img 
{
filter: alpha(opacity=100);   
opacity: 1.0;
border: 1px solid #69696B;
}

#links a, #links a:visited
{
color: #ffffff;
text-decoration: none;
margin-right: 3px;
margin-left: 3px;
padding-top: 2px;
}

#links a:hover, #links a:active { color: #DDDDDD; }

#links a:hover { 
background: url(../images/template/a_bg2.jpg) no-repeat top; 
padding-top: 2px;
}

#links a:active { 
background: url(../images/template/a_bg2.jpg) no-repeat bottom; 
padding-bottom: 3px;
}


/* Form Elements */
.txtbg { background: #ffe6a6 url(../images/template/txtbg.jpg) repeat-y; }

.txtbglong { background: #ffe6a6 url(../images/template/txtbglong.jpg) repeat-y; }

textarea.txtbglong { overflow: hidden; }

input.btn
{
border: 1px solid #C3C3C3;
background: #D9D9D9 url(../images/template/btn_bg.gif) repeat-x;
padding: 2px 0px 0px 0px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
cursor: pointer;
color: #111111;
}

input.btn:hover { border: 1px solid #ececec !important; }
input.btn:active { border: 1px solid #ececec; }