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

p {
	line-height: 1.3em;
}

body {
	color: #333333;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:83%;
	margin:20px auto;
	width:760px;
	padding-left:10px;
	padding-right:10px;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, p, pre, label, ul, ol, dl, fieldset, address { 
margin: 0.75em 0;
}

h1 {
	font-size:167%;
	color: #CC0000;
}

h2 {
	font-size:139%;
	color: #CC0000;
}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	background-color: #FFFFFF;
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}

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

.contact {
	font-family: "Trebuchet MS";
	color:#FF0000;
	font-size: 89%;
	text-decoration:none;
}

.contact a {
	text-decoration:underline;
}
#header {
	clear:both;
}

#title {
	color: #FF0000;
	background-color:#FFFFFF;
	margin-bottom:0px;
	width: 200px;
	float:left;
	height: 95px;
}

#title-right {
	float:left;
	margin-bottom:0px;
	width: 285px;
	height: 110px;
	color:#666666;
	background-color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}
#title-next {
	float:right;
	margin-bottom:0px;
	width: 200px;
	height: 110px;
	color:#666666;
	text-align:center;
}


ul#nav {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width:100%;
	border-left: #8ea4b0 solid thin;
	border-right: #8ea4b0 solid thin;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	border-top: solid #5A9CBC 1px;
	border-bottom: solid #5A9CBC 1px;
}

ul#nav li a {
	display: block;
	color: #5A9CBC;
	font-weight: bold;
	text-decoration: none;
	background: #d8d9fc;

}

ul#nav li a:hover {
	color: #FFFFFF;
	background-color: #5A9CBC;
}

ul#nav a.selected:link { 
	background: #5A9CBC; 
	color: #FFFFFF; 
}

ul#nav a.selected:visited { 
background: #5A9CBC; 
color: #FFFFFF; 
}

#maincontent {
	font-size:100%;
	width: 540px;
	float: left;
	padding: 0;
}

#nortcontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	width:760px;
}

#sidecontent {
	color: #999999;
	background-color:#FFFFFF;
	font-size:83%;
	width:185px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	
}

#sidecontent a {
	color: #003399;
	background-color:#FFFFFF;
}

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


#footer {
	height:40px;
	color:#666666;
	background-color:#FFFFFF;
	border-top:5px solid #666666;
	font-size:75%;
	line-height:1.5em;
	width: 760px;
	clear:both;
}

/*#footer a {
	color:#CC0000;
	background-color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:#CC0000;
	background-color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}*/

#footer table {
	border:none;
	font-size:100%;
	line-height:1em;
	font-size: 1em;
	color: #FF0000;
}

#copyrightdesign {
	color:#666666;
	background-color:#FFFFFF;
	width: 100%;
	text-align:center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footercontact {
	color:#CC0000;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	float:right;
}

.bullets {
	background-image: url(../images/bluebullet.jpg);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	margin-left: .2em;
	line-height: 1.3em;
}

.bullets2 {
	background-image: url(../images/bluebullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;
	margin-left: 1.5em;
	line-height: .8;
}


#prcontact {
	font-style: italic;
	font-size: 85%;
	line-height: 1.3em;
	position: relative;
	width: 74%;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}
.centblock {
	width: 70%;
	color: #FF0000;
	line-height: 1.2em;
	text-align: center;
	margin: auto;
}

table {
	font-size:100%;
	font-family: verdana, arial, sans-serif;
	line-height:2em;
	color: #333;
	background-color:#fff;
	text-align:left;
	border: solid #666666 1px ;
	border-collapse: collapse;
}

caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
td, th {
	padding:8px;
	font-size:83%;
}
