/* CSS - Default Style Sheet */

/* DEFAULT VALUES */

body
{
margin: 0px;
padding: 0px;
float: none;
background-color: #0f57cb;
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 */

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;
} 

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

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

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

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: 13px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 2px;
text-decoration: none;
} 

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

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;
}

p.copyright2
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center;
color: #fff;
line-height: 100%;
margin: 0px;
padding: 1px;
}

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

/* END TEXT DEFINITIONS */

/* LAYOUT */

div.layout
{
background-color: #0f57cb;
width: 932px;
height: 100%;
margin: 50px auto;
}

div.main
{
width: 73%;
height: 100%;
vertical-align: middle;
background-color: rgb(008,074,203);
float: right;
border: 0px dotted #d0d0d0;
background-color: none;
padding: 0px 5px 5px 5px;
}

div.top
{
height: 100px;
width: 100%;
background-repeat: no-repeat;
background-color: #ff0000;
border: 1px dashed #000000;
margin: 0px 0px 25px 0px;
overflow: display;
}

div.toptitle
{
height: 85px;
width: 70%;
background-image: url('images/title.png');
background-repeat: no-repeat;
background-color: #ff0000;
border: 0px dashed #000000;
margin: 15px 0px 0px 25px;
float: left;
}

div.toppicture
{
height: 150px;
width: 23%;
background-image: url('images/cartoon.png');
background-repeat: no-repeat;
background-color: none;
border: 0px dashed #000000;
margin: -25px 20px 0px 0px;
float: right;
}

div.contenttitle
{
height: auto;
width: 25%;
background-color: #ff0000;
border: 1px dashed #000000;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

div.content
{
height: 100%;
width: 100%;
background-color: rgb(008,074,203);
border: 0px solid #d0d0d0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 20px;
}

div.bottom
{
width: 100%;
height: 100px;
background-color: rgb(008,074,203);
border: 0px solid #d0d0d0;
border: 0px dotted #d0d0d0;
height: 50px;
margin-top: 25px;
display: norma
}

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

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

img.image1
{
height: auto;
width: auto;
float: left;
background-color: none;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 0px;
margin: 5px;
}

img.image2
{
height: auto;
width: auto;
float: right;
background-color: none;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 0px;
margin: 5px;
}

/* Other Bits */

div.navbarbuttons
{
margin: 25px auto 0px auto;
height: auto;
width: 60%;
background-color: none;
border: 0px dashed #000;
padding: 0px;
}

img
{
margin: 0px;
}

img.nav
{
border: 1px dashed #000;
opacity:1;
filter:alpha(opacity=100)
}