 @charset "UTF-8";
/* CSS Document */
/* Content-Padding-Border-Margin*/

#logo{
	position:absolute;
	/*border-right: 3px solid #111;
	border-bottom: 3px solid #111;*/
	height: 100px;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
	background-color:#FFFFFF;
	/*background-image:url(logo.jpg);
	color:*/
	

}
#navigation{
	position:absolute;
	width: 150px;
	height:560px;
	margin-left: 10px;
	margin-top: 113px;
	background-color: #FFFFFF;
	/*border-top: 3px solid #333;*/
	font-family: gill sans, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	
}

#navigationbottom{
	position:absolute;
	background-color: #FFFFFF;
	height: 140px;
	width: 150px;
	margin-left: 10px;
	margin-top: 673px;
}

#header{
	position:absolute;
	background-color:#FFFFFF;
	height: 100px;
	width: 820px;
	margin-left: 163px;
	margin-top: 10px;
	/*border-bottom: 3px solid #333;
	border-left:3px solid #333;*/
	text-align: right;
	font-weight:bold;
	font-size:16px;
	line-height: 80%;
}

/*
	position:absolute;
	background-color: #FFFFFF;
	height: 100px;
	width: 40px;
	margin-left: 928px;
	margin-top: 10px;

*/


#flashcontent{
	position:absolute;
	width: 820px;
	height: 560px;
	margin-left: 163px;
	margin-top: 113px;
	/*border-top:3px solid #333;
	border-left:3px solid #333;
	padding-left: 15px;
	padding-top: 15px;*/
	font-family: gill-sans,Verdana, Helvetica, sans-serif;
	font-color:#333;
	background-color:#FFFFFF;
	
}


#footer{
	position:absolute;
	background-color: #FFFFFF;
	height: 140px;
	width: 823px;
	margin-left: 163px;
	margin-top: 673px;
	text-align:center;
	font-size: 12px;
}

#topbar{
	position:absolute;
	background-color:#333;
	height: 3px;
	width: 973px;
	margin-top:110px;
	margin-left: 10px;
}

#sidebar{
	position:absolute;
	background-color:#333;
	height: 663px;
	width: 3px;
	margin-top:10px;
	margin-left:160px;
}

p{
	width: 100%;
	color: #333;
	font-family: gill-sans,Verdana, Helvetica, sans-serif;	
}

h1{
	color: #999;
	font-size:10px
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto}

body{
	background-color:#FFFFFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link{
	color: #333;
	font-weight: normal;
}

li:link{
	color: #333;
	font-weight:normal;
}

li{ 
	list-style-type:none;
	line-height: 200%;
	color: #333;
	font-weight:normal;
	text-align:left;
}

a:visited{
	color: #333;
	font-weight: normal;
}

li a:visited{
	color: #333;
	font-weight: normal;
}

a:hover{
	color:#9CF;
	font-weight: normal;
}

li a:hover{
	display: block;
	color: #9CF;
	font-weight: normal;
}

a:active{
	color:#333;
	font-weight:normal;
}
	
	
	

