
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}



.para
{
	border: 0px solid #728EB5;
	padding: 0px 0px 0px 26px;
	margin: 0 0 0 0;
              font-size: 12px;
              color : #FFFFFF
              font-weight:bold;
              line-height: 1.5;}
.main1
{
	padding: 0px 0px 0px 16px;
	margin: 0 40 0 0;
              font-size: 14px;
              color : #333333
              line-height: 1.5;}


.new9
{
	padding: 0px 0px 0px 16px;
	margin: 0 40 0 0;
              font-size: 13px;
              color : #555555
              line-height: 1.5;}






body h1
{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}

.mk
{
	font-size: 16px;
	color: #0754A4;
	font-weight: bold;
}

td {
	font-family : Tahoma, Verdana, Arial, sans-serif;
              font-size: 14px;
              color : #333333
              line-height: 1.5;
}      
/* Style for links */
A:link {
	FONT-SIZE: 12px;
	text-decoration: none;
	color:#384455;
	font-weight : bold;
}
A:visited {
	FONT-SIZE: 12px;
	text-decoration: none;
	color:#384455;
	font-weight : bold;
} 
A:hover {
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #CC6633;
	font-weight : bold;
}
A.top_menu:link {
	text-decoration: none;
	color:#384455;
	font-size:12px;
	font-weight : bold;
}
A.top_menu:visited {
	text-decoration: none;
	color:#384455;
	font-size:12px;
	font-weight : bold;
} 
A.top_menu:hover {
text-decoration: none;
color:#CC6633;
font-size:12px;
	font-weight : bold;
}

/* Style for lines. */
HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/***MY EDITS START HERE********************************************/
#subHeader {
	top: 387px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bg.gif) repeat-x;
	}	


#flash {
	position: relative;
	top: 0;
	left: 0;
	width: 765px;
	height: 340px;
	max-height: 342px;
	overflow: hidden;
	}	
#flashDefault {
	position: relative;
	top: 0;
	left: 0;
	width: 765px;
	height: 340px;
	max-height: 120px;
	overflow: hidden;
	}	



/* Page Footer Menu */
.menu_footer {
	padding-top: 5px;
	font-size: 12px;
	text-decoration : none;
	color : #384455;
}
a.menu_footer, a:visited.menu_footer
	{
	color: #384455;
	}
a:hover.menu_footer  {
	text-decoration: none;
	color: #D6F2F9;
	}	



/* begin styles for RSS Feed */

.rss_box {
	 padding: 4px 8px;
	 width: 250px;
}

.rss_title, rss_title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	color:#CC0000;
	display: none;
}

.rss_items {
  
}

.rss_item  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight : bold; 
  margin: 0px 0;
  padding-top: 5px;
}
.rss_item a {
	font-size: 12px;
	font-weight: bold;
	}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: white;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #cc6633;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color:#D7F0FA;
	}


