* { 
padding : 0; 
margin : 0; 
} 
a:link {
	color: #0388B3;
}
a:visited {
	color: #00517E;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	background-image : url(images/ttt.jpg);
	background-repeat : repeat; repeat-y;
	background-position:center; 
} 
img { 
} 
img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-left : 0; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-right : 0; 
} 
#wrapper { 
margin : 10px auto; 
width : 922px; 
background-image : url(images/wbg.jpg); 
background-repeat : repeat-y; 
} 
#header {
	color : #333333;
	width : 922px;
	float : left;
	height : 145px;
	margin : 0;
	background-color : #FFFFFF;
	background-repeat : no-repeat;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/header-bg.jpg);
	position: relative;
	font-weight: bold;
} 
.logo h1.lineone { 
font-size : 2.1em; 
font-weight : lighter; 
font-family : helvetica, arial, sans-serif; 
padding-top : 10px; 
padding-left : 5px; 
border : none; 
letter-spacing : -1px; 
color : #FFFFFF; 
} 
.logo h1.lineone span { 
color : #53a5ce; 
} 
.logo h2.linetwo {
	padding-left : 5px;
	font-size : 0.9em;
	font-family : helvetica, arial, sans-serif;
	text-transform : none;
	color : #CCCCCC;
	font-weight: lighter;
} 
.logo a { 
color : #53a5ce; 
text-decoration : none; 
} 
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 922px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1em;
	background: url(images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(images/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 922px;
	background: #1376C9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}
ul.sidenav {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #D6A516;
	border-bottom: 1px solid #B28500;
	border-top: 1px solid #E4CC8C;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 170px;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #ffcb33;
	border-bottom: 1px solid #b28500;
}
ul.sidenav li a:hover {
	background: #B28500;
	border-top: 1px solid #FEFEFE;
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}
ul.rightsidenav {
	font-size: 1.1em;
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #005094;
	border-bottom: 1px solid #3373a9;
	border-top: 1px solid #003867;
	background-color: #55A3FF;
}
ul.rightsidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 150px;
	padding: 10px 10px 10px 35px;
	border-top: 1px solid #3373a9;
	border-bottom: 1px solid #003867;
}
ul.rightsidenav li a:hover {
	background: #003867;
	border-top: 1px solid #1a4c76;
}
ul.rightsidenav li span{	display: none; }
ul.rightsidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}
#leftcolumn {
	color : #CCCCCC;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 202px;
	float : left;
	background-color: #333333;
} 
.leftnav {
	width : 195px;
	margin-top : 20px;
	margin-left : 5px;
	list-style: none;
} 
.leftnav li h2 {
	margin : 0;
	height : 25px;
	color : #FFFFFF;
	padding-left : 20px;
	padding-top : 10px;
	font-size : 1.5em;
	list-style: none;
} 
.leftnav li ul { 
line-height : normal; 
list-style-type : none; 
display : list-item; 
} 
.leftnav li li {
	padding : 5px;
	margin-left : 20px;
	font-size : 1em;
	list-style: none;
} 
.leftnav li a { 
padding-left : 10px; 
text-decoration : none; 
color : #FFFFFF; 
} 
.leftnav li a:hover { 
border : none; 
padding-left : 10px; 
} 
#content {
	float : left;
	color : #333;
	background : #fafaee;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 458px;
	display : inline;
	text-align : justify;
} 
#content blockquote {
	padding-left: 25px;
}

#content h1 { 
color : #577C8F; 
font-size : 1.9em; 
font-weight : bold; 
} 
#content h2 { 
color : #D6A516; 
font-size : 1.3em; 
font-weight : bold; 
padding-top : 20px; 
} 
#rightcolumn {
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 202px;
	float : left;
} 
#rightcolumn a {
	color: #CCFFFF;
}

#rightcolumn blockquote {
	text-indent: 25px;
}

#footer {
	width : auto;
	clear : both;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 10px;
	text-align : center;
	background: url(images/topnav_stretch.gif) repeat-x;
	font-size: x-small;
} 
#banner {
	background-image: url(images/maincol_bg.jpg);
	height: 148px;
	width: 428px;
	background-color: #666666;
}
.logo {
	height: 201px;
}
#ministriesheader {
	color : #333333;
	width : 732px;
	float : left;
	height : 201px;
	margin : 0;
	background-color : #FFFFFF;
	background-repeat : no-repeat;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(ministries/ministriesheader.jpg);
	position: relative;
	font-weight: bold;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#ministrieswrapper {

margin : 10px auto; 
width : 732px; 
background-image : url(ministries/wbg.jpg); 
background-repeat : repeat-y;
}
#ministriesfooter {
	width : 722px;
	clear : both;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 5px;
	text-align : center;
	background: url(images/topnav_stretch.gif) repeat-x;
	font-size: x-small;
}
#ministriescontent {

	float : left;
	color : #333;
	background : #fafaee;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 712px;
	display : inline;
	text-align : justify;
}
#bulletin {
	background-image: url(images/bulletin.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#ministriescontent h1 {

color : #577C8F; 
font-size : 1.9em; 
font-weight : bold;
}
#ministriescontent blockquote {

	padding-left: 25px;
}
#ministriescontent h2 {

color : #D6A516; 
font-size : 1.3em; 
font-weight : bold; 
padding-top : 20px;
}
#footer a {
	width : auto;
	clear : both;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 10px;
	text-align : center;
	font-size: xx-small;
}
#ministriesfooter a {

	width : 722px;
	clear : both;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 5px;
	text-align : center;
	background: url(images/topnav_stretch.gif) repeat-x;
	font-size: xx-small;
}
#spacer {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
