/** BASIC */
body
{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
background-color: #000000;
background-image: url(bkgrnd.jpg);
background-repeat: repeat-x;
}

#frame
{
width: 800px;
background-color: #000055;
margin-left: auto;
margin-right: auto;
}

/** HEADERS */
#header
{
width: 800px;
margin-bottom: 20px;
text-align: center;
}

.head
{
text-align: center;
}

/** COLUMNS */

#c1
{
float: left;
width: 435px;
height: 150px;
border-style:none;
border-width:1px;
}

#c2
{
width: 300px;
height: 150px;
margin-left: 440px;
border-style:none;
border-width:1px;
}

#c3
{
float: left;
width: 200px;
height: 450px;
margin: 10px 10px 0 0;
padding: 5px;
border-style:solid;
border-width:1px;
}

#c4
{
float: left;
width: 397px;
height: 450px;
margin: 10px 0 0 0;
padding: 5px;
border-style:solid;
border-width:1px;
}

#c5
{
margin-left: 642px;
margin-top: 10px;
padding: 5px;
border-style:solid;
border-width:1px;
}

#c6
{
margin-left: 642px;
margin-top: 10px;
padding: 5px;
border-style:solid;
border-width:1px;
}

#news
{
float: left;
width: 800px;
height: 150px;
border-style:none;
border-width:1px;
}

li.nobullet { list-style-type: none; }

#menu
{
width: 800px;
text-align: center;
}


/** IMAGES */
.image
{
border:none;
padding: 10px;
}

.cimage
{
text-align: center;
border: none;
}

img.menu
{
padding: 0 10px 0 10px;
border: none;
}


/** CONTENT */
#contentTop
{
background-image: url('top.png');
background-repeat: no-repeat;
background-position: center;
background-color: #000055;
width: auto;
height: 22px;
margin-top: 10px;
}

#contentMid
{
background-image: url('mid.png');
background-repeat: repeat-y;
background-position: center;
background-color: #000055;
width: auto;
height: auto;
}

#content
{
width: 790px;
padding-left: 10px;
background-color: #000055;
}

#contentBottom
{
background-image: url('bottom.png');
background-repeat: no-repeat;
background-position: center;
background-color: #000055;
width: auto;
height: 23px;
}

p
{
margin: 0 0 0 0;
padding: 10px 0 10px 0;
}

h1,h2,h3,h4,h5
{
margin: 0 0 0 0;
}

ul
{
margin: 0 0 0 10px;
}


/** TEXT STYLES */
#ctext
{
width: 790px;
height: auto;
color: #FFFFFF;
text-align: center;
}

#ctextgreen
{
width: 790px;
height: auto;
color: #00FF00;
text-align: center;
}

#textindent
{
color: #FFFFFF;
height: auto;
padding-left: 20px;
}

#textgreen
{
width: 790px;
height: auto;
color: #00FF00;
padding-left: 50px;
}

.center
{
text-align: center;
}

#h1text
{
width: 790px;
height: auto;
color: #FFFFFF;
text-align:center;
font-size: 250%;
padding-left: 10px;
}

#h1textgreen
{
width: 790px;
height: auto;
color: #00FF00;
text-align:center;
font-size: 200%;
padding-left: 10px;
}

strong.led
{
color: #00FF00;
}

strong.indent
{
color: #FFFFFF;
height: auto;
padding-left: 20px;
}


/** FOOTER */
#footer
{
width: 790px;
height: auto;
color: #FFFFFF;
background-color: #000055;
text-align: center;
font-size: small;
padding-left: 10px;
}


/** LINK STYLES */
.linktext
{
vertical-align: center;
}

td.indexlinks
{
text-align:center;
}

a:link
{
color: #FFFFFF;
}

a:visited
{
color: #FFFFFF;
}

a:hover
{
color: #0000FF;
}

a:active
{
color: #FFFFFF;
}



