/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#9b999a;
	}


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

	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	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: #666666;
	text-decoration:none;
	}

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

	
H1 {

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


H2 {

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


H3 {

	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	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:0px;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}
	
	
#navigation { 
	top:0px;
	left:45px;
	width:750px;
	height:20px;
	padding-top:5px;
	border-style:solid;
	border-color: #008430;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:2px;
	text-align:right;
	z-index:99;
	}


#main { 
	width:750px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	}


#main_text { 
	width:750px;
	background-color:#ffffff;
	z-index:2;
	}


#footer {
	clear:both;
	height:50px;
	width:745px;
	background-color:#6ba735;
	background-image:url(images/apl-tm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:right;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	z-index:2;
	}

	
	
#col_1 {
	float:left;
	width:200px;
	text-align:left;
	z-index:3;
	}


#col_2 {
	float:left;
	width:550px;
	background-color:#9b999a;
	text-align:left;
	z-index:3;
	}


#col_3 {
	clear:both;
	float:left;
	width:735px;
	border-style:solid;
	border-color: #008430;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:2px;
	border-bottom-width:3px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	z-index:3;
	}


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

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