*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:18px;
}
a:link{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#AAAAAA;
	font-weight:bold;
	text-decoration:none;
}

/* COMMON CSS */

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.inline{
	display:inline;
}
.overflow{
	overflow:hidden;
}
.bold{
	font-weight:bold;
}
.martop10{
	margin:10px 0 0 0;
}
.style1 {
	font-size: 15px;
}
.style2 {
	font-size: 20px;
}
.style4 {
	font-size: 12px;
}

/* PRE-DEFINED */

body{
	background:#F2F2F2;
}
ul{
	list-style-type:none;
}

/* IDS */

#header-outer{
	height:237px;
	background:url(../images/header-outer.jpg) repeat-x;
}
#header-inner{
	margin:0 auto;
	width:1000px;
	height:237px;
	background:url(../images/header-inner.jpg) repeat-x;
	overflow:hidden;
}
#header-top{
	float:left;
	width:960px;
	height:172px;
	padding:0 20px;
}
#navigator{
	float:left;
	width:500px;
	height:28px;
	padding:7px 20px 0;
	margin:0 0 0 260px;
}
	#navigator ul li{
		display:inline;
		padding:0 50px 0 0;
	}
	#navigator ul li a:link{
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	#navigator ul li a:visited{
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	#navigator ul li a:hover{
		font-size:16px;
		color:#9ac6d4;
		font-weight:bold;
		text-decoration:none;
	}
#flash-holder{
	float:left;
	width:960px;
	height:322px;
}
#welcome{
	float:left;
	width:960px;
	padding:0 0 20px;
}
#blue-background-outer{
	background:url(../images/blue-background-outer.jpg) repeat-x;
	overflow:hidden;
}
#blue-background-inner{
	margin:0 auto;
	width:960px;
	padding:20px;
	background:url(../images/blue-background-inner.jpg) #FFFFFF repeat-x;
	overflow:hidden;
}
#footer{
	float:left;
	width:960px;
	margin:10px 0 0 0;
}
	#footer ul li{
		display:inline;
	}

/* CLASSES */

.area460{
	width:460px;
}
.area480{
	width:480px;
}
.orange-font{
	font-size:24px;
	color:#ed5211;
	font-weight:bold;
}
.blue-font{
	font-size:18px;
	color:#064254;
	font-weight:normal;
	border-bottom:1px solid #a2bfc2;
	padding:0 0 5px 0;
}
.white-background-outer{
	background-color:#f2f2f2;
}
.white-background-inner{
	margin:0 auto;
	width:960px;
	padding:0 20px 20px 20px;
	background-color:#ffffff;
	overflow:hidden;
}
.textbut{
	border:1px solid #CCCCCC;
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:2px;
}
