/*Designed by Nik Outchcunis*/

body {	
    color: #4a538d;	
    font-family: Verdana, Times, serif;	
    font-size: 1em;	
    margin: 0;	
    background-image: url(images/graystarfish.gif);  
}

#rap {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    text-align: left;
    border-top: 0px solid #A1A1A1;
    border-left: 0px solid #A1A1A1; 
    border-right: 0px solid #A1A1A1;
    background-color: #cfdaf2;
  }

#leftcol {
	width: 198px;	
	background-color: #cfdaf2;
	float: left;
}

#header {	
    background-color: #2757b3;
    border-bottom: 1px #666 solid;
    border-top: 0px #666 solid;
    border-right: 1px #666 solid;
    width: 800px;    
    }

#header p {	
    font-size: 1em; 
    color: #8e8e8e;
    text-align: right;
    padding-right: 20px;
}

#navbar {	
    margin-top: 0px;	
    margin-left: 0px;	
    width: 198px;	
    border-top: 0px #666 solid;
}

#navbar ul {		
    padding: 0;	
    margin: 0;	
}

#navbar ul li {	
    padding: 0;	
    margin: 0;
}

#navbar ul li a:link, #navbar ul li a:visited  {	
    display: block;	
    text-decoration: none;
    font-family: Verdana, Times, serif;		
    font-size: .85em;
    border-bottom: 1px #666 solid;	
    padding-top: 10px;	
    padding-bottom: 10px;	
    padding-left: 30px;	
    background-color: #cfdaf2;	
    color: #4a538d; 
}

#navbar ul li a:hover {	
    display: block;	
    color: #8e2327;
    background-color: #FFF;
}

#content {	
    position: relative;	
    width: 801px;
    background: #cfdaf2;
}

#clearer {
    clear: both;
}

#main-text {	
    background-color: #FFF;	
    margin-left: 198px;	
    padding: 10px;	
    border-left: 1px #666 solid;	
    border-right: 1px #666 solid; 
}

h1 {	
    font-size: 1.2em; 
    color: #8e2327;
}

h2 {	
    font-size: 1.1em; 
}

p {	
    font-size: 0.8em;	
    text-align: justify;	
    line-height: 1.7em;	
    color: #000; 
}

p.footer {	
    font-size: .75em;	
    text-align: center;	 
}

p.cen {
    text-align: center;
}

a:link {
	color: #941126;
	text-decoration: none;
}

a:visited {
	color: #941126;
	text-decoration: none;
}

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

a:active {
	color: #333;
	text-decoration: underline;
}

.floatright {
	float: right;
	padding-top: 0px;
	margin: 5px 5px 0px 15px;
}

.floatleft {
	float: left;
	padding-top: 0px;
	margin: 5px 15px 0px 5px;
}

.liner {
	border-bottom: 1px #333 solid;
	}
