/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #D6F1FF;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
li {
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}


h3 {
	font-size: 21px;
}


h4 {
	font-size: 19px;
}
#wrapper {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	max-width: 960px;
	min-width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #009;
}
#wrapper #innerwrapper {
	background-color: #FFF;
	border: thick solid #D8F2FF;
	padding: 0px;
	margin: 5px;
}
#wrapper #innerwrapper #titlepane {
	text-align: center;
	background-image: url(../images/tint.png);
}

#wrapper #innerwrapper #menupane {
	width: 145px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	line-height: 35px;
	float: left;
}
/*#wrapper #innerwrapper #menupane a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}*/
#wrapper #innerwrapper #menupane a:hover {
	text-decoration: none;
	font-weight: bold;
}



#wrapper #innerwrapper #mainpane {
	width: 770px;
	float: left;
	padding: 10px;
}
#wrapper #innerwrapper #footerpane {
	width: 940px;
	margin: auto;
	float: none;
	clear: left;
	text-align: center;
}
#wrapper #innerwrapper #policypane {
	width: 910px;
	float: left;
	padding: 10px;
	color: #666;
}

.webdesigntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCC;
}



h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	margin-bottom: 5px;
}
.section {
	font-family: "comic sans ms";
	font-size: 18pt;
	font-weight: bold;
	color: #C33;
}
.highlight1 {
	background-color: #09F;
	height: 32px;
	width: 145px;
	color: #FFF;
	float: left;
	background-image: url(../images/highlight1grad.png);
}
.quoted {
	font-style: italic;
	color: #666;
}

.highlight2 {
	background-color: #C33;
	height: 32px;
	width: 145px;
	color: #FFF;
	float: left;
	background-image: url(../images/highlight2grad.png);
}
.highlight3 {
	background-color: #3C3;
	height: 32px;
	width: 145px;
	color: #FFF;
	float: left;
	background-image: url(../images/highlight3grad.png);
}
.pagetitle1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 60px;
}
.pagetitle2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 60px;
	color: #C33B3B;
}
.needsfix {
	background-color: #FF6;
}
