body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	text-align:left;
}
.content a
{
    display:inline-block;
    text-decoration:none;
    color:#d86e1a;
    vertical-align:middle;
}
.content a:hover
{
    font-weight:bold;
}
.content a img
{
    vertical-align:middle;
}
.content 
{
    padding-top:15px;
    margin:auto;
    text-align:center;
    height:550px;
	width:475px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#2E1E0F;
}

.content .inner
{
    line-height:14px;
    text-align:left;
    margin:auto auto 1px auto;
    padding:0px 15px 10px 15px;
    background-color:#ceccb7;
    width:415px;
}

.content .inner .inner2
{
    line-height:normal;
    height:440px;
    margin:auto;
    padding:15px;
    overflow:auto;
    overflow-y:scroll;
    background-color:#FFFFFF;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 452px;
height: 173px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:50px;
margin-left:15px;
display:inline;
float:left
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.submitForm
{
}

.submitForm div.main
{
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#212121;
	/*	background-color:Aqua; */
	text-align:left;
		padding:5px; 		

}
.submitForm .main input, .submitForm .main textarea
{
	text-align:left;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	border:0px;
	border-top:solid 1px #c3d0cf;
	width:400px;
}

.submitForm .main textarea
{
    height:60px;
}

