@charset "utf-8";
/* CSS Document */


/* LAYOUT
=================== */

body {
	background-image: url(images/wallpaper.jpg);
	background-attachment: fixed;
	margin-top: 0px;
}

/* TYPE
=================== */

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	
}
.communitiestext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #245964;
	font-weight:bolder;
	padding-left:30px;
}
.navmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #003366;
	font-size: 12px;
	line-height: 22px;
	padding-left: 45px;
}
.subnav {
	color: #003366;
	padding-left:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 55px;
}
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #004985;
	padding-left:10px;
	padding-top:10px;
}
.socius {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding-left:20px;
}

.tiletext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight:bold;
  padding: 0px 4px 4px 4px;
}

/* LINKS 
=========================*/
.maintext a:link {
	color: #004985;
	text-decoration: underline;
	font-weight: bold;
}
.maintext a:visited {
	text-decoration: underline;
	color: #004985;
	font-weight: bold;
}
.maintext a:hover {
	text-decoration: none;
	color: #004985;
	font-weight: bold;
}
.maintext a:active {
	text-decoration: underline;
	color: #004985;
	font-weight: bold;
}
/* --------------------------------*/
.navmain a:link {
	text-decoration: none;
	color: #003366;
}
.navmain a:visited {
	text-decoration: none;
	color: #003366;
}
.navmain a:hover {
	text-decoration: underline;
	color: #003366;
}
.navmain a:active {
	text-decoration: none;
	color: #003366;
}
/* --------------------------------*/
.subnav a:link {
	color: #003366;
	text-decoration: none;
}
.subnav a:visited {
	text-decoration: none;
	color: #003366;
}
.subnav a:hover {
	text-decoration: underline;
	color: #003366;
}
.subnav a:active {
	text-decoration: none;
	color: #003366;
}
/* --------------------------------*/
.socius a:link {
	text-decoration: none;
	color: #000000;
}
.socius a:visited {
	text-decoration: none;
	color: #000000;
}
.socius a:hover {
	text-decoration: underline;
	color: #000000;
}
.socius a:active {
	text-decoration: none;
	color: #000000;
}
/* --------------------------------*/
.bottomlinks a:link {
	text-decoration: none;
	color: #003366;
}
.bottomlinks a:visited {
	text-decoration: none;
	color: #003366;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #003366;
}
.bottomlinks a:active {
	text-decoration: none;
	color: #003366;
}
/* --------------------------------*/
.communitiestext a:link {
	text-decoration: none;
	color: #003366;
}
.communitiestext a:visited {
	text-decoration: none;
	color: #003366;
}
.communitiestext a:hover {
	text-decoration: underline;
	color: #003366;
}
.communitiestext a:active {
	text-decoration: none;
	color: #003366;
}

.tiletext a:link {
	color: #fff;
	text-decoration: none;
}
.tiletext a:visited {
	text-decoration: none;
	color: #fff;
}
.tiletext a:hover {
	text-decoration: none;
	color: #fff;
}
.tiletext a:active {
	text-decoration: none;
	color: #fff;
}

/* IMAGE STYLE
=================== */

.imgRight {
	float: right;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	border: 2px solid #2D2D2D;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 2px solid #2D2D2D;
}

