html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	text-align:center;
	background: #ffffff;
	color: #444444;
	font-family:Arial;
	font-size: 12px;
	line-height:20px
}

#top{
	margin: 0 auto;
	width:960px;
	height:122px;
	text-align:center;
	margin-bottom:15px;
}

#header{
	width:100%;
	height:auto;
}

#line{
	background: gray;
	height:1px;
	width:100%;
}

#linegray{
	background: gray;
	height:1px;
	width:100%;
}

#logo{
	float:left;
	width:233px;
	height:122px;
	background: url(../images/logo.jpg);
}

#menu{
	float:left;
	text-align:right;
	padding-top:90px;
	width:727px
}

.slide-out-div	{
	padding: 20px;
    width: 250px;
	height:450px;
	z-index:10000;
    background: #ffffff;
    border: #29216d 2px solid;
}

#main{
	margin: 0 auto;
	width:960px;
	height:auto;
	text-align:left;
	margin-bottom:20px;
	color:#666666;
}

#redbox{
	color:#ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
}

#rtbutton{
	text-align:right;
	float:right;
}

#bottom{
	background:#033333;
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}

#footer{
	margin:0 auto;
	width:960px;
	height:auto;
	text-align:left;
}

h1{
font-size: 16px;
font-weight: bold;
}

h2{
color: #660000;
font-size: 32px;
text-transform:uppercase;
font-weight:600;
}

h3{
color: #660000;
font-size: 16px;
font-weight:600;
margin:0;
margin-top:5px;
margin-bottom:10px;
}

p{

}

.rm{
	text-decoration:none;
	color:#000000;
}

.rm:hover{
	text-decoration:underline;
}