body {
	width:100%;
	background-image:url(../images/mainbg.jpg); background-position:top; background-repeat:repeat-x; background-color:#454545;
	margin:0 auto;
	padding:0 auto;
	text-align:center;
}
#main-container {
	width:950px;
	margin: 0 auto;
	padding:0 auto;
	text-align:center;
}
.white-text {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	line-height:35px;
}
.white-text a{
	color:#ffffff;
	text-decoration:none;
}
.white-text a:hover{
	color:#3CD9BD;
	text-decoration:none;
}
.white-text-small {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	line-height:17px;
}
.white-text-small a{
	color:#666666;
	text-decoration:none;
	padding-left:5px; padding-right:5px;
}
.white-text-small a:hover{
	color:#ffffff;
	text-decoration:none;
}
.headings1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#116C60;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
}
.headings1 a {
	color:#116C60;
	text-decoration:none;
}
.headings1 a:hover {
	color:#116C60;
	text-decoration:none;
}
.headings2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	line-height:17px;
	font-weight:bold;
}
.headings3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#B8E0E0;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
}
.headings3 a{
	color:#B8E0E0;
	text-decoration:none;
}
.headings3 a:hover{
	color:#B8E0E0;
	text-decoration:underline;
}
.text-small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#759898;
	line-height:17px;
	text-decoration:none;
}
.text-small a{
	color:#759898;
	text-decoration:underline;
}
.text-small a:hover{
	color:#759898;
	text-decoration:none;
}
.text-small-gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C0C0C0;
	line-height:17px;
}
.bottom-link-small {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	line-height:17px;
}
.bottom-link-small a{
	color:#08BDEB;
	text-decoration:underline;
	padding-left:5px; padding-right:5px;
}
.bottom-link-small a:hover{
	color:#08BDEB;
	text-decoration:none;
}
.left-link-small {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
}
.left-link-small a{
	color:#08BDEB;
	text-decoration:underline;
}
.left-link-small a:hover{
	color:#ffffff;
	text-decoration:underline;
}
strong {
	color:#FFFFFF;
}

.form {
	border:#999999 dotted 1px; 
	background-color:#333333; 
	height:20px;
}



/* form css */
 .formLayout
    {
        border: solid 1px #373737;
        padding: 10px;
        width: 400px;
		margin:0 auto;
    }
    
    .formLayout label
    {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
    }
 
    br
    {
        clear: left;
    }
input,select,textarea {
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
