@charset "utf-8";
/* CSS Document */

*{
	padding: 0; margin: 0;
}

body {
	background-color:#3791D6;/* Normal*/
	/*background-color:#06CD76; Christmas*/
	/*background-color:#EF8408; Halloween*/
	/*background-image:url(/includes/images/Background/ChristmasBG.jpg);Snowflake Background*/
	color:#FFFFFF;
}

.bodytest {
	background-color:#6fa6de; /*test*/
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#5B5858;
}

.header {
	background-image:url(/includes/images/background.png);
	background-repeat:no-repeat;
	width:977;
	padding-top:260;
	padding-bottom:20px;
}

.headertest {
	background-image:url(/includes/images/backgroundtest.png);
	background-repeat:no-repeat;
	background-position:top;
	width:977;
	padding-top:260;
	padding-bottom:20px;
}

.content {
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
}

.content a{
	color:#5B5858;/*Normal*/
	/*color:#E94453;Christmas*/
	text-decoration:none;
}

.content a:hover {
	color:#FFFFFF;
}

.menu {
	line-height:20pt;
	font-weight:bold;
	font-size:14pt;
	padding-left:13px;
	width:240px;
}

.menu a {
	line-height:20pt;
	font-weight:bold;
	font-size:14pt;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	font-weight:bold;
	font-size:14pt;
	color:#FFFFFF;
	text-decoration:underline;
}

.menuTL {
	width:22px;
	background-image:url(/includes/images/MenuTL.png);
	background-repeat:no-repeat;
}

.menuT {
	background-image:url(/includes/images/MenuT.png);
	background-repeat:repeat-x;
}

.menuTR {
	width:24px;
	background-image:url(/includes/images/MenuTR.png);
	background-repeat:no-repeat;
}

.menuL {
	background-image:url(/includes/images/MenuL.png);
	background-repeat:repeat-y;
}

.menuM {
	background-color:#5B5858;
}

.menuR {
	background-image:url(/includes/images/MenuR.png);
	background-repeat:repeat-y;
}

.menuBL {
	height:23px;
	background-image:url(/includes/images/MenuBL.png);
	background-repeat:no-repeat;
}

.menuB {
	background-image:url(/includes/images/MenuB.png);
	background-repeat:repeat-x;
}

.menuBR {
	background-image:url(/includes/images/MenuBR.png);
	background-repeat:no-repeat;
}

.h1 {
	font-weight:bold;
	font-size:18pt;
}

.error {
	color:#000000;
	font-weight:bold;
	font-size:14pt;
}

.title {
	 font-size:16pt;
}

.footer {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12pt;
	background-image:url(/includes/images/footer.png);
	background-repeat:no-repeat;
}

.footer td {
	padding-left:20px;
	padding-right:35px;
}