/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bckgrnd.png);
	background-repeat:repeat-x;
	background-color:#87e2ff;
	}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.normal {
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	hover: #000000;
	}

.title {
	font-family: "arial";
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	hover: #000000;
	}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}

A:active {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
    text-decoration:underline;
	}

	
H1 {

	font-family: "arial";
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


H2 {

	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


H3 {

	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	}


.floatimgleft {
	float: left;
	margin-top:5px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:10px;
	}

.floatimgright {
	float: right;
	margin-top:5px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
	}


/* Layers */


#base {
	position:relative;
	top:10px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}
	
	
#header { 
	top:0px;
	width:850px;
	height:254px;
	background-image:url(images/light_bulb.jpg);
	text-align:center;
	z-index:2;
	}


#main { 
	width:850px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	}


#main_text { 
	float:left;
	width:850px;
	background-image:url(images/edges.png);
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
	z-index:2;

	}


#footer {
	clear:both;
	width:850px;
	height:51px;
	padding-top:25px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
	}

#footer A {
    font-family: "arial";
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

#footer A:active {
 	font-family: "arial";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}	
	
#footer A:hover {
	font-family: "arial";
	font-size: 10px;
	font-weight: bold;
	color: #33cc66;
    text-decoration:underline;
	}	
	
#navigation {
	width:845px;
	border-style:solid;
	border-color: #ff0000;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;
	text-align:center;
	z-index:2;
	}
	
#navigation A {
    font-family: "arial";
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	text-decoration:none;
	}

#navigation A:active {
 	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
	}	
	
#navigation A:hover {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color:#33CC66;
    text-decoration:none;
	}

#col_1 {
	float:left;
	width:750px;
	margin-left:15px;
	padding-top: 5px;
	padding-bottom:10px;
	padding-left: 5px;
	text-align:left:
	z-index:2;
	}


#col_2 {
	float:left;
	width:400px;
	margin-left:15px;
	padding-top: 5px;
	padding-bottom:10px;
	padding-left: 5px;
	z-index:2;
	}
	

#col_3 {
	float:left;
	width:375px;
	margin-left:15px;
	padding-top: 5px;
	padding-bottom:10px;
	padding-left: 5px;
	background-color:#eeeeee;
	text-align:left;
	z-index:2;
	}

#cb_link {
	clear:both;
	width:330px;
	margin-left:20px;
	text-align:left;
	z-index:2;
	}
	
#cb_link A {
    font-family: "arial";
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

#cb_link A:active {
 	font-family: "arial";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	}	
	
#cb_link A:hover {
	font-family: "arial";
	font-size: 10px;
	font-weight: bold;
	color: #00cccc;
    text-decoration:underline;
	}