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

.ParaHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26275F;
	font-size: 12px;
}
.TextNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	;
	background-color: #2E3667;
}
ul {
	color: #272568;
}
.pageTitle {
	font-family: "Cooper Std Black", "Arial Black", Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.headingfix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

a:link	{
	color: #105289;
}
a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }
.quote {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: thin none #FDE919;
	letter-spacing: .25em;
	text-align: center;
	display: inline;
	font-style: italic;
}
.testbg {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
}
ul.MenuBarVertical a {
	background-color: #00FFCC;
}
.floatingright {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	width: auto;
	height: auto;
	
}
.floatingleft {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 10px;
	width: auto;
	height: auto;
}
.bgchange {
	background-image: url(backgrounds/rotate.php);
	background-color: #FFFFFF;
}
.LargeParaHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26275F;
	font-size: 16px;
}
.Important_red {
	color: #F00;
}
