body
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2e2e2e;
	margin:0 auto;
}
html
{
	overflow-y:scroll;
}

#fix
{
	min-height:328px !important;
	height:auto;
	height:328px;
	width:670px;

}
/* for Internet Explorer */
/*\*/
* html #fix {
height: 328px;
}
/**/

/* for understanding browsers */

#wraper
{
	width:965px;
	margin:0 auto;
}
#header
{
	border-bottom:1px solid #e0e0e0;
	background:url(../images/BG_Header.jpg) #fff repeat-x top left;
	height:97px;
}
#topNav
{
	text-align:right;
	color:#383737;

}
#topNav a
{
	color:#383737 !important;
	margin:0px 5px;

}
#topNav .active, a:hover
{

	text-decoration:none !important;
	background:none;
}

/* main nav here */
ol#MainMenu {
/*    height: 2em;*/
	height:33px;
    list-style: none;
    margin: 0;
    padding: 0;
	float:right;
/*	margin-top:24px;*/
	margin-top:5px;
}

ol#MainMenu li {
    float: left;
    margin: 0 0 0 2px;
}

ol#MainMenu a {
    background: #AEF4FF url(../images/tab.png);
    color: #0b63bd;
    display: block;
    float: left;
    height: 33px;
    padding-left: 12px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

ol#MainMenu a:hover {
    background-color: #0898e1;
    background-position: 0 99px;
	color: #fff;
    font-weight: bold;
}

ol#MainMenu a:hover span {
    background-position: 100% 99px;
}

ol#MainMenu li.current a {
    background-color: #0898e1;
    background-position: 0 99px;
    color: #fff;
    font-weight: bold;
}

ol#MainMenu li.current span {
    background-position: 100% 99px;
}

ol#MainMenu span {
    background: url(../images/tab.png) 100% 0;
    display: block;
    line-height: 33px;
    padding-right: 10px;
}

/* main nav end here */
#content
{
	background:url(../images/BG_Content.jpg) repeat-x left top;
}
.sml
{
	font-size:10px;
}
#content .content
{
	background:url(../images/Bg_Victor.jpg) no-repeat right top;
}
#content .box
{
	border: 1px solid #d5d5d5;
	color:#505151;
}
.GoLeft
{
	float:left;
}
.GoRight
{
	float:right;
}
.clear
{
	clear:both;
}
.img
{
	border:1px solid #dfdbdb;
	border-bottom:1px solid #cecdcd;
	border-right:1px solid #cecdcd;
	padding:2px;
}
#content p
{
	margin:3px 0px 12px 0px;
}
#content a
{
	color:#383737;
	text-decoration:none;
}
#content a:hover
{
	text-decoration:underline !important;
	color:#056fcc;
}
#content .tittle
{
	font-size:14px;
	color:#046bca;
	font-weight:bold;
	margin-bottom:0px;
}
#content .subHeading
{
	font-size:18px;
	color:#0097b2;
	margin-bottom:0px;
}
#content .head
{
	font-size:20px;
	color:#6675b0;
	margin-bottom:0px;


}
.loginBtn
{
	background:#c0c0c0;
	color:#505151;
	border:none;
	width:65px;
	padding:3px 5px 3px; 
	cursor:pointer;
	font-size:11px;
	margin:0px;
}
.more
{
	color:#f20606 !important;
}
.loginBtn:hover
{
	color:#fff;
}
.txtbox
{
	color:#505151;
	width:125px;
	border:1px solid #e7e7e7;
	padding:2px;
	height:15px;
	line-height:15px;
	font-size:11px;
	margin:0px !important;
}
#content  ul
{
	margin:0px;
	padding:0px;
}
#content ul li
{
	margin:5px;
	margin-left:15px;
	padding:0px;
	list-style:square;
}
#content .heading
{
	font-size:13px;
	background:#f3f3f3;
	color:#046bca;
	font-weight:bold;
	padding:5px 5px;
}
#content .RightHeading
{
	font-size:13px;
	color:#2e2e2e;
	font-weight:bold;
	padding:5px 5px;
}
.big
{
	font-size:25px;
}
#content .subtittle
{
	font-size:12px;
	font-weight:bold;
	color:#383737;
	margin-bottom:0px;
	text-transform:uppercase;
}
#content ol
{
	margin-top:5px;
}
#content ol li
{
	line-height:20px;
}
#LeftNav strong
{
	font-size:12px;
	font-weight:bold;
	color:#383737;
}
#LeftNav a
{
	color:#484747;
	padding:2px 0px;
	padding-left:10px;
	background:url(../images/Img_LeftNav.jpg) left 50% no-repeat;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #f0f0f0;

}
#LeftNav a:hover,.active
{
	text-decoration:underline !important;
	background:url(../images/Img_LeftNavHover.jpg) left 50% no-repeat;	
	color:#056fcc !important;

}
.brdRht
{
	border-right:1px solid #dcdcdc;
}
#footerNav
{
	height:26px;
	background:#ffed00;
	border-bottom:1px solid #e5d500;
	color:#2f2f2f;
}
#footerNav a
{
	background:none;
	margin-right:15px;
	text-decoration:underline;
	color:#2e2e2e !important;
}
#footerNav .active, a:hover
{

	color:#000;
	text-decoration:none !important;
}
#footer
{	
	background:url(../images/BG_Footer.jpg) repeat-x left top;
	font-size:10px;
}

.table
{
	border-top: 1px solid #e6e2e2;
	border-left: 1px solid #e6e2e2;		
	margin-bottom:10px;
	margin-top:3px;
}
.table tr td
{
	border-bottom: 1px solid #e6e2e2;	
	border-right: 1px solid #e6e2e2;		
}
.table td,th
{
padding: 4px 5px;
}
 .odd {
    background-color: #f1f1f1; 
}
.table .odd td {
    background-color: #f1f1f1;  }
.table tr th
{
	font-weight: bold;
    background-color: #acf;
    border-bottom: 1px solid f3f3f3;
	border-bottom: 1px solid #e6e2e2;	
	border-right: 1px solid #e6e2e2;		
}
#sitemap ul
{
	margin:0px;
	padding:0px;
	padding-left:8px;
}
#sitemap ul li
{
	list-style:square;
}
.answers
{
	border:1px solid #ccc;
	background:#EEEEEE;
	margin-bottom:8px;
	width:96%;
	padding:10px;
}
.article{
	border:#CCCCCC 1px solid;
	padding:20px;
	margin-bottom:20px;
	}