/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#333333;
	
}
table {
	width: 100%;
	height: 100%;
	min-width: 100%;
}
td {
	vertical-align: middle;
	text-align: left;}

li {
	list-style:none;
	padding:3px;}
	
li a {
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;}
	
li a:hover {
	color:#660000;
	font-style:normal;
	text-decoration:none;}
	
a {
	text-decoration:none;
	font-style:italic;
	color:#999999;
	padding: 2px;
	list-style:none;} 

a:hover {
	text-decoration:none;
	background-color:#CCCCCC;}

div.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 550px;
	background-color:#FFFFFF;}
	
.mainFrame{
	display: none;
	width: 500px;
	height: 360px;
	border: 0;
	background-color: transparent;
	margin-left: 10px;
	margin-top: 10px;
}
	
.mainFrameLoad{
	width: 500px;
	height: 360px;
	border: 0;
	background-color: transparent;
	margin-left: 10px;
	margin-top: 10px;
}
	
#menuContainer {
	list-style:none;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:263px;}
	
#leftContainer {
	float:left;
	width:200px;
	text-align:left;
	background-image:url(img/lhsBg.jpg);
	background-repeat:repeat-x;}
	
#rightContainer {
	text-align:left;
	padding-left:0px;
	padding-top:22px;
	width:522px;
	float:right;
	text-align:left;}
	
#footer {
	background-color:#CCCCCC;
	color:#990000;
	width:100%;
	padding-left:5px;
	padding-bottom:2px;}
	
	#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;}
	#footer a:hover {
	color:#666666;
	text-decoration:underline;
	font-style:normal;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.redTxt {
color:#990000;
font-size:13px;}

.lGreyTxt {
color:#666666;}

.twelve {
	font-size:12px;}

.greyBg {
background-color:#F5F5F5;}