body{
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	margin: 0 auto;
	}
#main{
	width:1024px;
	margin:auto;
	padding:0px
	}
.container{
	width:1024px;
	margin:auto;
	}
h1{
	font-size:20px;
	margin:0;
	color:#153082;
	padding:0 0 0 50px;
	}
.text{
	text-align:justify;
	padding:0 50px 0 50px;
	}
a{
	text-decoration:none;
	color:#000;
	}
a:hover{
	text-decoration:none;
	color:#FF0000;
	}
	
/* Title------------------------------------------*/
.title{
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	width:100%;
	height:88px;
	float:left;
	}
	
/* Navigation------------------------------------------*/
.navigation{
	width:auto;
	height:61px;
	float:right;
	text-align:center;
	margin-right:10px;
	}
.navigation ul{ 
	margin:0; 
    padding:0; 
    }	
.navigation li { 
	float:left; 
	list-style-type:none; 
	}
.navigation li a{
	background:url(images/nav.png);
	background-repeat:no-repeat;
	width:116px;
	height:47px;
	display:block;
	font-size:15px;  
	text-decoration:none;
	padding-top:15px;
	}
.navigation li a:hover{
	background-image:url(images/nav-hover.png);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#FF0000; 
	}


/* Header------------------------------------------*/
.header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:100%;
	height:289px;
	float:left;
	}

.list{
	width:270px;
	height:auto;
	float:left;
	}
.list ul{
	padding:30px 0 0 20px;
	margin:0;
	}
.list li{
	display:inline;
	list-style:none;
	line-height:20px;
	}
.list li a{
	font-size:14px;
	display:block;
	background:url(images/bullet.png) 1px 10px no-repeat;
	text-decoration:none;
	color:#000;
	padding:10px 0 5px 25px;
	line-height:20px;
	}
.list li a:hover{
	background:url(images/bullet-hover.png) 10px 10px no-repeat;
	text-decoration:none;
	color:#FF0000;
	}

/* Text Area------------------------------------------*/

.text-top{
	width:1024px;
	height:32px;
	float:left;
	background-image:url(images/text-top-img.png);
	background-repeat: no-repeat;
	margin:0px; padding:0px;
	}
	.text-btm{
	width:1024px;
	height:34px;
	float:left;
	background-image:url(images/text-buttom-img.png);
	background-repeat: no-repeat;
	margin:0px; padding:0px;
	}
.text-area-box{
	width:100%;
	height:auto;
	float:left;
	}
.text-middle-img{
	background-image:url(images/text-middle-img.png);
	background-repeat:repeat-y;
	width:100%;
	height:auto;
	float:left;
	}


/* Footer------------------------------------------*/
.footer{
	background-color:#66CCFF;
	width:100%;
	height:86px;
	float:left;
	margin:15px 0 15px 0;
	}
.footer-nav{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:15px;
	}
.footer-nav ul{
	padding:0;
	margin:0;
	}
.footer-nav li{
	list-style:none;
	display:inline;
	color:#000;
	}
.footer-nav li a{
	text-decoration:none;
	color:#000;
	padding:0 8px 0 8px;
	}
.footer-nav a:hover{
	text-decoration:none;
	color:#FFf;
	}

.url{
	width:100%;
	height:auto;
	float:left;
	color:#000;
	text-align:center;
	padding-top:15px;
	}
.url a{
	text-decoration:none;
	color:#000;
	}
.url a:hover{
	text-decoration:underline;
	color:#fff;
	}

