@charset "utf-8";
.normalFont {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 8px;
}
.normalFontnopad {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 1px;
}

h1 {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 8px;
}
.normalFontWhite {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #256FAE;
	padding: 8px;
}
.homePanels {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 8px;
}input {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	border: 1px solid #666666;
}
textarea {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #999999;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.blogLinks {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 22px;
}
.footer {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	padding: 8px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	color:#000066;
	padding: 8px;
}
h3 {
	font-family: "Century Gothic";
	font-size: 12px;
	color:#000066;
}
body {
	background-image: url(images/outer.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.footer a{
	color: #999999;
	text-decoration:none;
}.footer a:visited{
	color: #999999;
	text-decoration:none;
}
.footer a:hover{
	color: #999999;
	text-decoration:underline;
}
.blogLinks a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.blogLinks a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.blogLinks a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}


.homePanels a{
	color:#0099FF;
	text-decoration:underline;
	font-weight:bold;
}
.homePanels a:visited{
	color:#0099FF;
	text-decoration:underline;
	font-weight:bold;
}
.homePanels a:hover{
	color:#0099FF;
	text-decoration:underline;
	font-weight:bold;
}
.biggerfont {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #256FAE;
}

