* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family : Verdana,Arial;
	background:#CCCCCC;
}
#container {
	width:90%;
	margin:auto;
	background:#FFFFFF;
}

/*Header*/
#layoutHeader {
	width:100%;
	height:216px;
	background:url(images/BeeHeader.gif) repeat-x 0 100%;
	background-size:100%;
}
#layoutHeader h1 {
	color:#EFE8CC;
	font-size:36px;
	font-weight:bold;
	padding:20px 20px 0 20px;
}
#layoutHeader h2 {
	color:#FFF600;
	font-size:14px;
	font-weight:bold;
	padding:0 20px 0 20px;
}
#layoutHeader h1 a {
	color:#FFF600;
	font-size:32px;
	font-weight:bold;
	text-decoration:none;
}
#layoutHeader h2 a {
	color:#FFF600;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/*End of Header*/

/**/
#layoutCenterBody {
	margin:10px 10px 0 10px;
}
/**/

#layoutNavigation {
	border:1px solid #292617;
	width:200px;
	float:left;
	background:#b89f48;
}
#layoutNavigation .navTitle {
	background:#292617;
	height:30px;
}
#layoutNavigation .navTitle h3 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
}

/*Main Body*/
#layoutBodyContent {
	margin-left:220px;
	background:url(images/OSBAWatermark.gif) white center no-repeat;
	line-height: 16px;
}
#layoutBodyContent ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
}
#layoutBodyContent ul a {
	color:#3366FF;
	font-size:12px;
	font-weight:bold;
}
#layoutBodyContent ul a:visited {
	color: #7E2217;
	text-decoration: underline;
}
#layoutBodyContent ul a:active {
	color: #EAC117;
	text-decoration: underline;
}
#layoutBodyContent ul a:hover {
	color: #FF9966;
	font-size:12px;
	text-decoration: underline;
}
#layoutBodyContent a {
	color:#3366FF;
	font-size:12px;
	font-weight:bold;
}
#layoutBodyContent a:visited {
	color: #7E2217;
	text-decoration: underline;
}
#layoutBodyContent a:active {
	color: #EAC117;
	text-decoration: underline;
}
#layoutBodyContent a:hover {
	color: #FF9966;
	font-size:12px;
	text-decoration: underline;
}
#layoutBodyContent h1{
	color:#15190A;
	font-weight:bold;
	font-size:20px;
}
#layoutBodyContent h2{
	color:#15190A;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}
#layoutBodyContent h2 a {
	color:#3366FF;
	font-size:12px;
	font-weight:bold;
}
#layoutBodyContent h2 a:visited {
	color: #7E2217;
	text-decoration: underline;
}
#layoutBodyContent h2 a:active {
	color: #EAC117;
	text-decoration: underline;
}
#layoutBodyContent h2 a:hover {
	color: #FF9966;
	font-size:12px;
	text-decoration: underline;
}
#layoutBodyContent p{
	margin-top:10px;
	font-size: 12px;	
}
#layoutBodyContent table{
	border-width: 1px;
	border-color: #CC9900;
	border-style: solid;
	font-size: 12px;
	color: #660000;
}
#layoutBodyContent td{
	border-width: 1px;
	border-color: #CC9900;
	border-style: solid;
	font-size: 12px;
	margin: 0;
	padding: 9px;
}
#layoutBodyContent th{
	border-width: 1px;
	color: #CC9900;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}
/*End of Main Body*/

.clearer {
	clear:both;
	height:10px;
}
/*Footer*/
#layoutFooter {
	height:56px;
	background:url(images/menuBackgroundnew2.gif) repeat-x;
	text-align:center;
}
#layoutFooter p {
	padding-top:10px;
	color:#000;
}
#layoutFooter a {
	color:#000;
	text-decoration:underline;
}
#layoutFooter a:hover {
	color:#000;
	text-decoration:none;
	background:#FFED58;
}
#layoutFooter .img {
	float:left;
	border:none;
}
#layoutFooter a.img:hover {
	background:transparent;
	border:none;
}

/*End of Footer*/
/* Top Menu Begins */
#layoutMenu {
	height:56px;
	background:url(images/menuBackgroundnew2.gif) repeat-x;
	font-weight:bold;
}
#layoutMenu ul {
	text-align:center;
	padding-top:17px;
}
#layoutMenu li {
	list-style: none;
	display: inline;
}
#layoutMenu li a {
	padding: 3px 20px 3px 8px;
	text-decoration: none;
	background:url(images/mainMenuList.gif) no-repeat left 5px;
	font-size:12px;
}
#layoutMenu li a:link { 
	color: #FF4500;
	font-weight:bold;
	font-size:12px;
}
#layoutMenu li a:visited { 
	color: #800000; 
}
#layoutMenu li a:hover {
	color: #FFF600;
}
/* Top Menu Ends */

/* left navigation menu begins */
#layoutNavigation ul {
	list-style-type: none;
	margin:10px 0;
}
#layoutNavigation a {
	display: block;
	width: 180px;
	background-color: #b89f48;
	border-bottom: 1px dotted #5D5262;
	margin:7px 10px;
}
#layoutNavigation a:link, #layoutNavigation a:visited {
	color: #fff;
	text-decoration: none;
}
#layoutNavigation a:hover {
	background-color: #F0D37E;
	color: #000;
}

#layoutNavigation a.img:hover {
	background-color: transparent;
	border-bottom:none;
}
/* left navigation menu ends */
/*horizontal rule*/
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #7F5217;
}
/*horizontal rule end*/
