/*--- Main styles ---*/

body {
	color : #666;
	background-color : #EEE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 76%;
	margin-top: 20px;
	margin-bottom: 20px;
}

body { overflow: -moz-scrollbars-vertical; } /* fix for Firefox scrollbar jump*/

div {
	margin: 0px;
}

/*--- Links ---*/

a {
	color : #669;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

a:hover {
	font-weight: normal;
	color: #FFF;
}

.cvw {
	color : #CCC;
	text-decoration: none;
}

.cvw:hover {
	font-weight: normal;
	color: #669;
}

.link2 {
	color : #669;
	text-decoration: underline;
	margin-right: 0px;
	margin-left: 0px;
}

.link2:hover {
	color : #669;
	text-decoration: none;
}

/*--- Headings ---*/

h1 {
	font-size: 115%;
	color: #697CBE;
	font-weight: bold;
	margin: 16px 20px 5px;
}

h2 {
	font-size: 90%;
	color: #697CBE;
	font-weight: bold;
	margin: 25px 20px 5px;
}

h3 {
	font-size: 90%;
	color: #697CBE;
	font-weight: bold;
	margin: 5px 20px 5px 28px;
}

.headeralt {
	color: #930;
}
.hspecial {
	font-size: 115%;
}


/*--- Tables ---*/

table {
	background-color: #FFF;
	border: 1px solid #999;
}

.tableform {
	background-color: #F5F5F5;
	border: 0px solid #9293d9;

}

.td1 {
	background-color: #ADB7DB;
}

.td2 {
	background-color: #E6D6CF;
}

/*--- Paragraphs ---*/

p {
	font-size: 75%;
	line-height: 1.5em;
	margin: 15px 10px 15px 20px;
}

.pform {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pnav {
	font-size: 75%;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 20px 0px 5px;
}

.pside {
	font-size: 75%;
	line-height: 1.5em;
	margin: 15px 10px 15px 27px;
}

.psmall {
	font-size: 70%;
	line-height: 1.5em;
	text-align: center;
	margin: 15px 10px 0px 20px;
}

.psmall2 {
	font-size: 70%;
	line-height: 1.5em;
	margin: 15px 10px 15px 90px;
}

.pcopy {
	text-align: right;
	margin: 0px 10px;
}

.pquote {
	font-size: 75%;
	line-height: 1.5em;
	background-color: #F5F5F5;
	padding: 8px;
	color: #666;
	margin: 25px 10px 15px 20px;
}

.quotebox {
	float: left;
	width: 225px;
}

.alt {
	float: right;
	width: 225px;
	padding-right: 15px;
}
.tborder {
	border-top: 1px solid #C0C9E4;
	padding-top: 20px;
}


.small {
	font-size: 90%;
}

.paddr {
	font-size: 75%;
	line-height: 1.5em;
	background-color: #F5F5F5;
	padding: 8px;
	color: #666;
	margin: 25px 10px 15px 27px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.news {
	background-image: url(images/paleblueback.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: 20px;
	border-bottom: 1px dashed #ADB7DB;
}

.hnews {
	padding-top: 15px;
	font-style: italic;
	border-top: 1px solid #ADB7DB;
}

/*--- Forms ---*/

form {
	text-align: justify;
	margin-left: 25px;
	margin-right: 10px;
}

/*--- Lists ---*/

ul {
	font-size: 75%;
	line-height: 1.5em;
	list-style-type: square;
	padding: 0px;
	margin: 15px 10px 15px 35px;
}

ol {
	font-size: 75%;
	line-height: 1.5em;
	padding: 0px;
	margin: 15px 10px 15px 35px;
}

/*--- Images ---*/

.thumb {
	float: left;
	width: 225px;
	margin: 0px 15px 15px 0px;
}

.imglink {
	color : #669;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}

/*--- Others ---*/

.name {
	font-weight: bold;
	color: #973500;
	letter-spacing: 0.05em;
	font-style: italic;
}

hr {
	color: #C0C9E4;
	background-color: #C0C9E4;
	height: 1px;
	border:none;
	width: 510px;
}

.clearboth {
	clear: both;
}

.highlight {
	border-top: 1px solid #ADB7DB;
	border-bottom: 1px solid #ADB7DB;
	background: #F0F2F9;
	margin-left: 20px;
	list-style: outside;
	padding: 15px 5px 15px 10px;
}

.highlight li {
	margin-left: 10px;
	
}

.contact {
	font-size: 90%;
}
.center {
	text-align: center;
}
.photo {
	border: 1px solid #ADB7DB;
}
.tborder {
	border-top: 1px solid #F0F2F9;
}
