@charset "utf-8";

html {
    overflow-y: scroll;
}

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #DDD;
	/*
	font-family:"Century Gothic";
	color:#333
	*/
}

p {
	text-align: left;	
}

h1 {
	font-size: 8pt;
	color: #FFB244;
}

h2 {
	font-size: 12pt;
	color: #FFB244;
}

h3 {
	font-size: 20pt;
	color: #FFB244;
}

h4 {
	font-size: 12pt;
	color: #999;
}

h5 {
	font-size: 12pt;
}

.navon:link {
	text-decoration:none;
	color: #FFB244;
}

.navoff:link {
	text-decoration:none;
	color: #333;
}


a.navon:link {
	color:#333; /* unvisited link */
	text-decoration:none;
}
/*
a.navon:visited {
	color:#333;  visited link 
	text-decoration:none;
}
*/
a.navon:hover {
	color:#FFB244; /* mouse over link */
	text-decoration:none;
}

a.navon:active {
	color:#333; /* selected link */
	text-decoration:none;
}

a.navoff:link {
	color:#333; /* unvisited link */
	text-decoration:none;
}
/*
a.navoff:visited {
	color:#333;  visited link 
	text-decoration:none;
}
*/
a.navoff:hover {
	color:#FFB244; /* mouse over link */
	text-decoration:none;
}

a.navoff:active {
	color:#FFB244; /* selected link */
	text-decoration:none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	text-decoration:none;
	color: #333;
}

a:visited {
	text-decoration:none;
	color: #333;
}

a:hover {
	text-decoration:none;
	color: #FFB244;
}


/*
a:focus {
	text-decoration:none; 
	color: #666
}
*/

#container{
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#content{
	width: 800px;
	float:left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;

}

#leftColumn {
	float:left;
	width:145px;
	padding-left:5px;
	font-family: "Century Gothic";
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightColumn {
	float:right;
	width:570px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-family: "Century Gothic";
	font-size: 14px;
	padding-right: 40px;
	padding-top: 10px;	
}


#rightColumn p img {
	border: 5px solid #666;
}

#rightColumn p img:hover {
	border: 5px solid #CCC;
}

#footer {
	clear:both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDD;
	font-family:"Century Gothic";
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
	color: #666;
}

#header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;

}

#logo{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}

#navigation {
	height: 35px;
	background-color: #FFFFFF;
	font-family:"Century Gothic";
	/*
	color: #333;
	*/
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}
 
.noborder {
	border: 0px;	
}