/* CSS Document */


.bodymod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(bg.jpg);
	background-color: #000;
}



/* General Links */

a:link { text-decoration : none; color : #a387e4; border: 0px; outline: none;-moz-outline-style: none;} 

a:active { text-decoration : underline; color : #a387e4; border: 0px; outline: none; -moz-outline-style: none;} 

a:visited { text-decoration : none; color : #a387e4; border: 0px; outline: none; -moz-outline-style: none;} 

a:hover { text-decoration : underline; color : #83249c; border: 0px; -moz-outline-style: none;} 

a:focus { outline: none;-moz-outline-style: none;}





img { padding: 0px; margin: 0px; border: none;}

hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }



input { font-family: 'Verdana'; color: #505560; font-size: 11px;}

textarea { font-family: 'Verdana'; color: #505560; font-size: 11px; }

select { font-family: 'Verdana'; color: #505560; font-size: 11px;  }



h1, h2, h3 { font-family: "Trebuchet MS";}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#bgcontain { width: 780px; margin: 0px auto; }



/* Header */

.Header {
	height: 192px;
	position: relative;
	padding: 0px;
	background-image: url(./HeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.sitenameText {
	font-size: 35px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#F6EFC5;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 25px;

}

.navText {
	color:#FFF;
	float: left;
	width: 710px;
	padding-top: 33px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Content */

.Content {
	padding: 0px 50px 20px 30px;
	background-image: url(bgcontent.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.headerText { font-size: 25px; padding: 30px 0px 10px; margin: 0px 0px 10px; border-bottom: dashed 1px #ccc; font-family: Arial, Helvetica, sans-serif;  color:#4fb1e9; } 

.bodyText {
	line-height: 17px;
	font-size: 12px;
	padding-bottom: 30px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer {
	position: relative;
	height: 55px;
	padding: 5px 30px 0px;
	background-color: #000;
}



.copyrightText{
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	text-align: center;
}

.footerLink {}

.footerLink a {
	color:#4fb1e9;
}

.teaserL, .teaserR {
	width: 280px;
	height: 160px;
	border: 2px solid #999;
	margin: 20px;
	padding: 7px;
}

.teaserL {
	float: left;
}
.teaserR {
	float: right;
}
.teaserL h2, .teaserR h2 {
	text-align: center;
	font-size: 20px;
	color:#4fb1e9;
	margin-top: 2px;
}
.Content .bodyText table tbody tr td h2 {
	font-size: 16px;
	font-weight: bold;
	color:#4fb1e9;
	margin-bottom: 0px;
	margin-top: 0px;
}

.imgR, .imgL  {
	text-align: center;
	border: 3px solid #CCC;
}

.imgR {
	float:right;
	margin-left: 8px;
}

.imgL {
	float:left;
	margin-right: 8px;
}
.Content .bodyText  embed {
	background-color: #000;
}
