@charset "utf-8";
/* CSS Document */
/* styletmeplate.css */

#all{
	width: 960px;
	height: 1250px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
}

#header{
	text-align: center;
}

#left{
	float: left;
	width: 192px;
	clear: left;
	text-align: center;
	height: 1500px;
	color: #FFF;
	background-color:#20558f;
}

#right{
	float: left;
	width: 768px;
}

#footer{
	float:left;
	clear:both;
	width: 960px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #20558f;
	color:#000;
	font-size:small;
	text-align:right;
}

h1 {
	color: #20558f;
	font-size: large;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2 {
	color: #20558f;
	font-size: large;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h3 {
	color: #20558f;
	font-size: medium;
	text-align: left;
	margin: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h4 {
	color: #FFF;
	font-size: medium;
	text-align: center;
	margin: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.right {
	color:#000;
	text-align:left;
	font-size:medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.quotename {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000;	
}

.newsdate {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.archive {
	font-size: normal;
	font-style: italic;
	font-weight: bold;
}

.image_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.caption {
	text-align:center;
	font-size:small;
	font-style:italic;
	font-weight:bold;
}

a.left:hover {
	color: #549ec5;
}

a.left:visited {
	color: #549ec5;
}

a:visited {
	color: #549ec5;
}

a:hover {
	color: #549ec5;
}

.ContactDetails {
	font-size: medium;
	font-weight: bold;
	color: #000;
	text-align: left;
}

ul {
	font-weight:normal;
}

ul.long {
	font-weight: normal;
}

.longlist{
	font-size:x-small;
	font-style:italic;
}

p{
	font-size:medium;
}