/* Default Site Layout & Style*/

/* Layout */
#pagecontainer
{
margin: 0 auto;
text-align: left;
width: 900px;
}

#header
{
text-align: left;
margin-top: 10px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background: url(.././images/site/header/siteheader.jpg);
background-repeat: no-repeat;
}

#header h1
{
padding-left: 15px;
font-size: 16px;
}

#header p
{
text-align: right;
padding-right: 15px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

#leftcolumn
{
width: 150px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background-color: #6699FF;
}

#rightcolumn
{
width: 150px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background-color: #6699FF;
}

#content
{
width: 580px;
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background-color: #BBCCFF;
}

#footer
{
clear: both;
background-color: #888888;
margin-top: 0px;
margin-bottom: 10px;
}

#footer p
{
text-align: center;
}


/* Round Box */
.rboxtop
{
background: url(../images/site/objects/rbox/tr.gif) no-repeat top right;
}

.rboxbottom
{
background: url(../images/site/objects/rbox/br.gif) no-repeat top right;
}

img.corner
{
width: 8px;
height: 8px;
border: none;
display: block !important;
}

.rbox
{
width: 250px;
background-color: #ff9900;
color: #ffffff;
}

.imgright
{
float: right;
padding: 5px;
background-color: #ffffff;
border: 1px solid #000000;
}

.imgleft
{
float: left;
padding: 5px;
background-color: #ffffff;
border: 1px solid #000000;
}


/* Style */
body
{
background: #ffffff;
background-attachment: fixed;
margin: 0px;
padding: 0px;
}

h1,h2,h3,h4,h5,h6,p
{
font-family: helvetica, arial, verdana, sans-serif;
color: black;
text-align: left;
padding-left: 10px;
padding-right: 5px;
}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

p
{
font-size: 12px;
}

#content p a:visited, #content p a:link
{
color: #003399;
text-decoration: none;
}

#content p a:hover
{
color: #FFFFFF;
text-decoration: none;
border-bottom: none;
background-color: #3366CC;
}

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}

.bold {font-weight: bold}

.uppercase {text-transform: uppercase}
.lowercase {text-transform: lowercase}
.capitalize {text-transform: capitalize}

.nogap
{
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

.nogaptop
{
margin-top: 0px;
padding-top: 0px;
}

.nogapbottom
{
margin-bottom: 0px;
padding-bottom: 0px;
}

.open
{
color: #009900;
font-weight: bold;
}

.closed
{
color: #990000;
font-weight: bold;
}

#footer p
{
font-size: 10px;
}

#footer p a:visited, a:link
{
color: #000000;
text-decoration: none;
}

#footer p a:hover
{
color: #ffffff;
text-decoration: none;
border-bottom: none;
background-color: #000000;
}

#ads
{
text-align: center;
}
