/* External css file for home site Angela Rossen's color scheme */

a:link {
	color : #CCCCCC;
	text-decoration : none;
}

a:visited {
	color : #999999;
	text-decoration : none;
}

a:hover {
	color : #9999CC;
	text-decoration : underline;
}

a:active {
	color : #999999;
	text-decoration : underline;
}

blockquote {
	margin : 10px;
}

body {
	background : #000000;
	color : #999999;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	text-align : left;
	vertical-align : top;
}

em {
	font-style : italic;
}

h1 {
	font-size : 65px;
	font-weight : 100;
}

h2 {
	font-size : 35px;
	font-weight : 300;
}

h3 {
	font-size : 22px;
	font-weight : 300;
}

h4 {
	font-size : 16px;
	font-weight : 200;
}

h5 {
	font-size : 12px;
	font-weight : 300;
}

h6 {
	font-size : 10px;
	font-weight : 300;
}

img {
	border : 0;
	border-style : none;
	display : block;
	margin : 0;
	padding : 0;
}

img.rhs {
	float : right;
}

p {
	font-size : 14px;
	font-weight : 200;
}

table {
	border : 0;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
}

td {
	border : 0;
	margin : 0;
	padding : 0;
	vertical-align : top;
}

tr {
	border : 0;
	height : 20px;
	margin : 0;
	padding : 0;
	text-align : left;
}

.bdr {
	border : #666666 2px solid;
	padding : 8px;
}

.cnt {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

.current {
	color : #009999;
}

.lhs {
	margin-right : auto;
	text-align : left;
}

.menu {
	font-weight : 700;
}

.rhs {
	margin-left : auto;
	text-align : right;
}

.top {
	vertical-align : top;
}

.bot {
	vertical-align : bottom;
}