html, body {background-color:#5C82AD;}
body{
margin:20px 0px 20px 0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
}

.main
{
width:1000px;
margin:auto;
background-color:#FFFFFF;
}

.menu{
background-image:url(http://assets.ministrybox.org/themes/1028/images/menubg.jpg);
background-repeat:no-repeat;
height:33px;
text-align:center;
font-size:18px;
color:#FFFFFF;
line-height:33px;
}

.menu a{
font-size:18px;
color:#FFFFFF;
line-height:33px;
margin-right:35px;
margin-left:35px;
text-decoration:none;
font-weight:normal;
}

.menu a:hover{
color:#AABED5;

}
.leftpanel{
background-color:#AABED5;
width:180px;
float:left;
/*height:381px;*/ /*commented out because this prevents the list from expanding for long sidebars*/
min-height:381px; /*added to make sure the sidebar is not too small, however it may prove unnecessary*/
}

.container
{
padding:10px;
}

.leftcontent
{
margin-left:20px;
margin-top:20px;
font-size:12px;
line-height:24px;
}
.leftcontent a
{
font-size:12px;
color:#000000;
text-decoration:none;
}

.middlecontent
{
width:570px;
float:left;
margin:0px 10px;
padding-left:10px;
}

.middlecontentinner
{
width:570px;
float:left;
margin:0px 20px;
padding-left:10px;
padding-top:30px;
}

.leftcontent a:hover
{
text-decoration:underline;
}

.lefttitle
{
color:#201F4C;
font-size:18px;
font-weight:bold;
margin:20px 0px 0px 10px;

}


.rightpanel
{
background-color:#E0E0DE;
width:180px;
float:right;
height:381px;

}

.bodytext
{
font-size:12px;
color:#201F4C;
line-height:20px;
}
.bodytext h2
{
font-size:18px;
color:#5C82AD;
line-height:20px;
margin:0px 0px 10px 0px;
padding:0px;
}

.bodytext1
{
font-size:14px;
color:#201F4C;
line-height:24px;
}
.bodytext1 h2
{
font-size:24px;
color:#5C82AD;
line-height:20px;
margin:0px 0px 10px 0px;
padding:0px;
}
.rightcontent
{
margin-left:10px;
margin-top:20px;
font-size:11px;
color:#201F4C;
}

.rightcontent a
{
font-size:11px;
color:#201F4C;
text-decoration:none;
}

.rightcontent a:hover
{
font-size:11px;
color:#201F4C;
text-decoration:underline;
}


.footerbottom
{
background-color:#5C82AD;
text-align:center;
margin:0px 0px 0px 0px;
line-height:24px;
padding-top:5px;
font-size:14px;
color:#FFFFFF;
}

.righttitle
{
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}

.bottomtextmain
{
font-family:"Trajan Pro"Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#5B5B7C;
text-align:center;
margin-bottom:20px;
margin-top:10px;
}
.bottomtextmain1
{
font-family:"Trajan Pro"Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#5B5B7C;

}


.clear
{
clear:both;
}