
body{
margin:0;
padding:0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background-color:#000000;
color:#FFFFFF;
}

.bodytext{
text-align: left;
color: FFFFFF;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}


.h1{
text-align: center;
}

h2{
text-align:left;
}

a:link {
color: #FFFFFF;
text-decoration: none;
}     /* unvisited link */

a:visited {
color: #6600FF;
text-decoration: none;
}  /* visited link */

a:hover {
color: #0000FF;
text-decoration: none;
}   /* mouse over link */

a:active {
color: #0000FF;
text-decoration: none;
}   /* selected link */

#maincontainer{
width: 700px;
margin: 0 auto;
text-align: center;
}

#topsection{
width: 700px;
height: 100px; /*Height of top section*/
text-align:center;
}

#header{
height: 175px; /*Height of top section*/
padding-bottom: 0px;
padding-top: 0px;
}

#navigation{
padding-top: 10px;
padding-bottom: 30px;
text-align: center;
width: 700px;
}

#columnwrapper{
width: 700px;
margin: 0px;
text-align: center;
}

#textblue{
width: 680px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
pading-bottom: 10px;
border: 1px solid #0000FF;
}

#textpurple{
width: 676px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
pading-bottom: 10px;
border: 2px solid #6600FF;
}

#textpink{
width: 676px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
pading-bottom: 10px;
border: 2px solid #FF00FF;
}

.slogan{
width: 700px;
padding-top: 10px;
padding-top: 10px;
vertical-align:middle;
}

#footer{
width: 700px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-top: 40px;
margin-bottom: 20px;
padding-left: 5px;
padding-right: 5px;
border-top: solid #CCCCCC 1px;
border-bottom: solid #CCCCCC 1px;
}

#footer1{
text-align: left;
float: left;
}

#footer2{
text-align: right;
}


