@charset "utf-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-position:right top;
	background-image:url(/images/Template/BG.jpg);
	background-repeat:no-repeat;
}

.Background_Static {
	background:url(/images/Template/BG2.jpg); 
	background-repeat:no-repeat; 
	background-position:left top ;
}

.WebPage {
	border:1px solid #000000;
	background-color:#FFFFFF;
	width:773px;
	margin-left:auto;
	margin-right:auto;
	
}

/* Header */

.HeaderLinks {
    font-size:12px; 
	font-weight:bold;
	color:#666666;
	float:none;
	margin-left:0 auto;
	margin-right:0 auto; 
	background:#000000; 
	width:770px; 
	text-align:center;
	border-top:1px solid #999999;
}
.HeaderLinks img {
	padding-left:2px;
	padding-right:2px;
}
.HeaderLinks a {
	color: #999999;
	text-decoration:none;
}
.HeaderLinks a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-image:url(/images/Template/LinkShine.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

/* Footer */
.Footer {
	clear:both;
	background-color:#000000;
	border-top:#666666 solid 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding-right: 10px;
	padding-left:10px;
	margin-top:10px
}


.FooterLinks {
	float:right;
	border-top:1px solid #999999;
}
.FooterLinks img {
	padding-left:2px;
	padding-right:2px;
}
.FooterLinks a {
	color: #999999;
	text-decoration:none;
}
.FooterLinks a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-image:url(/images/Template/LinkShine.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

/* Left Menu  */
.MenuLeft .UnMenu {
text-align:center;
}
.MenuLeft {
	float:left;
	border:1px solid #cccccc;
	background:#FFFFFF;
	width:150px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.MenuLeft ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.MenuLeft h1 {
	background:#999999;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	text-align:center;
	padding:2px 2px 2px 2px;
	margin-bottom: 5px;
}
.MenuLeft .MenuItem {
	padding-left:10px;	
	background-image:url(/images/Template/BulletArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.MenuLeft a {
	color:#333333;
	text-decoration:none;
}
.MenuLeft a:hover {
	color:#000000;
	text-decoration:underline;
}
.MenuLeft li {
	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
}

/* Body */
.TextBody {
	width:auto;
	display:run-in;
	margin-left:10px;
}
.TextBody h1, .TextBody h2, .TextBody h3, .TextBody h4 {
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	
}
.TextBody h1 {
	font-size:20px;
}
.TextBody h2 {
	font-size:18px;
}
.TextBody h3 {
	color:#333333;
	font-size:16px;
}
.TextBody h4 {
	font-size:14px;
}
.TextBody a {
	color:#0000CC;
}
.TextBody a:hover {
	color:#000000;
}
