body
{
background-color: #797997;
font-family:georgia,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
color: black;
font-size: 16px;
margin: 0;
}
input
{
border: 1px solid gray;
}
a:link
{
color: #3366cc;
text-decoration: none;
}
a:visited
{
color: #3366cc;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: none;
}
#header
{
background: url(images/topbg.jpg);
height: 89px;
}
#logo
{
background: url(images/header.jpg) no-repeat center;
margin: 0 auto;
height: 89px;
}
#address
{
font-size: 10px;
margin: 0 auto;
vertical-align: text-bottom;
text-align: right;
line-height: 159px;
width: 630px;
height: 89px;
}
#menu_bar
{
background: url(images/sidemenu.jpg);
width: 100%;
height: 36px;
}
#menu
{
font-family:georgia,"Bitstream Vera Serif","Times New Roman",serif;
font-size: 14px;
background: url(images/middlemenu.jpg);
margin: 0 auto;
width: 800px;
height: 36px;
text-align: center;
color: white;
padding-top: 5px;
}
#menu a:link
{
color: #ffffff;
text-decoration: none;
}
#menu a:visited
{
color: #ffffff;
text-decoration: none;
}
#menu a:hover
{
color: red;
text-decoration: none;
}
#main
{
background-color: white;
margin: 0 auto;
width: 800px;
}
#splash
{
padding: 8px;
background: url(images/topbg.jpg);
border-top: 2px solid gray;
border-bottom: 2px solid gray;
height: 300px;
}
#slideshow
{
width: 425px;
float: left;
border-right:  1px dotted gray;
}
#slideshow_messages
{
padding-right: 12px;
float: right;
width: 325px;
}
#container
{
	width: 96%;
	display: table;
}
#row
{
	display: table-row;
}
#left, #right, #middle
{
	display: table-cell;
}
.container
{
	width: 96%;
	display: table;
}
.row
{
	display: table-row;
}
.left, .right, .middle
{
	display: table-cell;
}
.newsSubject
{
	font-family:georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size: 18px;
	padding: 3px;
	width: 100%;
	background: url(images/topbg.jpg);
        -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.newsContent
{
	display: table-cell;
	padding-top: 6px;
	width: 96%;
	height: auto;
}
.ministryList
{
    width: 80%;
    background: url(images/topbg.jpg);
    padding: 18px;
    font-size: 20px;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#footer
{
border-top: 1px dotted gray;
width: 775px;
font-size: 10px;
margin: 0 auto;
text-align: center;
}