
body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1F4265;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}
.title1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#A4312B;
	font-weight:bold;
	text-align:left;
}
.content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal;
	line-height:22px;
	text-align:justify;
}
.centercontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:center;
}
.boldcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:bold;
	line-height:25px;
	text-align:left;
}

.newboldcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:bold;
	line-height:25px;
	text-align:left;
	list-style:none;
	

}

.blueboldcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#00CCFF;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
.redboldcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#CC9900;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.redboldcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#F46C00;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
.footercontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:center;
}

.rightcontent{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:right;
}


a:link {

	color: #ffffff;
	text-decoration:none;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:none;
}

.pointer {

	color: #ffffff;
	text-decoration:none;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}
.pointer1 {

	color: #ffffff;
	text-decoration:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}




#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	font-weight: 800;
	
}
*html li.menuwidth {
	width:0em;
}
li.menuwidth {
	width:auto;
}
li.menusize {
	width: 7em;
}
#menu li { /* all list items */
	float: left;
	position: relative;
}
#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	top: 1em;
	left: 0;
}
#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1em;
}
* html #menu ul li a {
	height: 1em;
}
/* End */

#menu li:hover ul {
	display: block;
}
#menu li:hover>ul {
	visibility:visible;
}
#menu ul ul {
	visibility:hidden;
	float:top;
	width:auto;
	top:30px;
	left:auto;
}
/* Make-up syles */
#menu ul, li {
	margin: 0 0 0 0;
}
/* Styles for Menu Items */
#menu ul a {
padding:7px 22px 7px 22px;
		background-color:transparent;
	text-align:center;
	display: block;
	text-decoration: none;
	COLOR: #ffffff;
	border-left:1px solid #FFFFFF;
}
/* Hover Styles */
#menu ul a:hover {
	background-color:#000000;
		color:#fff;
		text-decoration:none;
}
/* Sub Menu Styles */
#menu li ul a {
	width:150px;
	text-decoration: none;
	color: #333333 ;
	
	background: #e8e8e8; /* IE6 Bug */
	padding-bottom:5px;
	padding-left:10px;
	padding-right:2px;
	padding-top:10px;
	text-align:left;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
/* Sub Menu Styles */
 #menu ul ul ul {
	top:2em;
	left:157px;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	
	color: #ffffff ;
	background: #000000;
}
/* Icon Styles */
#menu li a.submenu {
}
#menu li a.submenu:hover {
}
#menu li ul a.submenu {
	background:#e8e8e8 url(../images/r_arrow.gif) no-repeat right;
}
#menu li ul a.submenu:hover {
	background:#000000 url(../images/r_arrow.gif) no-repeat right;
}
