/* Body START *************************************** */

body 
{
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0 0 0 0;
	background: #034F72;
	background-image: url(../images/MainBG.jpg) ;
	background-repeat: repeat-y;
	background-position: center;
	height:100%; 
	overflow-y:auto;
}
a:hover 
{	
	text-decoration: underline;
	color: #0099CC;
}
a:visited 
{	
	font-weight: bold;
	/*color: orange;*/
}
a 
{
	font-weight: bold;
	color: #993300; 
	text-decoration: none;
}
a.selectedlink 
{
	font-weight: bold;
	color: #0099CC;
}
.separator
{
	clear: both;
	padding-left: 40px;
	padding-bottom: 10px;
	width: 320px;
}
strong 		
{
	font-weight: bold; 
	color: #333; 
}
hr
{
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;		
}
img 		{	border: 0;			}
.cl 		{	clear: both;		}
.clr 		{	clear: right;		}
.showhide	{	margin: 10px 0px 10px 0px;	}
.hide		{	display: none;				}
.show		{	display: block;				}
.smalltxt	{	font-size: 10px;			}
/*div			{	border: 1px solid orange;	}*/

/* Body END *************************************** */
/* Containers START *************************************** */

#main_container
{
	width: 980px;
  	margin-left: auto;
  	margin-right: auto;
	position: center;
	/*border: 1px solid red;*/
}
#sub_container
{
	width: 100%;
	height: 100%;
	float: left;
	/*background: #000;*/
	/*border: 1px solid yellow;*/
}

/* Containers END ***************************************** */
/* Left START ***************************************** */

#left_container
{
	width: 180px;
	float: left;
	font-size: 13px;
	text-align: left; 
	border: 0px solid green;
}
#left_top
{

	/*border: 1px solid #FF80C0;*/
}
#left_middle
{
	min-height: 355px; 
	*height: 355px; 
	margin-bottom: 15px;
	border: 0px solid #FF00FF;
}
#left_bottom
{
	padding-left: 15px;
	padding-top: 6px;
	min-height: 24px; 
	background: #993300;
	*height: 24px; 
	/*border: 1px solid #800080;*/
}
#left_bottom a
{
	margin-top: 1px;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
}
#left_bottom a:hover
{
	color: #CCC;
}

/* Left END ***************************************** */
/* Left News START ***************************************** */

#left_news
{	
	width: 180px; 
	min-height: 150px; 
	*height: 150px;  
	font-size: 13px;
	font-family: Arial, sans-serif, Trebuchet MS, Verdana, Tahoma;

	border: 0px solid black;
}
#left_news_top
{	
	border: 0px solid black;
}
#left_news_middle
{	
	background: #FFF;
	min-height: 150px; 
	*height: 150px; 
	padding: 0px 15px 0px 15px;
	border-right: 1px dashed #CCC;
}
#left_news_bottom
{	
	border: 0px solid black;
}
#newstext
{
	color: #000;
	font-size: 11px;
	text-align: left;
	border: 0px solid purple;
}

/* Left News END ***************************************** */
/* Sub Menu START ***************************************** */

#sub_menu
{	
	width: 180px; 
	font-size: 13px;
	font-family: Arial, sans-serif, Trebuchet MS, Verdana, Tahoma;
	/*border: 1px solid black;*/
}
#sub_menu div{
	width: auto; 
	margin-top: 1px;
	border: 0px solid black;
}
#sub_menu a:hover 
{	
	background: #FFF url(../images/SubMenuLeftEdgeOn.jpg) no-repeat top left;
}
#sub_menu a:visited 
{	
	/*font-weight: normal;*/
}
#sub_menu a 
{
	display: block;
	height: 24px;
	background: #CCC url(../images/SubMenuLeftEdgeOff.jpg) no-repeat top left;
	color: #993300; 
	font-weight: bold;
	padding-top: 6px;
	padding-left: 15px;
	text-decoration: none;
}
#sub_menu a.selectedlink 
{
	color: #333; 
	background: #FFF url(../images/SubMenuLeftEdgeOn.jpg) no-repeat top left;
}
#sub_sub_menu div
{
	padding-left: 15px;
	font-size: 11px;
	width: auto; 
	border: 0px solid black;
}
#sub_sub_menu a:hover 
{	
	background: #FFF;
}
#sub_sub_menu a 
{
	background: #CCC;
}
#sub_sub_menu a.selectedlink 
{
	background: #FFF;
}

/* Sub Menu END ***************************************** */
/* Right START ***************************************** */

#right_container
{
	width: 800px;
	width: auto;
	/*background: #FFFFCC;
	background-image: url(../images/mainbg.jpg) ;
	background-repeat: no-repeat;*/
	float: left;
	border: 0px solid gray;
}
#right_top
{
	/*	height: 96px; */
	border: 0px solid #FF80C0;
}
#right_middle
{
	height: 100%; 
	width: auto;
	background: #FFFFFF;
	border: 0px solid #FF00FF;
}
#right_bottom
{
 	width: 100%;
	height: 100%;
	background-image: url(../images/FooterBG.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
	/*border: 1px solid #800080;*/
}

/* Right END ***************************************** */
/* Main START ***************************************** */

#main_content
{
	padding: 0px 20px 20px 20px;
	width: auto;
	width: 750px;
	min-width: 750px;
	min-height: 380px; 
	*height: 380px; 
	border:0px solid #8fff80;
}
.moreinfo
{
	font-size: 10px;
	text-align: right;
	color: #CCC;
	/*font-style: italic;*/
	/*background: yellow;*/
}
.maintitle
{
	font-size: 22px;
	color: #0099CC;
	font-weight: bold;
	padding-bottom: 10px;
	/*background: yellow;*/
	border: 0px solid green;
}
.mainsubtitle
{
	font-size: 17px;
	color: #034F72;
	padding-bottom: 10px;
	/*color: #CC9999;*/
	/*	border: 1px solid blue;*/
}
.maintext
{
	color: #000;
	font-size: 13px;
	text-align: left;
	padding-bottom: 10px;
	border: 0px solid purple;
}
#maintextmin
{
}

/* Main END ***************************************** */
/* Banner START *************************************** */

#banner
{
	height: 96px;
	width: auto;
	/*background: #993300;*/
	border: 0px solid orange;
}
#bannertop
{
	/*background: #AA4411;*/
	height: 47px;
	font-size: 12px;
	border: 0px solid teal;
}
#bannermiddle
{
	/*background: #BB5522;*/
	padding-left: 20px;

	border: 0px solid orange;
}
#bannerbottom
{
	height: 17px;
	background-image: url(../images/BannerBottomBG.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	color: #034F72;
	padding-left: 20px;
	padding-top: 2px;
	border: 0px solid brown;
}
#bannerbottom.breadcrumb
{
	background-image: url(../images/BreadCrumbsBG.jpg) ;
}

/* Banner END *************************************** */
/* Menu START *************************************** */

#menu
{
	/*background: #DD5544;*/
	height: 30px;
	font-size: 13px;
	border: 0px solid orange;
}
#menu a
{
	width: 145px;
	height: 30px;
	padding:0px 0px 0px 5px;
	margin-right: 1px;
	display:block;
	background:url("../images/MainMenuLeftCornerOff.gif") no-repeat left top;
	color: #FFF;
	text-align: center;
	float: left;
	text-decoration: none;
	border: 0px solid yellow;
}
#menu a span
{
	display:block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right:5px;
	background:url("../images/MainMenuRightCornerOff.gif") no-repeat right top;
	border: 0px solid green;
}
#menu a:hover 
{
	background:url("../images/MainMenuLeftCornerOn.gif") no-repeat left top;
	color: #993300;
}
#menu a:hover span
{
	display:block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right:5px;
	background:url("../images/MainMenuRightCornerOn.gif") no-repeat right top;
}
#menu a.selectedlink 
{
	background:url("../images/MainMenuLeftCornerOn.gif") no-repeat left top;
}
#menu a.selectedlink span
{
	background:url("../images/MainMenuRightCornerOn.gif") no-repeat right top;
	color: #333;
}

/* Menu END *************************************** */
/* Footer START *************************************** */

#footer
{
	padding-left: 20px;
	padding-right: 20px;
	height: 17px;
	font-size: 10px;
	color: #034F72;
	padding-top: 2px;
	border: 0px solid orange;
}
#footerleft
{
	width: 50%;
	float: left;
}
#footerright
{
	width: 50%;
	float: left;
	text-align: right;
	/*background: orange;*/
}

/* Footer END *************************************** */

ul.cols {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	width: auto;
	/* height: auto;
	clear: both;
	background: orange; */
}
li.col {
	width: 15%;
	min-width: 100px;
	float: left;
	list-style: none;
	/* background: blue; */
}
li.sep {
	width: 5%;
	min-width: 40px;
	float: left;
	list-style: none;
	/* background: purple;*/
}

