﻿	
body
{
	text-align:center;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
	font-family:Verdana;
	font-size:11px;
	
}
#Header
{
	width:950px;
	height:80px;
	background-color:#FFFFFF;
	/*background-image:url(images/Hd_Bg_Org.jpg);
	background-position:left top;
	background-repeat:repeat-x
	*/
	}
#Content
{
	width:950px;
	background-color:#ffffff;
	text-align:left;
	vertical-align:top;
	padding-top:0px;

	}
	#Footer
	{
		width:950px;
		text-align:right;
		font-family:Verdana;
		font-size:11px;
		padding-top:5px;
		padding-right:10px;
		color:#ffffff;
	}
.ContentBox
{
	background:#FFFFFF url(images/Content_Box_BG_org.jpg) repeat-x;
	border:solid 1px #ffcb05;
	width:575px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	
}
.ContentBox2
{
	/*background:#FFFFFF url(images/Content_Box_BG_org.jpg) repeat-x;
	border:solid 1px #ffcb05;*/
	background:#FFFFFF;
	width:575px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	
}
.RightBox
{
	background:#FFFFFF url(images/Content_Box_BG_org.jpg) repeat-x;
	border:solid 1px #ffcb05;
	width:175px;
	padding-top:3px;
	padding-left:5px;
}

.logo
{
	
	background-image:url(images/logo_org.jpg);
	background-position:10px 8px;
	background-repeat:no-repeat;
	width:385px;
	height:80px;
	border:0;
	}
	
.Hd_Right
{
	/*background-image:url(images/Hd_Bg_Org.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
	width:10px;
	height:80px;
	border:0;
	background-color:#FFFFFF;
}
.Hd_Center
{
	vertical-align:top;
	text-align:right;
	
	}
.Bt_Left
{
	background-image:url(images/Bt_Left_Black.jpg);
	width:15px;
	height:15px;
	border:0;
	background-repeat:no-repeat;
}
.Bt_Right
{
	background-image:url(images/Bt_Right_Black.jpg);
	width:15px;
	height:15px;
	border:0;
	background-repeat:no-repeat;
}
.Bt_Center
{
	background-color:#ffffff;
	height:15px;
	width:920px;
	border:0;
}
.btn
{
	background-color:#fbf7c0;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:Black;
	}
a.txtlinkright
{
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	color:#888888;
}
a.txtlinkright:hover
{
	color:#000000;
	text-decoration:underline;
}
a.txtlinkShortCut
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a.txtlinkShortCut:hover
{
	color:#000000;
	text-decoration:underline;
}

.txtbx
{
	font-family:Verdana;
	font-size:11px;
	background-color:#ffffff;
}
.txtHeaderRight
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.txtContentHeader
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	}
.txtError
{
	font-family:Verdana;
	font-size:11px;
	color:Red;
	
	}
.txtSearchHeader
{
	font-family:Verdana;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}	
.txt
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-decoration:none;
	
	}
	
.btnSearch
{
	background-color:#ffcb05;
}	
/************************************/
/* MENUS  START*/
/************************************/
.menuHeader{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	height: 20px;
	list-style:none;
	background-color:#ffffff;
	margin-top:10px;
}

.menuHeader li{
	float:right;
}

.menuHeader li a{
	float: left;
	display:block;
	color:#000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	padding:0 5px 0 5px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	border:solid 1px #ffffff;
	
}

.menuHeader li a b{
	float: right;
	display: block;
	padding: 0 10 0 1px; /*Padding of menu items*/
}

.menuHeader li.current a, .menuHeader li a:hover{
	color: #000;
	background-color:#fbf7c0;
	background-position: right;
	border:solid 1px #ffcb05;
}

.menuHeader li.current a b, .menuHeader li a:hover b{
	color: #fff;
	background-color:#fbf7c0;
}
.HeaderMenuContainer
{
	height:15px;
}	
.menuLeft{
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
	list-style:none;
	width:150px;
	border-bottom:solid 1px #ffcb05;
}

.menuLeft li{
	float:left;
}

.menuLeft li a{
	float: left;
	display:block;
	color:#000;
	text-decoration: none;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	padding: 0 5px 0 10px;
	line-height: 20px;
	text-align: left;
	cursor: pointer;
	border:solid 0px #ffcb05;
	width:125px;

	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	background-color:#FFFFFF;
	
	
}
 
.menuLeft li a b{
	float: left;
	display: block;
	padding: 0 10 0 1px; 
}
.menuLeft li.current a, .menuLeft li a:hover{
	color: #000;
	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	background-color:#fbf7c0;
	width:125px;

}

.menuLeft li.current a b, .menuLeft li a:hover b{
	color: #fff;
	background-color:#fbf7c0;
}
.LeftMenuContainer
{
	width:150px;
}

a.MenuLink
{
	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-family:Verdana;
	font-size:12p;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	border-bottom:solid 1px #cccccc;
}
a.MenuLink:Hover
{
	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-family:Verdana;
	font-size:12p;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	background-color:#eeeeee;
	border-bottom:solid 1px #cccccc;
}	
/* Main Menu */
.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
border-bottom:solid 0px #BBBBBB;
border-top:solid 0px #BBBBBB;
height:35px;
background-image:url(images/TopMenu_BG.png);
background-repeat:repeat-x;

}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display:inline;
}

.wireframeauramenu ul li a{
color: #494949;
margin: 0;
text-decoration: none;
border: 0px none #FFF; 
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top:12px;
	padding-left:0px;
	padding-right:0px;
	height:35px;
}

.wireframeauramenu ul li a:hover{
color: #777777;
border: 0px dashed #BBB; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top:12px;
	padding-left:0px;
	padding-right:0px;
height:35px;
}
#MenuBottom
{
	width:100%; 
	background:url(images/MenuBottomBanner.png) repeat-x; 
	height:5px;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#mainmenu{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("images/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:0px solid #336666;border-top:1px solid #dddddd;}
ul#mainmenu li{display:block;float:left;margin:0;pading:0;}
ul#mainmenu li a{display:block;float:left;color:#555555;text-decoration:none;padding:12px 12px 0 12px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#mainmenu li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right; color:#000000;}
ul#mainmenu li a.current,ul#mainmenu li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

.submenuLeft{
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
	list-style:none;
	width:125px;
}

.submenuLeft li{
	float:left;
}

.submenuLeft li a{
	float: left;
	display:block;
	color:#000;
	text-decoration: none;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	padding: 0 5px 0 10px;
	text-align: left;
	cursor: pointer;
	border:solid 0px #ffcb05;
	width:110px;
	height:auto;
	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	background-color:#FFFFFF;
	
}
 
.submenuLeft li a b{
	float: left;
	display: block;
	padding: 0 10 0 1px; 
}
.submenuLeft li.current a, .submenuLeft li a:hover{
	color: #000;
	background-image:url(images/icons/arrowbullet.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	background-color:#fbf7c0;
	width:110px;
}

.submenuLeft li.current a b, .submenuLeft li a:hover b{
	color: #fff;
	background-color:#fbf7c0;
}

	
/************************************/
/* MENUS  END*/
/************************************/

.comlink
{
	font-size:12px;
	font-family:Verdana;
	color:Black;
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:White;
	width:184px;
	height:180px;
	cursor:hand;
	text-align:center;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
}
.comlink:hover
{
	font-size:12px;
	font-family:Verdana;
	color:Black;
	background-color:#fbf7c0;
	border-width:1px;
	border-style:solid;
	border-color:#ffcb05;
	width:184px;
	height:180px;
	cursor:hand;
	text-align:center;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;

}

.commentbox
{
margin-bottom:5px;
color: #000000;
width: 400px;
height: 100px;
padding: 5px;
background-color: #fff;
background-repeat: repeat;
display: block;
overflow:hidden;
border:none 0 #fff
}

.genlink
{
	font-size:12px;
	font-family:Verdana;
	color:Black;
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:White;
	width:270px;
	height:50px;
	cursor:hand;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:middle;
}

.genlink img
{
	width:48px;
	height:48px;
	border:solid 0 #000000;
	vertical-align:middle;
}

.genlink:hover a
{
	text-decoration:underline;
}		

.genlink:hover
{
	font-size:12px;
	font-family:Verdana;
	color:Black;
	background-color:#fbf7c0;
	border-width:1px;
	border-style:solid;
	border-color:#ffcb05;
	width:270px;
	height:50px;
	cursor:hand;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:middle;

}



a.sitemaplinkM
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding-left:50px;

}
a.sitemaplinkM:hover
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	padding-left:50px;

}
a.sitemaplinkH
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding-left:70px;
}
a.sitemaplinkH:hover
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
	padding-left:70px;
}

a.footerlink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
}
a.footerlink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
	padding-left:10px;
}

a.ibLink
{
	font-family:Arial Black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#444444;
	padding-top:8px;
	display:block;
	width:88px;
	height:23px;
	text-align:center;
	border:solid 0px #FFFFFF;
}
a.ibLink:hover
{
	font-family:Arial Black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:8px;
	display:block;
	width:88px;
	height:23px;
	text-align:center;
	cursor:pointer;
	border:solid 0px #FFFFFF;
	/*background-color:#000000;*/
}
