/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border: none;
} 

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #4d7fc8;
}	

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F9B200;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}
	
a:link {
	color: #0096db;
	text-decoration: underline;
	font-weight: bold;
} 

a:active {
	color: #0096db;
	text-decoration: underline;
	font-weight: bold;
} 

a:visited {
	color: #0096db;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover {
	color: #f9b200;
	text-decoration: none;
	font-weight: bold;
}

#swfheader {
	border: none;
	width: 100px;
	height: 400px;
}

.menubg {
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat;
	height: 50px;
}

.headerbg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 230px;
}

.contentbg {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat;
}

.contenttop {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 410px;
}

.footerbg {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	height: 50px;
}

.menu {
	color: #fff;
}

.menu h3 {
	font-size: 15px;
	font-weight: bold;
}

.menu a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 63px;
}

.right {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 63px;
}
