@import url("./whitespace-reset.css"); 

body {
	background: #ffffff;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 1em;
	color: #000000; }


a { text-decoration: none; }
a:hover { text-decoration: none; }


#sitewrapper {
    width: 770px;
	height: 300px;
    margin: 10px auto;
		background: #ffffff;
}

#header {
	background: url("../logo.jpg") 0px 0px no-repeat;
    float: left;
    width: 770px;
	height: 65px;
}

#menu div {
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}

#menu li {
	float: left;
	display: inline; 
	padding: 5px 10px 6px 10px;
	font-weight: bold;
}

#menu li.selected {
	float: left;
	display: inline; 
	padding: 5px 10px 2px 10px;
	font-weight: bold;
	border-bottom: 4px solid #0066c8;
	color: #0066c8;
}

#menu a{
	/*line-height: 14px; */
	text-decoration: none;
	color: #666666;
}

#menu a.selected{
	/*line-height: 14px; */
	text-decoration: none;
	color: #0066c8;
}

#menu a.selected:hover{
	/*line-height: 14px; */
	text-decoration: none;
	color: #0066c8;
	border-bottom: 4px solid #0066c8;
}

#menu a:active, #menu a:hover {
	border-bottom: 4px solid #333333;
	padding-bottom: 2px;
	color: #333333;
}

#content {
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, "Sans Serif";
    float: left;
    width: 748px;
    clear: both;
    padding: 10px 10px 20px 10px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    font-size: 12pt;
    font-weight: normal;
}

#content a{
	text-decoration: none;
	color: #0033ff;
}

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

#content a.index{
	text-decoration: none;
	color: #0033ff;
}

#content a.index:hover {
	text-decoration: none;
	color: #ee0090;
}

#content p
{
	color: #000000;
	font-size: 11pt;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	border: none;

}

#content p.right
{
	text-align: right;
}

#content p.indent
{
	padding-left: 50px;
}

#content p.follow
{
	color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0;
	border: none;

}

#content p.center_list {
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0;
	border: none;
}

#content p.question {
	font-weight: 700;
}

#content p.name {
	color: #000000;
	font-weight: 700;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 0;
	border: none;
}

#content p.notice
{
	font-size: 8pt;
	font-weight: 700;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	margin: 0;
	border: none;
}


#content h1 {
	font-size: 1.5em;
	text-align: center;
	padding-top: 10px;
}

#content h2 {
	color: #0033ff;
	font-size: 12pt;
	font-weight: 700;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	margin: 0;
	border: none;
}

#content h2.right
{
	text-align: right;
}

#content h2.clear
{
	clear: both;
}

#content h2.clear_left
{
	clear: left;
}

#content h2.clear_right
{
	clear: right;
}

#content h3 {
	padding: 2px 0 2px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}


#content img.right {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: none;
	clear: right;
}

#content img.left {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: none;
	clear: left;
}

#content div.wordsearch {
	font-family: Courier,"Courier New", monospace;
	color: #000000;
	font-weight: 400;
	letter-spacing: 10px;
	text-align: centre;
	padding: 10px;
	border: thin solid blue;
	margin: 20px 175px 20px 175px;
	margin-top: 20px;
	margin-left: 175px;
	margin-right: 175px;
	line-height: 0.8em;

}

#content div.wordsearch p {
	font-size: 18pt;
}

#content div.box {
	float: right;
	background: #359a35;
	color: #ffffff;
	width: 240px;
	margin-top: 10px;
	padding: 5px;
}

#content div.box a {
	display: block;
	font-size: 1.5em;
	color: #ffffff;
}

#content div.box a:hover {
	display: block;
	font-size: 1.5em;
	color: #cc00cc;
}

#content div.box p {
	color: #ffffff;
	text-align: center;
}

#content div.poll {
	float: right;
	background-color: rgb(204,171,0);
	color: #ffffff;
	width: 240px;
	margin-top: 10px;
	padding: 5px 5px 15px 5px;
}

#content div.poll h1 {
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	color: #000000;
}


#news_index a{
	text-decoration: none;
	color: #000000;
}

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

#news_index a.more{
	text-decoration: none;
	color: #000000;
}

#news_index a.more:hover {
	text-decoration: none;
	color: #ee0090;
}


#news_index img.right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: none;
}

#news_index img.left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: none;
}



#news_index p
{
	color: #000000;
	font-size: 11pt;
	font-weight: 400;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0;
	border: none;

}

#news_index h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	color: #000000;
	font-size: 18pt;
	font-weight: 700;
	text-decoration: none;
	padding-top: 20px;
	text-align: center;
	margin: 0;
	border: none;

}

hr
{
	clear: both;
}

#content h3 {
	margin-top: 20px;
	padding: 2px 0 2px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
