@charset "utf-8";
/* CSS Document */

.titles{
font-size:16px;
color:#6E0034;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6E0034;
}



body {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
text-align:center;
margin:0 auto;
height:100%;
background-color:#F2F2F2;
}
body{
text-align: -moz-center;
}
#wrap{

width:830px;
text-align:center;
overflow:hidden;
}
#wrap{
text-align: -moz-center;
}
#main{
width:830px;
background-image:url(background.jpg);
height:100%;
text-align:center;
overflow:hidden;
}
#main{
text-align: -moz-center;
}
#content{
width:800px;
height:100%;
background-color:#FFFFFF;
overflow:hidden;
}
#top{
background-image:url(topbar.jpg);
height:243px;
width:800px;
}
#buttons{
height:30px;
width:760px;
padding-right:30px;
text-align:right;
background-color:#FFFFFF;
}
#columnwrap{
padding:30px;
overflow:hidden;
}
#leftcolumn{
width:350px;
float:left;
text-align:left;
overflow:hidden;
}
#leftcolumn{
text-align: -moz-left;
}
#rightcolumn{
width:350px;
overflow:hidden;
float:right;
text-align:left;
}
#rightcolumn{
text-align: -moz-left;
}
#logos{
width:350px;
float:right;
overflow:hidden;
text-align:right;
padding-right:40px;
padding-bottom:40px;
height:120px;
}
#stripe{
width:800px;
height:10px;
background-image:url(stripe.jpg);
overflow:hidden;
}
#footer{
width:800px;
height:50px;
padding-top:10px;
}