@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Georgia, sans-serif;
	text-align:center;
	height:100%;
	margin: auto;
}

* {
	margin:0px;
	padding:0px;
}
a {
	color:#000000;
	text-decoration: none;
}

a img {
	border: 0;
}

.highlight {
	display:inline-block;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width: 175px;
	line-height: 30px;

}
.underlined {

}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;

}

h3 {
	font-size: 18px;

}
.bold{
	font-weight: bolder;

}

.italic {
	font-style: italic;
	font-weight: bold;
}

.boldlink {
	font-weight: bolder;
	text-decoration: underline;
	color: #0a14a5;
}


.boldlist {
	font-weight: bolder;
	display: block;
	width:115px;
	float: left;
}
.boldlist2 {
	font-weight: bolder;
	display: block;
	width:300px;
	float: left;
}
.list{
	display: block;
	width:150px;
	float: left;
}
.list2{
	display: block;
	width:50px;
	float: left;
}
.bolder {

	font-weight: bolder;
	font-size: 16px;

}
.login {
	display: block;
	margin-left: 300px;
}



.small {
	display: block;
	font-size: 10px;
	float: left;
}
p{
	clear:both;

}
/* WRAPPER START */
#WRAPPER {
	margin:auto;
	width: 900px;
	height:700px;
	/* border: thin solid #000000;	*/

}

/* HEADER START */
#HEADER  {
	width:900px;
}


/* HEADER_BG START */
#HEADER_BG  {
	width:900px;
	height:140px;
	color: #0a14a5;
	font-weight: bolder;
		 /* border: thin solid #000000; */
		
}

#HEADER_BG a{
	width:200px;
	height:140px;
	position:relative;

	margin-top: 15px;

}
#HEADER_BG h1{
	position:relative;

	text-align: center;
	font-size: 30px;
	margin-top: 15px;

}
    
/* MENU START */
#MENU {
	width: 900px;
	margin: auto;
	clear:both;
	text-align:center;
	/* border: thin solid #000000;	*/

} 
#MENU ul {
	margin: 0px;
	padding: 0px;
	background-position: center;
} 

#MENU ul li{
	display: block;
	height: 30px;
	width: 175px;
	font-weight: bolder;
	background-color: #0a14a5;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	position:relative;
	float: left;
	left: 60px;

} 

#MENU ul li a {
	font-size: 20px;
	color:#FFFFFF;
	height: 30px;
	width: 175px;
	background-color: #0a14a5;
	text-align: center;
	line-height: 30px;

}
#MENU a:hover {
	display:inline-block;
	color: #0a14a5;
	background-color: #636DF5;
	height: 30px;
	line-height: 30px;
}

#menulink:hover {
	display:inline-block;
	color: #000000;
	background-color: #FFFFFF;
	height: 15px;
	line-height: 15px;

}



/* BODY START */
#BODY {
	width:900px;
	margin: auto;
	text-align: center;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: 69px top;

}



/* FONT-RESIZE START */

#FONT-RESIZE {
	width: 150px;
	position: relative;
	float: right;
	left: -45px;
	top: 30px;
	z-index:10;

}

#FONT-RESIZE input {
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}


/* COPY START */
#COPY {
	width: 700px;
	text-align: justify;
	margin: auto;
	padding-top:60px;
	margin-top: 30px;
	color:#000000;
}
#COPY p{
	font-size: 14px;
	margin-top: 10px;
}


#COPY a{
	color: #0a14a5;
	font-weight: bold;
	text-decoration: underline;	
}

#COPY a:hover {
	color: #CE0917;

}
#COPY ul{
	list-style-type: none;
	font-size: 14px;
	display: block;
	width: 400px;
	text-align: left;
	margin-left: 50px;
	color: #0a14a5;
}


#COPY .left20 {
	display: block;	
	margin-left: 20px;
	/* border: thin solid #000000; */
	
}

/* FOOTER START */
#FOOTER {
	clear: both;
	width: 900px;
	margin: auto;
	margin-top:20px;
	height:70px;
	padding:0;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: 70px top;

}
#FOOTER ul {
	margin: auto;
	height: 40px;
	text-align: center;
	width: 500px;
	padding-top:35px;


}
#FOOTER ul li{
	display: inline;
	list-style-type: none;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	float:left;
}
#FOOTER ul li .fivepx{
	display: block;
	width: 165px;
}
#FOOTER a {
	font-size: 12px;
}
#FOOTER a:hover {
	color: #0a14a5;
	font-weight: bold;	
}
