/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bckgrnd1.png);
	background-repeat:repeat;
}


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

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

.largetext {

	font-family: "arial";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.italictext {

	font-family: "arial";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold; font-style:italic;
	text-decoration: none;
}

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


a:focus
{
-moz-outline-style: none;
outline: none;
}


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

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

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

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

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

H2 {

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


H3 {

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

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

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


/* Layers */


#base {
	position:relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
	
#header { 
	top:0px;
	width:940px;
	height:159px;
	padding-left:30px;
	padding-top:32px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	text-align:left;
	z-index:2;
}


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


#main_text { 
	width:970px;
	background-image:url(images/text_bckgrnd.png);
	background-repeat:repeat-y;
	z-index:2;
}

#flash {
	clear:both;
	width:937px;
	height:200px;
	padding-top:0px;
	padding-left:33px;
	background-image:url(images/bottom_bckgrnd.png);
	background-repeat:repeat-y;
	text-align:left;
	z-index:2;
}


#navigation {
	float:left;
	width:275px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:left;
	z-index:3;
}

#navigation A {
    font-family: "arial narrow";
	font-size: 20px;
	color: #669933;
	font-weight: bold;
	text-decoration:none;
}

#navigation A:active {
 	font-family: "arial narrow";
	font-size: 20px;
	font-weight: bold;
	color:#669933;
	text-decoration:none;
}	
	
#navigation A:hover {
	font-family: "arial narrow";
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
    text-decoration:underline;
}

#admin_menu {
	float:left;
	width:275px;
	height:250px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:left;
	z-index:3;;
}

#heading {
	width:615px;
	float:left;
	margin-left:0px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:0px;
	text-align:left;
	z-index:3;
}

#text_1 {
	width:575px;
	float:left;
	margin-left:0px;
	padding-left:30px;
	padding-right:40px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	z-index:3;
}




#bottom {
	clear:both;
	width:930px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	background-image:url(images/bottom_bckgrnd.png);
	background-repeat:repeat-y;
	text-align:left;
	z-index:2;
}

#bottom_r {
	clear:both;
	width:600px;
	padding-left:300px;
	text-align:left;
	z-index:2;
}

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

#bottom_r A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}	
	
#bottom_r A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
    text-decoration:underline;
}

#sitemap {
	float:right;
	width:645px;
	margin-top:20px;
	padding-top:0px;
	padding-left:0px;
	text-align:center;
	z-index:2;
}

#sitemap A {
    font-family: "arial";
	font-size: 11px;
	color: #ff6600;
	font-weight: normal;
	text-decoration:none;
}

#sitemap A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color: #ff6600;
	text-decoration:none;
}	
	
#sitemap A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: normal;
	color:#00FF66;
    text-decoration:underline;
}


#footer {
	clear:both;
	width:970px;
	height:26px;
	padding-top:5px;
	padding-right:0px;
	background-image:url(images/footer_bckgrnd.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
}

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

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

