	/* CSS Document */
	
	body  {
	margin: 0;
	background-image: url(../images/bg_new.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e2e2e2;
	font-size: 100%;
	}
	
	.headbg {
	margin: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	}
	
	#container1 {
	background:#FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	}

	p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	line-height: 17px;
	text-align: justify;
	}
	
	.p caption {
	font-size: 11px;
	}
	
	.pbold {
	font-weight: bold;

	}
	
	a, a:visited {
	text-decoration: underline;
	color: #333333;
		
	}
	
	a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}		
	
	
	
	h1 {
	color: #B1201B;
	font-size:24px;
	font-family: "Arial Narrow";
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #AB2F4B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

	h1 a, a:visited {
	text-decoration: underline;
	color: #B1201B;
		
	}
	
	h1 a:hover {
	color: #666666;
	text-decoration: underline;
	}	
	
	
	h2 {
	color: #B1201B;
	font-size: 15px;
	margin: 20px 0 5px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
	h2 a {
	text-decoration: underline;
	color: #B1201B;
	}
	
	h2 a:visited {
	text-decoration: underline;
	color: #B1201B;
	}	
	
	h2 a:hover {
	color: #666666;
	text-decoration: underline;
	}
	

	h3 {
	font-size: 14px; color: #AB2F4B;
	font-weight: bold;
	}
	
	h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #F3E6E9;
	height: 25px;
	line-height: 21px;
	vertical-align: middle;
	padding-left: 7px;
	color: #B1201B;
	}
	
	h5 {
	color: #FFFFFF;
	font-size:13px;
	font-family: "Arial Narrow";
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

	h5 a, a:visited {
	text-decoration: underline;
	color: #B1201B;
		
	}
	
	h5 a:hover {
	color: #666666;
	text-decoration: underline;
	}		
	
	.more {
	color: #B1201B;
	text-decoration: none;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: -3px;
	margin-left: 0px;
	padding-left: 11px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 	
	
	.more a, a:vsited{
	color: #B1201B;
	text-decoration: none;
	} 
	
	.more a:hover{
	color: #666666;
	text-decoration: underline;	
	} 	

	
	#sidebar{
	background-color: #F3E6E9;
	padding: 10px;
	margin: 0px;
	width: 19%;
	}
	
	#sidebar a{
	color: #A92E49;
	text-decoration: blink;
	font-weight: bold;
	}
	
	#sidebar a:hover{
	color: #000000;
	text-decoration: underline;
	}	

	#footer {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		background-image: url(../images/footer_bg.gif);
		background-repeat: repeat-x;
		height: 75px;
		padding-top: 25px;
		padding-right: 30px;
		padding-bottom: 6px;
		padding-left: 30px;
		vertical-align: middle;
	}
	
	#footer a {
	text-decoration: none; 
	color: #D6A8B2;
	}
	
	#footer a:hover {
		color: #F3B82C;
		text-decoration: underline;
	}
	
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	height: 55px;
	background-position: center;
}

input{
background-color:#FFFFFF;
border:1px solid #065C96;
color:#003366;
font-family:verdana;
font-size:10px;
}

#btn {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	background-color: #AB2F4B;
	color: #FFFFFF;
	border: thin inset #AB2F4B;
}

#btn a: {
	color: #B1201B;
}

.btn a:hover {
	color: #AB2F4B;
	background-color: #F3B4B1;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #F3E6E9;
	border-right-color: #F3E6E9;
	border-bottom-color: #F3E6E9;
	border-left-color: #F3E6E9;
}
textarea{
	background-color:#FFFFFF;
	border:1px solid #065C96;
	color:#003366;
	font-family:verdana;
	font-size:10px;
	height: 100px;
}	

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

	
	#scroll_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	}

	#scroll_bg {
	background-image: url(../images/scroll_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	}
img {
	padding: 5px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	font-weight: lighter;
	color: #666666;
}

.my table {
	margin: 1em;
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#my td, th { padding: .3em; border: 1px solid #FFFFFF; }
#my thead {
	background-color: #F3E6E9;
}
#my tbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	background-color: #F3E6E9;
	font-size: 14px;
} 

.newstextlinks:active {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #506680;
	text-decoration: none;
	line-height: 14px;
	padding-top:12px;
	padding-bottom:12px;

}

.newstextlinks:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #506680;
	text-decoration: underline;
	line-height: 14px;
	padding-top:12px;
	padding-bottom:12px;
}

.workhere {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #506680;
	text-decoration: none;
	line-height: 14px;
	padding-top:12px;
	padding-bottom:12px;

}

.newsletternormal {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: none;
	line-height: 14px;

}

.newslettertextbox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.logintroublelink {

	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: underline;

}

.logintroublelink:active {

	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: underline;

}

.logintroublelink:hover {
	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: none;
}

.searchtextbox {
	border: 1px solid #ab2f4b;

}

.searchtextboxblue {
	border: 1px solid #ab2f4b;

}

.searchoption {

	font-family: Tahoma, Verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: none;

}

.logintroublelink {

	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: underline;
}

.logintroublelink:active {
	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: underline;

}

.logintroublelink:hover {

	font-family: Tahoma, Verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #ab2f4b;
	text-decoration: none;
}


.more_a, ul

{
	padding-left: 15px;
	text-decoration: none;
	color: #999999;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	top: 2px;
	left: -2px;
	align: left;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding-right: 0px;
	padding-bottom: 0px;
}


.more_a ul li a, ul li a:hover

{
	color: #666666;
	text-decoration: underline;	
	background-color: transparent;
	background-repeat: no-repeat;
	top: 0px; 
	clip: rect(0px,auto,auto,auto);
}

.more_a ul li a:visited
{
	color: #999999;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	text-decoration: none;	
}

#navcontainer ul

{
	list-style-type: none;
	text-align: right;
	font-size: 16px;
}


#navcontainer ul li a

{

background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}



#navcontainer ul li a:hover

{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

.divided
{
	background-image: url(../images/h_line.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
}



div.BBoard{

          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px;
          font-weight: normal;
          color: #FFF;
          letter-spacing: 0.1em;
          padding: 5px;
          width:770px;
          background:  #F3E6E9; 
          moz-border-radius: 4px;
          }

div.BBoard a{ 

            color: #000;
            text-decoration: none;
            border: none;
            }

.Sdebar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 17px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;

          }
#Sdebar li {
	border-bottom: 1px solid #eae9e6;
	font-weight: bold;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#Sdebar li a { border-bottom: none }
#Sdebar li a:hover {text-decoration:none; }
#Sdebar ul { list-style-type: ;
	list-style-position: inside;
	list-style-image: url(../images/arrow2.gif);
	list-style-type: none;
	padding-left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
}

.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B1201B;
	font-weight: bold;
	text-decoration: blink;
	line-height: normal;
	text-align: center;
}
