/* Set up page */
body{
	background: url(../images/main_bg.gif) repeat-x;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#006cb1;
	font-size:11px;
	
}

html {
	font-family: arial, helvetica, sans-serif;
	font-size: 65%;/*setting font size to 62.5 means that 1.0em is equal to 10px, and 1.2em is equal to 12px etc. Size renders more accurately accross platforms*/
}

/* Useful classes */
.clearing {
	clear: both;
}
/* Top Nav */

.padding
{
	padding:5px;
}
.foot_bg{
	background: url(../images/Footer_bg.gif)  repeat-x;
	height:31px;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	padding-left:5px;
	width:100%;
}
.cont_head{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.cont_head span
{
	background-color:#f5f5f5;
}
.content{
	font-size:12px;
	color:#346381;
	padding:10px;	
}

.content1{
	font-size:12px;
	color:#346381;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link a{
	font-size:12px;
	color:#006cb1;
	text-decoration:underline;
}
.cont_separator{
	background:url(../images/separator.jpg) no-repeat center;
	width:760px;
	height:9px;
}

#leftmenu
{ 
	font-size:14px; 
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#leftmenu a
{ 
	font-size:14px; 
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#leftmenu a:hover
{ 
	font-size:14px; 
	color: #7e0493;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
}


.Headline
{ 
	font-size:22px; 
	font-weight:bold; 
	color:#274d7e;
}

.fontcolor
{
	color:#0a1f4a;
	font-size:16px;
	font-weight:bold;
}
.textbox
{
	border:1px solid #999999;
	height:20px;
	background:#FFFFFF;
	padding-left:5px;
	color:#277987;

}
.borderbottum
{
	border-bottom:1px solid #8C439C;
}
.bullet
{ 
	list-style-position: outside;
	list-style-image: url(../images/arrow1.gif);
	list-style-type: none;
	
}
.border
{
border:1px solid #446492;
}
.companyname
{
color:#FFF;
font-weight:bold;
font-size:28px;
font-family:Arial, Helvetica, sans-serif;
 
}
.title
{ 
color:#FFFFFF; 
font-size:12px; 
font-weight:bold; 
height:20px;
padding-left:10px; 
padding-top:2px;
}

.button
{ background:#feda32; border:1px solid #284c80; color:#284c80; padding:1px;}