
body, h2 {
	font-family:		Verdana, Arial, sans-serif;
	color:			#222233;
}		

body {
	background-color:	#ffffff;
	font-weight:		normal;
	font-size:		12px;
	overflow:		hidden;
}

a:link, a:visited {
	text-decoration: none;
	color: #333366;
		}

a:hover {
	text-decoration: none;
	color: #ff4400;
	}

h2 {
	font-weight:		bold;
}		

#mainwrap {
	height: 650px;
	width: 900px;
}

#leftcolumn {
	background:  url(../images/leftbg.jpg) no-repeat center center;
	height: 650px;
	width: 300px;
	float:left;
}

#leftcolumnbody {
	margin-top: 30px;
	margin-left: 45px;
	width: 235px;
	height: 495px;
	overflow:auto;
	text-align:left;
}

#scrollable {
	overflow:auto;
}

#rightscreen {
	float:right;
	width: 600px;
	height:675px;
	text-align:left;
}

#menubody {
	padding-left:20px;
	padding-top: 5px;
}

#rightcolumn 
{
	background:  url(../images/rightbg.jpg) no-repeat center center;
	padding-top: 13px;
	height: 625px;
	width: 600px;
}

#rightcolumnbody {
	float: left;
	width: 560px;
	height: 470px;
	overflow:auto;
}

.rightcontentblock, .contentblock {
	height: 100%;
}

#rightimage 
{
	float: right;
	margin-right: 7px;
	width: 30px;
	height: 470px;
	overflow:hidden;
	line-height: 470px;
	vertical-align:middle;
}

.imagecontentblock {}

.imagecolumn0 
{
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 160px;
}
.imagecolumn1 {
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 160px;
}
.imagecolumn2 
{
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 160px;
}

.clearer{
	clear: both;
}

table	{	border-style:		hidden;
		font-family:		Verdana, Arial, sans-serif;
		font-weight:		normal;
		color:			#222233;
		font-size:		11px;
		letter-spacing:		1px;
	}

.menu3	{	font-size:		9px;
	}
	
.logincol1 
{
	padding-left: 20px;
}

.logincol2 
{
	position: relative;
	margin-left:150px;
}
.logincol2b 
{
	position: relative;
	margin-left:104px;
}
.col1Label 
{
	display:block;
	float: left;
	width: 150px;
}
.singleLineTextbox {
	width: 300px;
}
.multiLineTextbox {
	width: 300px;
	height: 150px;
}

.formpanel {
	padding-left:20px;
}

.imgsize {
	max-width: 550px;
	max-height: 400px;
}
.imgTable /* needed for the ie8 bug on max-width and tables*/
{
	table-layout: fixed;
}
