.background {
	background-image: url(../imgs/background.jpg);
	background-repeat: repeat-x;
}
.welcome {
	background-image: url(../imgs/welcome.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58499b;
}
ul {
	list-style-position: outside;
	list-style-image: url(../imgs/bullet.gif);
}


.footerLogo {
	background-image: url(../imgs/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 581px;
}
.gray12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.gray12pt a:active, .gray12pt a:visited, .gray12pt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #867bb7;
	text-decoration:underline
}
.gray12pt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.gray10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.gray10pt a:active, .gray10pt a:visited, .gray10pt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #867bb7;
	text-decoration:underline
}
.gray10pt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none
}
.gray11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.gray11pt a:active, .gray11pt a:visited, .gray11pt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #867bb7;
	text-decoration:underline
}
.gray11pt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none
}
.bodyBack {
	background-image: url(../imgs/body_back.jpg);
	width: 791px;
}
.sideBar {
	background-image: url(../imgs/sidebar.jpg);
	width: 210px;
	background-repeat: no-repeat;
}

