BODY{
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	font-size:12px;
	font-family: arial;
	background-color: #333333;
	margin: 0px;
   padding: 0px;
}

#PAGE{
	width: 800px;
	height: 550px;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

#TOP{
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 108px;
}

#MENU{
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;	
}

#SUBMENU{
		background-image: url("../images/submenu.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 27px;
}

#CONTENT{
	background-color: #FFFFFF;
	text-align: left;	
	padding-left: 50px;
	height: 100%;
}
	
	
#box1{
	float: left;
	width: 300px;
	height: 190px;
	padding-bottom: 50px;
}

#box2{
	float: right;
	width: 300px;
	height: 190px;
	padding-right: 50px;
	padding-bottom: 50px;
}

#box3{
	float: left;
	width: 300px;
	clear:both;

}

#box4{
	float: right;
	padding-right: 50px;
	width: 300px;
}

#contentbox{
	width: 500px;
	float: left;
}

#rightcontent{
	width: 170px;
	float: right;
	padding-top: 20px;
	text-align: center;
}

#bottom{ color:#999999; font-size:10px;}

a:link,a:active, a:visited{
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
a:hover{
	color : #ff0300;
	text-decoration:none;
}

a:link.menu, a:active.menu, a:visited.menu{
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding-right: 50px;
}
a:hover.menu{
	color : #ff0300;
	text-decoration:none;
	font-weight: bold;
}

a.gray{ color:#999999;}
a.gray:hover{ color:#FF0000;}

img{
	border: none;
}

imgLeft{
	border: none;
	float: left;
}


hr.redbar{
	color: #ff0300;
	width: 300px;
}

hr.redbarLong{
	color: #ff0300;
	width: 500px;
}

h1{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

h2{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

ul{
	margin-top: 0px;
}

li{
	font-weight: bold;
}