@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #003663;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.80em;
	line-height: 150%;
}
#headSkin {
	width: 850px;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	padding-right: 75px;
	padding-left: 75px;
	height: 170px;
}
#heartSkin {
	width: 892px;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding-right: 75px;
	padding-left: 33px;
	padding-bottom: 50px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footSkin {
	width: 850px;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#RelayCounter {
	float: right;
	background-image: url(../images/TotalRelays.gif);
	height: 33px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 24px;
}

.header {
	color: #709D33;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 100%;
	font-weight: normal;
	font-size: 1.4em;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:link {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:visited {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:hover {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}
hr {
	background-color: #003663;
	color: #003663;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	height: 1px;
}
#PhotoFrame {
	height: 403px;
	width: 540px;
	float: left;
	margin-right: 20px;
	border: 5px solid #FFFFFF;
}
#updates {
	background-image: url(../images/updatesBg.jpg);
	height: 267px;
	width: 230px;
	float: left;
	margin-right: 20px;
	padding: 20px;
	overflow: auto;
	background-repeat: no-repeat;
}
#jem {
	background-image: url(../images/jemBg.jpg);
	height: 267px;
	width: 230px;
	float: left;
	padding: 20px;
	margin-right: 20px;
	clear: right;
	overflow: auto;
	background-repeat: no-repeat;
}
#jem img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#events {
	background-image: url(../images/eventsBg.jpg);
	padding: 20px;
	height: 267px;
	width: 230px;
	float: left;
	overflow: auto;
	background-repeat: no-repeat;
}
#events p {
	padding-top: 5px;
	margin-bottom: 5px;
}
#events p.first {
	padding-top: 0px;
}
.sponsors {
	height: 103px;
	width: 589px;
	background-image: url(../images/sponsors.png);
	padding: 20px;
	float: left;
}
#ticker {
	height: 20px;
}
.connections {
	height: 143px;
	margin-left: 678px;
	width: 172px;
}
.connections-img {
	margin-right: 52px;
	float: left;
}
.copyright {
	margin-top: 40px;
	color: #FFFFFF;
}
.copyright a {
	color: #003663;
}

/*  Twitter Div  */
#twitter_div {
}
ul#twitter_update_list {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul#twitter_update_list li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
ul#twitter_update_list li a {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
ul#twitter_update_list li a:hover {
	color: #731472;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid
}
