/* CSS Document */

body {
margin: 50px;
padding: 0;
}

#wrapper
{
width:950px;
margin: 0 auto;   
overflow:hidden;
}

#flash
{
z-index:1;
}

#peel
{
z-index:100;
}

#logo
{
width:950px;
position:relative;
overflow:hidden;
height:100px;
}

#navigation
{
width:950px;
position:relative;
overflow:hidden;
}

ul.mainnav {
font-family: helvetica;
font-size: 85%;
text-decoration: none;
display: inline;
color: #909393;
}

li.mainnav a {
color: #909393;
text-decoration: none;
}

li.mainnav a:hover {
color: #eb1920;
}

li.mainnav {
float: left;
display: block;
margin: 10px 30px 10px 0px;
}

li.standard {
font-family: helvetica;
font-size: 85%;
color: #909393;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
display:block; 

}

ul.standard {
font-family: helvetica;
font-size: 85%;
color: #909393;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;

}





#maincontent
{
width:950px;
position:relative;
overflow:hidden;
z-index:0;
}

p {
font-family: helvetica;
font-size: 80%;
font-weight:normal;
color:#616262;
line-height:1.4;
}

p a{
color:#616262;
text-decoration: none;
}

p a:hover{
color:#616262;
text-decoration: none;
}

ul.subnav {
font-family: helvetica;
font-size: 85%;
text-decoration: none;
display: inline;
color: #eb1920;

}

li.subnav a {
color: #eb1920;
text-decoration: none;
}

li.subnav a:hover {
color: #000;
}

li.subnav {
float: left;
display: block;
text-decoration: none;
text-align: center;
margin: 30px 30px 30px 0px;

}

.right { 
float:right;
}

#flash {
background-color:#FFFFFF;
z-index:0;
}

.right { 
float:right;
}

#mask  { 
left:0px;
position:relative;
top:20px;
background-color:#FFFFFF; 
width|:100px;
height:50px;
z-index:550;

}

	.input {
		font-family:Helvetica;
		font-size: 90%;
		background-color:#ccc;
		border:1px solid #999;
		color:#402B0B;
		width: 100%;}
	
	.textarea {
		font-family:Helvetica;
		font-size: 90%;
		background-color:#ccc;
		border:1px solid #999;
		color:#402B0B;
		width: 100%;}
	
	.select {
		font-family:Helvetica;
		font-size: 80%;
		background-color:#ccc;
		border:1px solid #999;
		color:#402B0B;
	}

td {
font-family: helvetica;
font-size: 85%;
color: #909393;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
display:block; 

}



