img, table, tr, td, br, hr {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
	border:0px;
}
body {
	margin:0px;
	padding:0px;
	background-image:url('/images/background.jpg');
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:active, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7bbc;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#page-wrapper {
	margin-left:auto;
	margin-right:auto;
	width:836px;
	text-align:center;
}
#content-wrapper {
	float:left;
	width:780px;
}
#main {
	background-color:#FFFFFF;
	width:780px;
}
#left-dropshadow {
	width:28px;
	background-image:url('/images/left-dropshadow.png');
	background-repeat:repeat-y;
}
#right-dropshadow {
	width:28px;
	background-image:url('/images/right-dropshadow.png');
	background-repeat:repeat-y;
}
#menu {
	clear:both;
	background-color:#ff7bbc;
	text-align:left;
	display:compact;
}

.bottom_links {
	color: #666666;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:738px;
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
}

.bottom_links a, .bottom_links a:active, .bottom_links a:link {
	color: #666666;
	text-decoration: none;
}
.bottom_links a:hover {
	color: #ff7bbc;
	text-decoration: none;
}

#footer {
	text-align:;
	font-size:10px;
	height:29px;
	width:738px;
	background-image:url('/images/footer-background.jpg');
	background-repeat:repeat-x;
	clear:both;
	color:#d7d7d7;
	padding-top:2px;
	padding-right:42px;
}
#structure-table {
	padding:0px;
	margin:0px;
}
#latest-news {
	float:left;
}
#latest-news {
	/*width:440px;*/
	max-width:430px;
}
#side-content {
	margin-left:31px;
	float:left;
	width:300px;
	text-align:left;
	font-family:verdana, sans serif;
	font-weight:bold;
	font-size:13px;
	color:#606060;
	line-height:130%;
}
.news-item {
	margin-left:4px;
	clear:both;
	width:440px;
}
.news-item-text {
	text-align:left;
	float:left;
	width:256px;
	margin-top:5px;
	margin-left:10px;
	padding: 15px;
	color:#5f5f5f;
	border: 1px dashed #FF99CC;
	background-color:#fff8fb;
}

.news-item-text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d23a83;
	text-decoration: none;
}
.news-item-img {
	width:132px;
	float:left;
	margin-left:4px;
	margin-right:2px;
}
.news-img-spacer {
	height:7px;
	display:block;
}

/************************************/
#headerRotator img{
	display:none;
}
label{
	font-family:Verdana;
	font-size:13px;
	color:#606060;
}
input[type=text]{
	width:290px;
	height:34px;
	border:3px #ffddee solid;
	color:#eeaacb;
	padding-left:5px;
	margin-bottom:10px;
	margin-top:5x;
	border-radius:5px;
	font-family:Verdana;
	font-size:13px;
}
input[type=text]:focus{
	
}
textarea{
	width:285px;
	height:80px;
	border:3px #ffddee solid;
	color:#eeaacb;
	padding:5px;
	margin-bottom:10px;
	margin-top:5x;
	border-radius:5px;
	font-family:Verdana;
	font-size:13px;
	resize: none;
	overflow:hidden;
}
#_bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(/images/70Black.png);
	
}
#_sendMsg{
	width:200px;
	height:100px;
	position:fixed;
	top:50%;
	left:50%;
	padding:15px 10px;
	margin-left:-65px;
	margin-top:-110px;
	background:#ffddee;
	color:#be819f;
	text-align:center;
	border:2px solid #be819f;
	box-shadow:2px 2px 5px black;
	border-radius:10px;
}
#_sendBtn{
	cursor:pointer;
}
.errorTxt{
	font-size:10px;
	color:red;
}
#sendBtn{
	border:none;
	background:url(/images/sendBtn.png) left top;
	width:101px;
	height:32px;
	cursor:pointer;
	text-indent:-9999px;
	float:right;
}
#sendBtn:hover{
	background-position:left bottom;
}
/************************************/
#recaptcha_widget{
	margin-top:5px;
	width:400px;
	height:100px;	
}
#recaptcha_image{
	width:210px;
}
#recaptcha_image img{
	width:210px;
	border:1px gray solid;
}
#recaptchaInput{
	float:left;
}
#recaptcha_response_field{
	font-family:Verdana;
	width:120px;
	padding: 0 4.5px;
	margin:0px 0 5px -80px;
	height:55px;
	background:white;
	float:left;
	font-size:16px;
}
.recaptcha_only_if_image{
	display:none;
}
#fbLink:hover{
	color: #FF7BBC;
	text-decoration:underline;
}
