body {
	background-color: #282A38;
	/*background: url(../images/background.png) #183552 repeat-x;*/
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

/*PARAGRAPH STYLES*/
h1 {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

p {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 15px;
}


#header {
	background: url(../images/title-menu.png) no-repeat;
	height: 190px;
	width: 1000px;
}

#header h1, #header h2 {
	display: none;
}



#mainbody {
	width: 902px;
	/*height: 600px;*/
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 49px;
	background: #ffffff;
	padding-bottom: 15px;
}

#footer {
	width: 902px;
	padding: 0px;
	margin: 0px;
	margin-left: 49px;
	padding-bottom: 20px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
#footleft {
	width: 400px;
	float: left;
	clear: none;
	color: #ffffff;
}
#footright {
	width: 400px;
	float: right;
	clear: none;
	color: #ffffff;
	text-align: right;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#rotating {
	width: 902px;
	height: 250px;
	background: #000000;
}

/* MENU CODE */

#menu {
	width: 902px;
	height: 30px;
	border: 0px;
	margin: 0px;
	margin-left: 49px;
	margin-top: 160px; /*160px;*/
	padding: 0px;
	clear: none;
	float: left;
	/*border-bottom: 2px solid #533218;*/
	font-size: 14px;
	color: #ffffff;
}

#menu div {
	clear: none;
	float: left;
	height: 30px;
}

#menu p {
      font-size: 14px;
      display: inline;
}

#menu ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
}

#menu li {
      margin: 0px;
      padding: 0px;
	  /*padding-top: 10px;*/
      float: left;
      width: 112px;
      text-align: center;
      height: 30px;

}

#menu a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #ffffff;
      margin-top: 6px;
}

#ministriestext a {
	width: auto;
}

#menu a:hover {
      color: #000000;
}

#menu li:hover {
	  background: #93A0B3;
}

#menu .active {
      background: #93A0B3;
      color: #000000;
}


#menu .active a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #FFFFFF;
}

#menu li ul {
      margin: 0;
      padding: 0;
      margin-top: 0px;
      background: #a4bccd;
      list-style-type: none;
      text-align: left;
      position: absolute;
      left: -999%;
      width: 220px;
      border: 1px solid #183552;
      z-index: 100;
}

#menu li ul li {
      background: #a4bccd;
      width: 100%;
      text-align: left;
      height: 23px;

}

#menu li:hover ul {
	left: auto;
}

#menu li ul li a {
      display: block;
      width: auto;
      text-decoration: none;
      height: 23px;
      margin-top: 2px;
      margin-left: 5px;
}
#menu li ul li a:hover {
      color: #FFFFFF;
}

#menu li ul li:hover {
      background: #183552;
}

.homepanel, .homepanelodd {
	width: 288px;
	height: 270px;
	float: left;
	margin: 5px;
	background: #dee2ec;
	border: 1px solid #556894;
}

.homepanelodd {
	background: #e8d9ea;
	border: 1px solid #692871;

}

.homepaneltop, .homepaneloddtop {
	background: #556894;
	color: #ffffff;
	width: 100%;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.homepaneloddtop {
	background: #692871;
}

.homepanel p, .homepanelodd p {
	margin: 10px;
}

.specialevent {
	width: 860px;
	float: left;
	margin: 0px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background: #bcdcf3;
	border: 1px solid #42a5ff;
}

#pageender {
	display: block;
	clear: both;
	height: 1px;
	width: 902px;
}
