﻿
    body
		{
		
		overflow-y: auto;
		overflow-x: hidden;
		background: #0CA1FF;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		background: #0CA1FF url(graphics/sitebg.jpg); 
		background-repeat: repeat-y;
		background-position: center;
		
		}
	/*box ID's */
	
#sitenav 
		{
		top: 0px;
		left: 0px;
		width: auto;
		}
#container
{
    
    
	overflow-y: auto;
	overflow-x: hidden;
    padding: 0px; 
    margin-right: auto;
    margin-left: auto;  
    width: 840px;
    height: 100%;

    }
    
.img_link
{
    border: solid 0px; 
    clear: left;
}
   
.container2
{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #333333;
	background-repeat: repeat-y;
	overflow-y: auto;
	overflow-x: hidden;
    padding-bottom: 0px; 
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px; 
    width: 620px;
    
}

.container3
{
    
    background-color: #333333;
	background-repeat: repeat-y;
	overflow-y: auto;
	overflow-x: hidden;
    padding: 0px;
    width: 620px; 
    
}

.content
{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #000000;
    background-image: url("graphics/container_grad4.jpg");
	background-repeat: repeat-y;
	overflow-y: auto;
	overflow-x: hidden;
    padding-bottom: 0px; 
    margin-right: auto;
    margin-left: auto; 
    margin-bottom: 10px; 
    width: 840px;
    height: auto;
    clear: both;
}


.inner
{
    margin: 15px;
}

#copyright_box 
{
        width: 840px;
        margin-left: auto;
	    margin-right: auto;
	    bottom: 0px;
	    text-align: center;
	    clear: both;
    
    
   		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #888888;
}

	
/* text classes */	
	.red_text
		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #00D5FF;
		}
		
	.white_header
		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #FFFFFF;
		}
	
	.white_text
		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		}
		
	.white_text_small
		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		}
		
.comment_text 
{       font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
}

.small_text 
{       font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
}
	

    	
/*now for the links		*/

A 
		{ 
		color: #00D5FF;
		text-decoration:none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
A:link
		{
		color:#00D5FF;
		font-weight:bold;
		text-decoration:none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
A:active
		{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
A:visited
		{
		color:#00FFFF;
		font-weight:bold;
		text-decoration:none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
A:hover
		{
		color:#FF9966;
		font-weight:bold;
		text-decoration:none;
		font-size: 12px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		
		}