/* CSS - Default Style Sheet */

/* DEFAULT VALUES */

body
{
margin: 0px;
padding: 0px;
float: none;
background-color: #400000;
height: auto;
}

/* Links Stuffies */
a:link
{
color: #fff;
text-decoration: underline;
}

a:visited
{
color: #fff;
text-decoration: underline;
}

a:hover
{
color: #fff;
text-decoration: underline;
}

a:active 
{
color: #fff;
text-decoration: underline;
}
/* Links Stuffies */

/* END DEFAULT VALUES */

/* TEXT DEFINITIONS */

h1.title
{
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
font-size: 44px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

h2.pretoptitle
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: left;
margin-top: 0px;
}

h2.contenttitle
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: left;
margin-top: 0px;
margin-left: 60px;
}

h3.smalltitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 10px;
} 

h3.smallblogtitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 10px;
} 

p.main
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.mainem
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.navbartitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 2px;
text-decoration: none;
} 

p.small
{
font-size: 10px;
text-align: justify;
color: #fff;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
margin-right: 5px;
margin-top: 5px;
}

p.smallitalic
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
font-weight: normal;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.smallheader
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center;
color: #fff;
}

p.copyright
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center;
color: #fff;
line-height: 140%;
margin: 5px auto;
}

hr.index-right
{
width: 100%;
height: 1px;
}

/* END TEXT DEFINITIONS */

/* LAYOUT */

div.layout
{
background-color: #300000;
width: 680px;
height: 100%;
margin: 25px auto;
}

div.main
{
width: 100%;
height: 100%;
vertical-align: middle;
background-color: #300000;
float: right;
border: 0px dotted #d0d0d0;
background-color: none;
padding: 0px 5px 5px 5px;
}

div.top
{
height: 100px;
width: 100%;
background-image: url('images/toptitle.png');
background-repeat: no-repeat;
border: 0px solid #d0d0d0;
border-bottom: 0px;
margin: 0px 0px 0px 0px;
}

div.contenttitle
{
height: 30px;
width: 100%;
background-color: #300000;
border-bottom: 3px solid #400000;
margin-bottom: 10px;
margin-top: 0px;
}

div.content
{
height: 100%;
width: 100%;
border: 0px solid #d0d0d0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 20px;
}

div.bottom
{
width: 100%;
height: auto;
background-color: none;
border: 0px solid #d0d0d0;
border: 0px dotted #d0d0d0;
height: 50px;
margin-top: 25px;
}

div.navbar
{
height: 100%;
width: 25%;
border: 0px dotted #d0d0d0;
float: left;
background-color: #300000;
}

div.contentholder
{
height: auto;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background-color: #200000;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 5px 5px 5px 5px;
}

div.preholder
{
height: 207px;
width: 81.5%;
margin-left: auto;
margin-right: auto;
background-color: none;
margin-top: 20px;
margin-bottom: 20px;
padding: 0px;
}

div.apreholder
{
height: 140px;
width: 80%;
margin-left: auto;
margin-right: auto;
background-color: #200000;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 5px 5px 5px 5px;
}

div.bpreholder
{
height: 200px;
width: 45%;
background-color: #200000;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 0px 5px 5px 5px;
float: left;
}

div.spreholder
{
height: 200px;
width: 45%;
background-color: #200000;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 0px 5px 5px 5px;
float: right;
}

div.navbarholder
{
height: auto;
width: 45%;
margin-left: auto;
margin-right: auto;
background-color: #200000;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
margin-top: 15px;
padding: 5px 5px 5px 5px;
}

/* Other Bits */

div.navbarbuttons
{
margin: 25px auto 0px auto;
height: 85px;
width: 85px;
background-color: #fff;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #fff;
border-style: solid;
}

div.pretop
{
width: 100%;
height: 25px;
background-image: url('images/pretop.png');
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-style: solid;
border-color: #350000;
margin-top: 0px;
}