/* CSS Document */
*{
margin:0;
padding:0;
}
a {
color: #008284;
text-decoration:underline
}
a:hover{
color:#6e6e6e;
text-decoration:none
}
body{
background:#000;
font-size:100%;
text-align:center;
font:Arial,Helvetica,sans-serif;
color: #fff;
}
h1{
font-size:1.8em;
font-weight:900;
text-align:center
}
h2{
font-size:1.7em;
font-weight:900;
text-align:center
}
h3{
font-size:1.6em;
font-weight:900;
text-align:center
}
h4{
font-size:1.5em;
font-weight:900;
text-align:center
}
h5{
font-size:1.4em;
font-weight:900;
text-align:center
}
h6{
font-size:1.3em;
font-weight:900;
text-align:center
}
html{
font-size:75%;
margin-bottom:1px;
min-height:100%
}
p{
font-size: 1.2em;
font-family: Arial,Helvetica,sans-serif;
}

/* ======== CLASSES =======*/

.aligncenter{
text-align:center
}
.alignleft{
text-align:left
}
.alignright{
text-align:right
}
.clearboth {
	clear: both;
}
.left{float: left;}
.right{float: right;}

/* ======== ID =======*/

#topcol{
background-color:#000;
width:670px;
margin: 0 12px 0 4px;
}
#topcol img {
	float: right;
/*	border: 1px solid #335D5E;*/
	margin: 14px 0 8px 20px;
}
#topcol p {
text-align: justify;
line-height: 1.2em;
color: #fff; 
word-spacing: .2em;
}
#middlecol{
background-color:#000;
width:670px;
margin: 0 12px 0 4px;
}
#middlecol p{
text-align: justify;
line-height: 1.2em;
color: #fff; 
word-spacing: .2em;
}
#footer {
	width: 686px;
/*	border: Purple 2px solid;*/
}
#footerleftcol {
	float: left;
	width: 300px;
	margin: 9px;
/*	border: 1px solid red;*/
}
#footerleftcol p{
text-align: left;
line-height: 1.2em;
color: #fff; 
}
#footerleftcol p.smallprint{
font-size: 1em;
color: #006F71;
}
#footerleftcol p .smallprint a{
font-size: 1em;
color: #00CED1;
}
#footerrightcol {
	float: left;
	width: 300px;
	margin: 14px;
/*	border: 1px solid blue;*/
}
#footerrightcol p{
text-align: justify;
line-height: 1.2em;
color: #fff; 
}
#wrapper{
padding: 4px 8px 4px 4px;
margin:20px auto 10px;
text-align:left;
width:700px;
/*border: 1px solid #353535;*/
height: 944px;
}

