body {
background-color:#F6F060;
font-family: arial,sans-serif;
color:#333;
margin:0;
padding:0;
}
 
#wrapper {
width:960px;
margin:0 auto;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
background-color:#F6F060;
}

#header {
width:100%;
height:350px;
margin:0 auto;
margin-bottom:-50px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color: #F6F060; /* ORIG: #33FFCC */
} 


form * {
	background:none;
}

input[type=text],input[type=submit],textarea,button{
	-webkit-appearance:none;
	-moz-appearance:none;
	border:none;
	background: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	padding:5px;
	margin: 0;
	margin-bottom: 0px;
	color:#555;
}

form {
	width: 600px;
	margin: 0 auto;
	position: relative;
	border: 0px solid #000000;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	
	-webkit-box-shadow: 5px 5px 11px rgba(0,0,0,0.42);
	-moz-box-shadow: 5px 5px 11px rgba(0,0,0,0.42);
	box-shadow: 5px 5px 11px rgba(0,0,0,0.42); */
	padding: 10px 0 10px 20px;
}

label {
	display: block;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	margin-bottom: -15px;
}

input[type=text],textarea {
	width: 565px;
	border: 1px solid #ffffff;
}

button {
	font-size: 22px;
	width: 580px;
	text-align: center;
	display: block;
	clear:both;
	background: #ED2728;
	padding: 6px 28px;
	border: none;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
}


.gradientbg{
background: rgb(230,240,163); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(195,216,37,1) 35%, rgba(210,230,56,1) 77%, rgba(219,240,67,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(35%,rgba(195,216,37,1)), color-stop(77%,rgba(210,230,56,1)), color-stop(100%,rgba(219,240,67,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(195,216,37,1) 35%,rgba(210,230,56,1) 77%,rgba(219,240,67,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(195,216,37,1) 35%,rgba(210,230,56,1) 77%,rgba(219,240,67,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(195,216,37,1) 35%,rgba(210,230,56,1) 77%,rgba(219,240,67,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(195,216,37,1) 35%,rgba(210,230,56,1) 77%,rgba(219,240,67,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */



}




h1 {
color:#FFFFFF;
font-size:21pt;
}

h2 {
color:#ED2728;
font-size:23pt;
margin-top:0px;
font-family: 'Fjalla One', sans-serif;
text-transform:uppercase;
letter-spacing: 1px;

}


#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
width:960px;
height:40px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
background-color:#f1f1f1;
}

#nav a:hover {
background-color:#bababa;
height:80px;
}

#content {
width:725px;
float:right;
padding:00px;
margin-top:99px;
background-color:#FFFFFF;
position:relative;
}

#sidebar {
width:200px;
float:left;
margin-bottom:25px;
margin-left:18px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
    position: fixed;
	width: 180px;
}

#sidebar ul li {
	margin: 0 0 1px 0;
}

#sidebar ul li a{
	font: bold 13px/13px Arial, Sans-Serif;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #ED2728;	
}

#sidebar ul li a:visited{
	color: #FFF;
}

#sidebar ul li a:hover{
	color: #FFFFFF;
	background-color:#C01D20;
}

#navsecond, #navthird, #navtop {
	opacity: 1;
}


a:link {color:#ED2728;}
a:visited {color:#ED2728;}
a:hover {color:#fe6600;}
a:active {color:#ED2728;}


#footer {
clear:both;
width:960px;
height:100px;
border-top:0px solid #ccc;
}

#footer p {
padding:10px;
}

.style1 {
	font-size: 16pt;
	font-weight: bold;
}
#style2 {color: #FFFFFF;}
#style2 a:link {color:#FFFF00;}
#style2 a:visited {color:#FFFF00;}
#style2 a:hover {color:#fe6600;}
#style2 a:active {color:#FFFF00;}
}
#linkColourOnWhiteBG {color: #000000;}
#linkColourOnWhiteBG a:link {color:#fe6600;}		/* unvisited link */
#linkColourOnWhiteBG a:visited {color:#fe6600;}		/* visited link */
#linkColourOnWhiteBG a:hover {color:#000000;}		/* mouse over link */
#linkColourOnWhiteBG a:active {color:#fe6600;}		/* selected link */

.required {
	font-weight: bold;
}

.errorMsg {
	font-weight: bold;
	color: #ED2728;
}