@charset "UTF-8";


/* html tags*/

* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat-x;
}


a {
	color: #4A79D6;
}

a:hover {
	color:#0033FF;
}


/* id's - structure elements */

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: none;
}

#top {
	height: 20px;
	width: 970px;
	float: left;
}

#topleft {
	float: left;
	width: 490px;
	margin-left: 10px;
}

#topright {
	float: right;
	width: 460px;
	text-align: right;
	margin-right: 10px;
}


#header {
	padding: 0px;
	width: 970px;
	background-color: #FFFFFF;
	float: left;
}


#headernav {
	height: 25px;
	width: 970px;
	float: left;
	background-image: url(bg-mid970-20c1.jpg);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	word-spacing: 2px;
}

#headernav a {
	font-weight: bold;
	color: #FFFFFF;
}

#headernav a:hover {
	color: #0030FF;
}


#main {
	width: 970px;
	float: left;
	background-image: url(images/bg-mid970-20a.png);
}
#mainnav {
	width: 190px;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 100%;
	font-weight: bold;
}
#mainnav ul {
	list-style-type: none;
}
#mainnav li {
	padding-bottom: 3px;
}
#mainnav li a {
	color: #4A79D6;
	text-decoration: none;
}
#mainnav li a:hover {
	color: #0033FF;
}

#maincontent {
	float: left;
	width: 710px;
	padding: 20px;
}

#maincontent h1 {
	font-size: 36px;
	color: #7b9ad0;
	margin-bottom: 15px;
}
#maincontent p {
	line-height: 120%;
	margin-bottom: 15px;
}

#maincontent p img {
	padding: 15px;
	float: right;
}

#mainbottom {
	float: left;
	width: 970px;
	height: 35px;
	background-image: url(images/bg-bot970-40a.png);
	background-repeat: no-repeat;
}
#bottom {
	text-align: center;
	font-size: 14px;
	float: left;
	width: 970px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottom p {
}


/* custom classes */

.text11 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

