body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 16px;}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #52BDD7;
}

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

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #224466;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #154399 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
.bannerbg {
	background-image: url(assets/images/flash.jpg);
	background-repeat: no-repeat;
}
.rotation {
	background-image: url(assets/images/rotation.jpg);
	background-repeat: no-repeat;
}
.navbg {
	background-image: url(assets/images/navigation.jpg);
	background-repeat: no-repeat;
}
.bodybg {
	background-image: url(assets/images/bodybg.jpg);
	background-repeat: no-repeat;
}
.padding {
	padding-right: 15px;
	padding-left: 15px;
}
.leftpadding {
	padding-left: 35px;
}
.rightpadding {
	padding-right: 35px;
	padding-left: 10px;

}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
}
.bodylowbg {
	background-image: url(assets/images/bodybottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.news {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}