﻿/*@charset "utf-8";
 CSS Document */

body 
{
	position:relative;
	font: Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #666;
	font-size: 130%;
	width: 760px;
	padding: 0px 20px 20px 20px;
	text-align:justify;
	
}

h1 { 
	font-weight: normal;
	font-size: 140%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
	
}

h2 { 
	font-weight:bold;
	font-size: 100%;
	margin-top: 0px;
	color: #292d34;
	margin-bottom:5px;
	text-decoration:underline;
	
}

img {
	border: none
}

a:visited  {
            text-decoration::underline;
            font-weight:bold;
            color: #666;
}

a:link  {
            text-decoration::underline;
            font-weight:bold;
            color: #666;
}
a:active  {
            text-decoration::underline;
            font-weight:bold;
            color: #666;
}
a:hover  {
            text-decoration::underline;
            font-weight:bold;
            color: #292d34;
}

#contact 
{
	width: 350;
	position: relative;
}

#logo { 
	/*float: right;*/
	padding: 0 0 0 260px;
	}

#menu-bar {
	padding: 15px 0px 15px 50px;
	background:#FFF1F0;

}

#adminmenu
{
	background:#FFF1F0;
}

.adminmenubutton
{
	width: 89px;
	height: 20px;
	color: black;
	background:#FFF1F0;
	border:solid 1px black;
	margin-top: 5px;
	font-size:small;
}

#footer-bar 
{
	clear:both;
	position:relative;
	top: 20px;
	padding: 5px 0px 5px 5px;
	background:#FFF1F0;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
#rsb 
{	
	padding: 60px 0px 0px 0px;
	float:right;
	width:180px;
}

#lsb
{	
	padding:none;
	float:left;
	width:560px;
}

#ml-rsb 
{	
	float:right;
	width:200px;
	vertical-align:top;
}

#ml-lsb
{	
	padding:none;
	float:left;
	width:500px;
}

#rsb-content
{
	padding: 5px 5px 5px 5px;
	border-color:#9b0005;
	text-align:left;
	border:solid 1px;
	font-size:90%;
	margin-top:20px;
}

#rsb-heading
{
	font-weight: normal;
	font-size: 140%;
	line-height: 100%;
	margin-top: 0px;
	color: #9b0005;
	text-align:left;
	padding: 0px 40px 0px 0px;
}


#content 
{
	clear:both;
	padding: 10px 0px 0px 5px;
}



#joinform
{
	position:relative;
	left:0px;
	top:0px;	
	
}
#joinform-c1
{
	position:relative;
	left:0px;
	top:0px;	
	width:320px;
	height:270px;
}
#joinform-c2
{
	position:absolute;
	left:350px;
	top:0px;	
	width:320px;
}

#alert
{
	height:30px;
	color:Red; 
}

#thxmsg
{
	color: black;
	background:#FFF1F0;
	position:absolute;
	top:170px;
	right:90px;
	font-size:130%;
	text-align:center;
	padding:50px;
	border:solid 1px;

}

#contactdetails
{
	position:absolute;
	padding: 0px 0px 0px 20px;
}





