/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
	margin-left: 0;
}
body{
	text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
    color:#000000; 
    font-size: 12px;
    background-color: #D81F26;
}
html>body, html>body #container{
	height: auto;
}

a{
	color: #D81F26;
}
a:hover{
	color: #000;
}
p
{
	line-height: 150%;
}
.error
{
	color: Red;
}
.hideme
{
	display: none;
}

#content{
	background-color: #ffffff;
    padding: 20px 10px 20px 10px;
    margin-bottom: 0px;
}
#content h1
{
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 7px 0 1px 10px;
    width: 644px;
    height: 20px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
}
#content h2
{
    font-size: 100%;
    margin-bottom: 3px;
}
#content h2.admin
{
   color: #990000;
    margin-top: 3px;
}
#content .instructions
{
    border: 1px solid #ccc;
    font-size: .9em;
    padding: 10px;
    color: #333;
    background-color: #EFEFEF;
}
#content .tdheading
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#content input, #content select, #content radio
{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    font-size: .9em;
}
#content textarea
{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    font-size: .9em;
}
#content label
{
    margin-right: 8px;
    margin-left: 2px;
}
#content .submitbutton
{
    border: 0;
}
#content .validate{
    
}
#content .contact
{
	width: 200px;
	font-size: 12px;
}
#content div div
{
    /*border: 1px solid #272F47;*/
    padding: 2px 10px 2px 10px;
    margin-bottom: 5px;
    width: 650px;
}
#content hr
{
    border: 0;
	color:#B2E1F4;
	background-color: #B2E1F4;
	height: 1px;
	width: 100%;
	text-align: left;
}
#content div div div
{
    border: 0;
    width: 560px;
    margin-left: 20px;
}
#content .hideborder
{
    border: 0;
}
#content .hideborder div
{
    margin-left: -10px;
}
#content .tdleft
{
    padding-top: 3px;
    padding-right: 5px;
}
#content .reviewquestion
{
    color: #666;
}
#content .textarea
{
    width: 300px;
    height: 100px;
}
#content .wordcount
{
	color: #666;
	font-style: italic;
}
.avernis
{
    display: none;
}
