/* CSS Document */
body {
	margin:0px;
	padding:15px;
	background-image:url(images/background.png);
	line-height:20px;
	font-family:"Century Gothic", Arial, Verdana;
	font-size:13px;
	color:#556065;
}

.wrapper {
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
	text-align:center;
	background-color:#FFFFFF;
	padding:10px 0px 0px 0px;
}

/***************HEADERS***************/
h1 {
	font-size:33px;
	font-weight:300;
	color:#556065;
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:left;
}
h2 {
	font-size:20px;
	font-weight:300;
	color:#556065;
	margin:0px;
	padding:10px 0px 5px 0px;
	text-align:left;
	border-bottom:2px solid #556065;
}
h3 {
	font-size:17px;
	font-weight:300;
	color:#556065;
	margin:0px;
	padding:0px 0px 3px 0px;
	text-align:left;
	border-bottom:2px solid #556065;
}
h4 {
	font-size:33px;
	font-weight:300;
	color:#556065;
	margin:0px;
	padding:0px;
	text-align:left;
}
h5 {
	font-size:20px;
	font-weight:300;
	color:#556065;
	margin:0px;
	padding:5px 0px 7px 0px;
	text-align:left;
	border-bottom:2px solid #556065;
	border-top:2px solid #556065;
}

/***************MAIN CONTENT***************/
.maincontentwrap {
	width:760px;
	height:auto;
	margin:0px auto 0px auto;
	padding:10px;
	background-image:url(images/background.png);
	overflow:auto;
}
#maincontent {
	width:740px;
	height:auto;
	margin:0px;
	padding:10px;
	background-image:url(images/rightbackground.png);
	overflow:auto;
	text-align:justify;
}
#maincontent2 {
	width:740px;
	height:auto;
	margin:0px;
	padding:10px;
	background-image:url(images/rightbackground.png);
	overflow:auto;
	text-align:center;
}

/***************LEFT COLUMN***************/
#left {
   width:342px;
   height:auto;
   float:left;
   margin:0px;
   padding:10px;
   overflow:auto;
   text-align:justify;
   font-size:13px;
}
#left a:link {
	text-decoration:underline;
	color:#556065;
}
#left a:visited {
	text-decoration:underline;
	color:#556065;
}
#left a:hover {
	text-decoration:underline;
	color:#2d5d73;
}
#left a:active {
	text-decoration:underline;
	color:#556065;
}

/***************RIGHT COLUMN***************/
#right {
	width:388px;
	height:auto;
	float:right;
	margin:0px;
	padding:10px 10px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
#right a:link {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}
#right a:visited {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}
#right a:hover {
	text-decoration:underline;
	color:#2d5d73;
	font-weight:300;
}
#right a:active {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}
#rightcontent {
	width:360px;
	height:auto;
	margin:20px 0px 0px 8px;
	padding:10px;
	background-image:url(images/rightbackground.png);
	overflow:auto;
	font-size:13px;
	color:#556065;
	font-weight:300;
	text-align:justify;
}
#rightcontent a:link {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}
#rightcontent a:visited {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}
#rightcontent a:hover {
	text-decoration:underline;
	color:#2d5d73;
	font-weight:300;
}
#rightcontent a:active {
	text-decoration:none;
	color:#556065;
	font-weight:300;
}

/***************FOOTER***************/
#footer {
	width:780px;
	color:#556065;
	text-align:right;
	font-size:12px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
}
#footer a:link {
	text-decoration:underline;
	color:#556065;
}
#footer a:visited {
	text-decoration:underline;
	color:#556065;
}
#footer a:hover {
	text-decoration:underline;
	color:#2d5d73;
}
#footer a:active {
	text-decoration:underline;
	color:#556065;
}

/***************FORM***************/
label
{
	text-align:left;
	display: block;
	padding: 3px;
}
input
{
	color: #556065;
	background: #cccccc;
	border: 1px solid #556065;
	padding: 3px;
	clear:right
}
textarea
{
	color: #556065;
	background: #cccccc;
	border: 1px solid #556065;
	padding: 3px
}
.submit input
{
	color: #FFFFFF;
	background: #ED1878;
	border: 2px outset #556065;
}
legend {
	font-size:20px;
	color: #556065;
}
fieldset
{
	border: 2px solid #556065;
	width: 20em;
}
.leftform {
	float:left;
    width: 310px;
	padding:20px 0px 0px 0px;
	overflow: auto;
	text-align:center;
}
.rightform {
    float:right;
    width: 450px;
	padding:5px 0px 0px 0px;
	overflow: auto;
	text-align:justify;
}
.form {
	text-align:center;
}