body {
	background-color : #CCCCCC;
	text-align : center;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 11px;
}

h1 {
	font-size : 15px;
	font-weight : bold;
	text-align : left;
}

h2 {
	font-size : 13px;
	font-weight : bold;
	text-align : left;
}
	
#Layout {
	width : 800px;
	height : 667px;
	background-color : #FFFFFF;
	text-align : left;
	margin : 0px auto;
}

#TopNav {
	height : 27px;
}

#TopImage {
	height : 279px;
}

#LeftNav {
	width : 170px;
}

#Content {
	padding : 35px;
	/*
	background-image : url("images/contentBkg.jpg");
	*/
	background-repeat : no-repeat;
	background-position : top left;
}

#FlashSpace {
	width : 132px;
	height : 401px;
}
.border {
	border: 1px solid #374E9C;
}

#FormFirstRow {
	display : none;
}