html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma;*/
	font-size: 11px;
	/*color: #746D54;*/
	color: #888888;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
}

p 
{
	margin: 0px 0px 1.7em 0px;
	line-height: 1.7em;
}


body {
	background-color: #DCDCDC;	
	
}

img
{
	border: none;
}


#Main {
	width: 958px;
	padding:0px;
	margin:0px;
	
	border-top: solid 1px #B4B4B4; 
	border-left: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
}

#Top 
{
	background-color:White;
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 958px;
	/*border: solid 1px blue;*/
}

#TopContent {
	/*height: 75px;*/
	width: 910px;
	padding-top: 10px;
	/*padding: 5px;
	margin: 5px;*/
	text-align: right;
	/*border: solid 1px red;*/
}

#TopContentLogin {
	height: 20px;
	width: 400px;
	text-align: right;
	border: solid 1px #FF9E00;
	background-color:#F0ECDA;
	/*border: solid 1px green;*/
}


#ContentHolder {
	width: 958px;
	text-align: left;
	background-color: White;
	/*border: 1px solid #FF9500;*/
	/*border-top: solid 2px #787878; 
	border-left: 2px solid #787878;
	border-right: 2px solid #787878;*/
	border-top: solid 1px #B4B4B4; 
	border-left: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	
	margin: 0px;
	padding: 0px;
	
	min-height: 500px;
	height:auto !important;
	height:500px;
}


#ContentTable {
	width: 938px;
	text-align: left;
	vertical-align: top;
}

#MenuBar {
	height: 26px;
	width: 948px;
	border-left: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	/*background-color:#DCDCDC;*/
	background-color:white;
	padding-left:10px;
	
}


.ContentTableSubMenu {
	text-align: left;
	vertical-align: top;
	width: 180px;
}

.ContentTableMain {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}


#Footer {
	width: 930px;
	height: 20px;
	text-align: right;
	font-size: 10px;
}

#ContentFooter {
	width: 948px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	background-color: White;
	border-bottom: solid 1px #B4B4B4;
	border-left: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	
}



