/* Tags */

body {
	margin: 20px;
	color: #333333;
	background: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 1.25em;
	border-bottom: 1px dashed #cecece;
}

h2, h3, h4, h5 {
	font-size: 1em;
	border-top: 1px dashed #cecece;
	margin-top: 2em;
}

table {
	border-collapse: collapse;
}

/* Structure */

#frame {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #AAAABB;
	background-color: #FFFFFF;
}

#head {
}

#banner {
	color: #000000;
	background: #E9E9E9;
	padding: 0.4em 15px;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 10px;
}

#content_wrapper {
}

#foot {
	color: #000000;
	background: #E9E9E9;
	padding: 0.5em 0;
	font-size: 0.8em;
	text-align: center;
}

/* Classes */

.side_nav {
	width: 130px;
	float: left;
}

.content {
	margin-left: 140px;
	border-left: 1px solid #E9E9E9;
}

.navlinks {
	margin-top: 35px;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

.navlinks li {
	margin: 0.75em 0;
	font-size: 0.8em;
}
.side_nav p {
	font-size: 0.8em;
	margin-left: 10px;
}

.content {
	color: #333333;
	line-height: 1.25em;
	padding: 15px 0 0 15px;
}

.website {
	list-style-image: url(../images/arrow_blue.gif);
}
.website li {
	margin-top: 0;
	margin-bottom: 5px;
}

.content2 {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

.templates {
	width: 501px;
	margin: 0 auto;
}
.templates td {
	text-align: center;
	padding: 0 7px;
	font-size: 0.75em;
	padding-top: 20px;
}
.templates img {
	border: 1px solid #666699;
}

.origamir {
	float: right;
	margin-left: 10px;
}

.webaward {
	text-align: center;
}

/* Header */

.header {
	margin-top: 0;
	margin-bottom: 20px;
	color: #6B297B;
	font-family: Georgia, Times New Roman, serif;
}
.header img {
	margin-right: 20px;
}
.header p {
	margin-top: 0;
	margin-bottom: 0;
}
.title {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
}
.tagline {
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	padding-bottom: 1em;
}

/* Copyright */

.copyright {
	color: #333333;
	height: 30px;
	font-size: 10px;
	border-top: 1px solid #E9E9E9;
	text-align: center;
}

/* Contact form */

.form-fields {
	font-size: 0.85em;
	color: #0038A8;
	color: #000000;
}

.contact th {
	font-size: 1em;
	font-weight: bold;
	background-color: #0038a8;
	background-color: #999999;
	color: #ffffff;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}
/* Navigation links */

.nav {
	width: 150px;
	color: #333333;
	border-right: 1px solid #E9E9E9;
	font-size: 11px;
	line-height: 18px;
	_font: normal normal 11px/18px Verdana, Arial, sans-serif;
	padding: 15px 10px 0 15px;
}
.nav a:link {
	color: #333333;
	text-decoration: none;
}
.nav a:active {
	color: #666666;
	text-decoration: none;
}
.nav a:visited {
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: underline;
	background: #E9E9E9;
}

/* General links */

a:link {
	color: #333333;
	text-decoration: underline;
}  
a:active {
	color: #999999;
	text-decoration: underline;
}  
a:visited {
	color: #333333;
	text-decoration: underline;
}  
a:hover {
	color: #333333;
	text-decoration: underline;
} 

.navlinks a {
	text-decoration: none;
}
.navlinks a:link {
	color: #333333;
}  
.navlinks a:active {
	color: #999999;
}  
.navlinks a:visited {
	color: #333333;
}  
.navlinks a:hover {
	color: #6B297B;
	text-decoration: underline;
} 


/* Website links on home page */

.website a {
	font-size: 1em;
	line-height: 1.7em;
}

.website a:link {
	color: #333333;
	_font: normal normal 1em/1.7em Verdana, Arial, sans-serif;
	text-decoration: none;
}	
		
.website a:visited {
	color: #333333;
	_font: normal normal 1em/1.7em Verdana, Arial, sans-serif;
	text-decoration: none;
}	
		
.website a:active {	
	color: #333333;
	_font: normal normal 1em/1.7em Verdana, Arial, sans-serif;
	text-decoration: none;
}	
	
.website a:hover {	
	color: #333333;
	_font: normal normal 1em/1.7em Verdana, Arial, sans-serif;
	text-decoration: underline;
}
