@media screen {
body {
	margin: 0;
	background-color: #1d06b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
div#page {
	margin: 0 auto;	
	width: 760px;
	/*background: url(images/body_bg.gif);
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
	/*background-attachment: fixed;*/
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
h3 {
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	line-height: normal;
	letter-spacing: 2px;
	/*font-variant: small-caps;*/
}
acronym {
	border-bottom: 1px dotted #CCC;
}
img.bordered {
	border: 1px solid #666;
}
#header a.logo {
	float: left;
	display: block;
	overflow: hidden;
	width: 190px;
	height: 76px;
	background-image: url(images/logo_reg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 6px 0 0 32px;
}
#header a.logo span {
	visibility: hidden;
}
#header div.logo {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}
#header div.tagline {
	padding-top: 69px;
	text-align: right;
}
#nav {
	background: url(images/nav_bg.jpg) no-repeat;
	height: 221px;
	width: 121px;
	padding-top: 13px;
}
#nav div {
	margin-bottom: 10px;
}
.redline {
	background: #FF0000;
	text-align: right;
	margin-bottom: 10px;
}
#content {
	margin: 0 40px 0 30px;
}
.caption {
	width: 250px;
	float: right;
	margin: 15px 0 20px 0;
}
.caption img {
	width: 250px;
	margin: 0px 0px 5px 0;
}
.photos img {
	margin: 0px 4px 0px 4px;
}
.aboutlist {
	width: 400px;
	float: left;
}
.photobar {
	text-align: right;
	width: 140px;
	float: right;
}
.photobar div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0 0 10px 10px;
}
.photobar img {
	margin: 0px 0px 0px 10px;
}
.photobottom img {
	margin: 10px 10px 0px 0px;
}
.whyList {
	/*float: right;*/
	list-style-type: none;
	margin: 0 50px 0 0;
	/*background-color: #F6F6DD;*/
	padding: 0;
}
.whyList li {
	margin: 0;
	border-left: 3px solid #EBECED;
	padding: 5px 0 5px 13px;
	line-height: normal;
	font-size: 10px;
}
table.about {
	width: 559px;
	margin-bottom: 20px;
}
table.about td div.title {
	padding-bottom: 1px;
}
table.about td.description {
	border: 3px solid #EBECED;
	background-color: #FFF;
	padding: 4px 8px;
}
table.principles {
	width: 559px;
}
table.principles td div.title {
	padding-bottom: 1px;
}
table.principles td.description {
	border: 3px solid #EBECED;
	background-color: #FFF;
	padding: 4px 8px;
}
form {
	margin: 0;
	padding: 0;
}
form table {
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-collapse: collapse;
}
form table tr {
	vertical-align: top;
}
form table th {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
form table td {
	border-top: 1px solid #CCC;
	background-color: #EEE;
	padding: 4px;
	text-align: left;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*## FOOTER ######################*/
#footer {
	margin-top: 20px;
	border-top: 2px solid #FF0000;
}
#footer div {
	padding: 5px 0 15px 0;
	text-align: center;
	letter-spacing: 2px;
}
#footer div strong {
	letter-spacing: normal;
}
#footer span {
	font-size: .85em;
	color: #999;
}
}
