body {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	background-color: #AFAFAF;
	}

p {
	font-size: 12px;
	font-weight: normal;
	color: #747679;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	}
	
p.calaphon {
	font-size: 12px;
	font-weight: normal;
	color: #747679;
	text-align: left;
	line-height: 17px;
	padding: 0 0 10px 0;
	}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #2C95B5;
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2C95B5;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
	padding: 0;
	margin: 0;
	}

a {
	font-size: 11px;
	font-weight: normal;
	color: #747679;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	}

a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #747679;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	}

a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #747679;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	}

a.internal, :visited {
	font-size: 12px;
	color: #747679;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #747679;
	cursor: pointer;
	}

a.internal:hover {
	font-size: 12px;
	color: #2C95B5;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #2C95B5;
	cursor: pointer;
	}

a.intro, :visited {
	font-size: 32px;
	color: #2C95B5;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px dotted #2C95B5;
	cursor: pointer;
	}

a.intro:hover {
	font-size: 32px;
	color: #2C95B5;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #2C95B5;
	cursor: pointer;
	}

a.mission, :visited {
	font-size: 22px;
	color: #747679;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px dotted #747679;
	cursor: pointer;
	}

a.mission:hover {
	font-size: 22px;
	color: #2C95B5;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #2C95B5;
	cursor: pointer;
	}

img {
	border: 0;
	}

.sitemaplist {
	font-size: 12px;
	font-weight: normal;
	color: #747679;
	text-align: left;
	}

.sitemaplist ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	}

.sitemaplist ul li {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 0;
	list-style-type: disc;
	}

.sitemaplist a, :visited {
	color: #747679;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #747679;
	cursor: pointer;
	}

.sitemaplist a:hover {
	color: #2C95B5;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #2C95B5;
	cursor: pointer;
	}

.highlight {
	background-color: #FFFF99;
	padding: 2px 3px 2px 3px;
	}

#textsize {
	font-size: 11px;
	font-weight: normal;
	color: #747679;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#textsize ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#textsize ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#textsize a, :visited {
	cursor: pointer;
	}

#textsize a:hover {
	cursor: pointer;
	}

#textsize-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	}

#textsize-gen ul li.first:before {
	content: " ";
	}

#bottomnav {
	font-size: 11px;
	font-weight: bold;
	color: #747679;
	margin: 0 10px 0 0;
	line-height: 25px;
	padding: 2px 0 0 0;
	float: right;
	}

#bottomnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#bottomnav ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#bottomnav a, :visited {
	font-weight: bold;
	color: #747679;
	text-decoration: none;
	border-bottom: 1px dotted #747679;
	cursor: pointer;
	}

#bottomnav a:hover {
	font-weight: bold;
	color: #2C95B5;
	text-decoration: none;
	border-bottom: 1px solid #2C95B5;
	cursor: pointer;
	}

#bottomnav-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #747679;
	}

#bottomnav-gen ul li.first:before {
	content: " ";
	}

#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

#containercolor {
	background-color: #FFFFFF;
	}

#topsection {
	height: 100px; /*Height of top section*/
	}

#contentwrapper {
	float: left;
	width: 100%;
	}

#contentcolumn {
	margin-right: 300px; /*Set right margin to RightColumnWidth*/
	height: 525px;
	width: 560px;
	margin: 0 5px 0 20px;
	}

#rightcolumn {
	float: left;
	width: 300px; /*Width of right column*/
	margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
	}

#footer {
	clear: left;
	width: 100%;
	height: 25px;
	padding: 6px 0;
	}

#lists {
	font-size: 12px;
	font-weight: normal;
	color: #747679;
	line-height: 20px;
	list-style-type: disc;
	margin-left: 2px;
	padding-left: 1em;
	padding-right: 2em;
	}

#belieflist {
	font-size: 12px;
	font-weight: normal;
	color: #747679;
	line-height: 17px;
	list-style-type: disc;
	margin-left: 2px;
	padding-left: 1em;
	}
	
#copyright {
	font-size: 11px;
	font-weight: normal;
	color: #747679;
	text-align: right;
	padding: 0 10px 0 0;
	}

#fadeinbox {
	position:absolute;
	width: 600px;
	left: 0;
	top: -400px;
	border: 1px dashed #2C95B5;
	background-color: #FFFF99;
	line-height: 24px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 18px;
	color: #2C95B5;
	text-align: center;
	padding: 15px 0 15px 0;
	z-index: 50;
	visibility:hidden;
	}

.innertube {
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

.signup {
	line-height: 25px;
	width: auto;
	background-color: transparent;
	padding: 0;
	margin: 0 0 0 4px;
	float: left;
	}

.signup_button {
	line-height: 25px;
	color: #747679;
	background: transparent;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	border-top: 0px solid transparent;
	cursor: pointer;
	padding: 0 0 0 5px;
	margin: 0;
	}