@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #80B3DC url(../images/mainbg.gif) repeat-x top;
}

td {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #003366;
}

p {
	margin: 0 0 12px 0;
}

a {
	color: #5084ad;
	text-decoration: underline;
}

a:hover {
	color: #5084ad;
	text-decoration: none;
}

a.lnkbold {
	color: #80B3DC;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

ul.pink li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	padding: 10px 4px;
	font-size: 15px;
	font-weight: bold;
	color: #EE7C91;
}

li {
	list-style-position: outside;
	padding: 4px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
	color: #003366;
	background: url(../images/h1paw.gif) no-repeat left;
	padding-left: 25px;
	line-height: 26px;
	letter-spacing: -1px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #003366;
}

h2.news {
	font-family: tahoma;
	margin: 0 0 12px;
	color: #000;
	font-size: 16px;
}

h2.news2 {
	font-family: tahoma;
	margin: 0 0 12px;
	color: #000;
	font-size: 13px;
}

#newstable td {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #003366;
}

.linklist {
	list-style: none;
	margin: 0 0 23px 15px;
}

.linklist em {
	font-size: 11px;
}

.latestnews {
	background-color: #eee;
	color: #666;
	padding: 2px 0 2px 5px;
	font-weight: bold;
}

.latestnews {
	background-color: #eee;
	color: #666;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

.mainnews {
	padding: 10px 5px 10px 5px;
	color: #000;
}

.mainnews h2 {
	font-size: 15px;
}

.quoteleft {
	padding-left: 70px;
	background: url('../images/quote.gif') no-repeat top left;
	margin: 30px 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.quoteleft p {
	margin: 0 0 12px;
}

.quoteright {
	padding-right: 70px;
	background: url('../images/quote2.gif') no-repeat top right;
	margin: 30px 0 0;
		border-bottom: 1px solid #ccc;
			padding-bottom: 20px;

}

.quoteright p {
	margin: 0 0 12px;
}