/* ############# Main Styling ############# */	
BODY.main
{
	padding: 0px;
	margin: 0px;
	font-family : arial;
	font-size : 10pt;
}
H1
{
	font-family : arial;
	font-size : 16pt;
	color : #000000;
	font-weight : bold;
}
H2
{
	font-family : arial;
	font-size : 12pt;
	color : #000000;
	font-weight : bold;
}
H3
{
	font-family : arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	margin: 0px;
}
H4
{
	font-family : arial;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	margin: 0px;
}

DIV.top
{
	top: 0px;
	margin: 0px auto;
	max-width: 1400px;
	min-width: 800px;
	height: 110px;
}

DIV.main
{
	top: 110px;
	margin: 0px auto;
	padding: 5px;
	max-width: 1400px;
	min-width: 800px;
}

DIV.logo
{
	position: relative;
	background-image:url('../img/logo2.png');
	background-repeat:no-repeat;
	background-position: left top;
	height: 100px;
	width: 70px;
	left: 10px;
	top: 2px;
}

DIV.header
{
	position: relative;
	top: -90px;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #000000;
	height: 100px;
	margin: 0px auto;
}

DIV.user
{
	position: relative;
	height: 100px;
	width: 180px;
	float: right;
	top: -200px;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #808080;
}

DIV.logoBar
{
	position: absolute;
	background: #0c2488;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 100px;
}


DIV.background
{
	background-image:url('../images/banner001.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0px auto;
/*
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-origin: padding-box;
    background-position: center top;
    background-size: cover;	
*/
	max-width: 1400px;
	min-width: 800px;
	
/*	width: 100%; */
	height: 500px;
}

DIV.bgborderleft
{
	position: absolute;
	background-image:url('../images/bg-border-left.png');
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	top: 50px;
	left: 0px;
	width: 20px;
	height: 500px;
}

DIV.bgborderright
{
	position: absolute;
	background-image:url('../images/bg-border-right.png');
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	top: 50px;
	right: 0px;
	width: 20px;
	height: 500px;
}

DIV.bgfooter
{
	background: #FFFFFF;
	max-width: 1400px;
	min-width: 800px;
	margin: 0px auto;
	height: 20px;
}

DIV.Menu
{
	position: absolute;
	top: 65px;
	left: 100px;
/*	background: #2D83AF; */
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
/*	border-width: 2px;
	border-style: solid;
	border-color: #808080;
*/	padding: 10px;
}
DIV.MenuActive
{
	background: #0c2488;
}

DIV.Menu0
{
	background: #3F9BCD;
	width: 190px;
	cursor: pointer;
}

DIV.Menu0:hover
{
	background: #00FF00;
	cursor: pointer;
}

INPUT.input
{
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #808080;
}

INPUT.button
{
	background: #0c2488;
	border-width: 0px;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
}

SELECT.select
{
	border: 2px solid #cccccc;
	font-family : arial;
	font-size : 9pt;	
	font-weight : bold;
	height: 20px;
}

/* ############# Main Styling ############# */	