@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Verdana;
background: #666666 url(images/bodybg.jpg) repeat-x top left;
}

a {color: #00F; text-decoration: underline; cursor: pointer;}
a img {border: none;}
form {margin: 0px; padding: 0px;}
ul {margin-left: 10px; padding-left: 5px;}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

h1, h2, h3, h4, h5 {color: #666666; margin: 3px 0px; padding: 3px 0px;}

hr {color: #333333; border-color: #333333;}

.homemenu {
text-align: left;
padding-left: 20px;
}
.homemenu div {
text-align: left;
clear: both;
margin: 5px 0px;
font-size: 15px;
}
.homemenu div a {
color: #FFFF00;
text-decoration: none;
}
.homemenu div a:hover {
color: #33FFFF;
}

/* NAV */
#leftnav a {
color: #6699FF;
font-size: 14px;
text-decoration: none;
margin: 5px 0px;
}
#leftnav a:hover {
color: #F4E900;
}
#topnav {
text-align: center;
overflow: hidden;
height: 40px;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
}
.topnavlink {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 45px;
}
.topnavlink:hover {color: #FFFF66;}
.topnavbutton {margin: 0px 10px;}

/* LAYOUT */
#homeheader {
position: relative;
left: 50%;
margin-left: -475px;
width: 950px;
}
#homemenutop {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
height: 15px;
background: url(images/homemenutop.png) no-repeat;
}
#homemenu {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
background: url(images/homemenubg.png) right repeat-y;
color: #CCCCCC;
font-size: 14px;
}
#homemenucap {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
height: 15px;
background: url(images/homemenucap.png) no-repeat;
}
#homepagetop {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
height: 15px;
background: url(images/homepagetop.png) no-repeat;
}
#homepage {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
background: url(images/homepagebg.png) right repeat-y;
}
#homepagecap {
position: relative;
left: 50%;
margin-left: -485px;
width: 970px;
height: 15px;
background: url(images/homepagecap.png) no-repeat;
}
#homepagepadding {padding: 0px 20px;}

#leftnav {
padding: 0px 5px 10px 15px;
}

/* CONTENT PAGES */

#pagetop {
position: relative;
left: 50%;
margin-left: -480px;
width: 960px;
height: 150px;
background: url(images/pagetop.png) no-repeat;
}
#pagetopcontent {
position: absolute;
right: 13px;
top: 15px;
height: 125px;
width: 700px;
}
#page {
position: relative;
left: 50%;
margin-left: -480px;
width: 960px;
background: url(images/pagebg.png) repeat-y;
}
#pagepadding {
padding: 10px 20px;
}
#pagecap {
position: relative;
left: 50%;
margin-left: -480px;
width: 960px;
height: 15px;
background: url(images/pagecap.png) no-repeat;
}

#content {
position: relative;
margin-top: -125px;
padding: 0px 15px;
}

#footer {
text-align: center;
font-size: 10px;
color: #000000;
clear: both;
}
#footer a {color: #6699FF;}

/* BLOG INDEX */
#blogindex {background: #f7f7f7;}
