﻿/* CSS layout */
@import url("layout.css");

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, tahoma, sans-serif;
	font-size: small;
	background-image: url('brushed_metal_lt_optm.png');
	background-repeat: repeat;
	background-attachment: fixed;
}
#masthead {
	min-width: 600px;
}
#logo {
	float: left;
	width: 271px;
	height: 150px;
}
#header {
	/*margin-left:272px;*/
	height: 150px;
	min-width: 600px;
	background-color: #EEEEEE;
}
#top_nav {
	height: 35px;
	background-color: #666699;
	text-align: center;
}
#second_nav {
	padding: 5px 0px 5px 0px;
	border: 1px ridge #CCCCCC;
	background-color: #EEEEEE;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
	text-align: center;
}
#second_nav a, a:link, a:visited {
	color: #000066;
	text-decoration: none;
	display: inline;
}
#second_nav a:hover {
	color: #666699;
	font-weight: bold;
}
#second_nav a:active {
	color: #6600CC;
	font-weight: bold;
}
#title {
	padding: 5px;
	height: 35px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	text-align: center;
	vertical-align: middle;
	color: #000066;
}
#image {
	text-align: center;
}
#container {
	width: 850px;
	background-color: #EEEEEE;
	margin: 0px auto 0px auto;
	color: #000066;
}
#right_col {
	width: 200px;
	float: right;
	text-align: center;
	padding: 0px 5px 0px 0px;
}
#rightcontent {
	padding: 10px 0px 0px 0px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
}
#right_col ul {
	/*very important for center alignment*/ 
	padding: 20px 0px 10px 0px;
	margin: 5px;
	list-style-type: none;
	color: #000066;
	float: right;
}
#right_col li {
	padding: 5px 5px 10px 5px;
	margin: 5px;
	border-color: #666699;
	border-style: solid;
	border-width: 1px;
	height: 35px;
	font-size: 12px;
}
#right_col a, a:link, a:visited {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 35px; 
	color: #000066;
}
#right_col a:hover {
	border-style: inset;
	border-width: 3px;
	text-decoration: none;
	height: 35px;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #666699;
}
#right_col a:active {
	border-style: inset;
	border-width: 3px;
	text-decoration: none;
	height: 35px;
	background-color: #666699;
	font-weight: bold;
	color: #6600CC;
}
/* Styles for Cambridge Who's Who link */
#CWW a, a:link, a:visited {
	color: #000066;
	text-decoration: none;
	display: inline;
}
#CWW a:hover {
	color: #666699;
	font-weight: bold;
	display: inline;
}
#CWW a:active {
	color: #6600CC;
	font-weight: bold;
	display: inline;
}

#main {
	margin-right: 220px;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	color: #000066;
}
p.gototop {
	text-align: right;
	font-size: 0.8em;
}

p.gototop a, a:link, a:visited {
	text-decoration: underline;
	color: #000066;
	text-align: right;
	display: block;
}
p.gototop a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666699;
}
p.gototop a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6600CC;
}

#page_content {
	/*border: 2px ridge #CCCCCC;*/
	background-color: #EEEEEE;
	padding: 10px;
	font-size: small;
	/*font-family: Verdana, tahoma, sans-serif;*/
	text-align: left;
	color: #000066;
}
/* Styles for Page Content Links */
#page_content a, a:link, a:visited {
	color: #000066;
	text-decoration: underline;
	display: inline;
}
#page_content a:hover {
	color: #666699;
	font-weight: bold;
}
#page_content a:active {
	color: #6600CC;
	font-weight: bold;
}

#Quotes {
	padding: 10px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
	text-align: center;
	color: #400080;
	clear: both;
}
#layer1 {
	margin: 0px;
	width: 225px;
	height: 148px;
	float: right;
	padding-right: 10px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
	text-align: right;
}
#layer2 {
	Margin: 0px;
	width: 225px;
	height: 50px;
	float: right;
	padding-right: 10px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
	text-align: right;
}
#layer3 {
	margin: 0px;
	width: 225px;
	height: 50px;
	float: left;
	padding-left: 10px;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: small;
	text-align: left;
}
#footer {
	height: 100px;
	background-color: #666699;
	clear: both;
	/*font-family: Verdana, tahoma, sans-serif;*/
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/*text styles*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_biu {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.style_xsm  {
	font-size: x-small;

}
.style_underline {
	text-decoration: underline;
}
.style_img {
	margin-right: 5px;
}
.style_t1  {
	padding: 5px;
	margin: 1px;
	border: 2px solid #666699;
	border-collapse: collapse;
}
.style_t2  {
	padding: 3px;
	width: 400;
	align: center;
	text-align: center;
}
.style_t3  {
	padding: 3px;
	width: 600;
	text-align: left;
}
.style_tr {
	border: 2px solid #666699;
	background-color: #C8C8DB;
}
.style_rt {
	text-align: right;
}
.style_cell {
	margin: 1px;
	padding: 5px;
	background-color: #C8C8DB;
}
.style_indent {
	margin-left: 40px;
	text-indent: inherit;
	text-align: left;
}

