

	body {
	text-align: center;
 	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	.a-center {
		text-align: center;
	}
	
	.a-left {
		text-align: left;
	}
	
	.a-right {
		text-align: right;
	}

	div#header-wrapper {
	background: #FFFFFF;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
	}

	div#header {
	background: #7e42be url('header3.jpg');
	height: 100px;
	width: 1500px;
	margin: 0 auto;
	padding: 0;
	}
	
	

	div#nav-wrapper {
	width: 100%;
	background: url('nav-bg.jpg') top left repeat-x;
	padding: 0;
	height: 30px;
	}

	div.nav {
	
	font:  16px Arial;
	width: 960px;
	margin: 0 auto;
	height: 30px;
	padding: 0;
	}
	
	div.box {
	margin-left: auto;
	margin-right:auto;
	margin-top: 0;
	background-color: #F7F7F7;
	width: 100%;
	padding: 10px 0;
	}
	
	div.col_1 {
	background-color: #F7F7F7;
	width:960px;
	margin: 0 auto;
	}
	
	div#bar {
	width: 100%;
	background: url('bar_01.jpg') top left repeat-x;
	height:7px;
	padding: 0;
	margin: 0 auto;
	}

	
	div#footer-wrapper {
	background: #FFFFFF;
	width: 100%;
	
	}
	
	
	div.footer {
	background: #e1f3fa url('footer3.jpg');
	margin-left: auto;
	margin-right:auto;
	width:1500px;
    height:100px;
	}
	
	.mainmenu li, .mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial;
	display:inline;
	background-image:url('nav-bg.jpg') top left repeat-x;
	border-left: 1px solid #666;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 3px;
	border-bottom: 1px solid #666;
	}
	
	a.menu:link {
	color: #000000;
	text-decoration: none;
	}

	a.menu:hover {
	background: #F2F2F2;
	text-decoration: none;
	color: #000000;
	}
	
	a.menu:visited {
	text-decoration: none;
	color: #000000;
	}
	
	.link li, .link ul {
	list-style-type: none;
	font-family: arial;
	text-decoration: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	
	}
	
	.info li, .info ul {
	text-align:left;
	list-style-type: square;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	
	}
	
	a.page:link, a.page:active, a.page:visited {
	color: #0000CC;
	text-decoration: none;
	}

	a.page:hover {
	color: #006600;
	text-decoration: underline;
	}
	
	h1	{ 

	font: 20px Arial;
	color: #000099;
	text-align: left;

	}

	h2 {	
	
	font: 40px Arial ;
	color: #000000;
	text-align: center;

	
	}
	
	h3	{ 

	font: 18px Arial;
	color: #000000;
	text-align: left;

	}
	
	p	{ 

	font: 14px Arial;
	color: #000000;
	text-align: left;

	}
	
	table {
		border-collapse: collapse;
	}
	
	th {
		border: 1px solid #000;
		padding: 5px;
		background: #7e42be;
	}
	
	th p {
		color: #fff;
	}
	
	td {
		border: 1px solid #000;
		padding: 5px;
	}
