a:link {color: #6d758a}
a:visited {color: #a2afdd}
a:active {color: #a2afdd}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #788198;
	background-image: url(images/bggrad.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	height: 100%;
}

#page_main {
	background-color: #00031b;
	width: 800px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 10;
	height: 70%;
}

#menu {
	background-color: #a2afdd;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 31px;
}

#menu_l_edge {
	position:relative;
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
	left: 0%;
	top: 0%;
	width: 3px;
	height: 31px;
}

#menubuttons {
	position:absolute;
	top: 0%;
	width: 800px;
	z-index: 11;
}

#menu_r_edge {
	position:absolute;
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	right: 0%;
	top: 0%;
	width: 5px;
	height: 31px;
}

#title_bar {
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 72px;
	background-color: #b3a2c5;
}

#title_left {
	position: absolute;
	width: 68px;
	right: 75%;
	top: 0%;
	height: 72px;
	background-image: url(images/topbar_edge.gif);
	background-repeat: no-repeat;
}

#title_spacer {
	position: absolute;
	right: 435px;
	left: 25%;
	top: 0%;
	background-image: url(images/topbar_right.gif);
	background-repeat: repeat-x;
	height: 72px;
}

#title_right {
	position: absolute;
	right: 0%;
	top: 0%;
	height: 72px;
	width: 435px;
}

#twitter_update_list {
	font-family: Verdana;
	font-size: 10;
	color: #6d758a;
	text-align: left;
	left-margin: 160px;
}

#main {
	background-color: #00031b;
	left: 0px;

}

#left_bar {
	position: relative;
	left: 0px;
	top: 0%;
	height: 381px;
	width: 79px;
	background-color: #00031b;
	z-index: 25;
}

#content {
	position: absolute;
	left: 0%;
	top: 117px;
	width: 100%;
	background-color: #00031b;
}

h1.green {
	font-family: Verdana;
	font-size: 10;
	color: #4cd52d;
	text-align: left;
	margin-left: 0px;
}

h1 {
	font-family: Verdana;
	font-size: 10;
	color: #d52d2d;
	text-align: left;
	margin-left: 160px;
}

p {
	font-family: Verdana;
	font-size: 10;
	color: #ffffff;
	text-align: justify;
	margin-left: 160px;
	margin-right: 80px;
	margin-top: 0px;
}

ol {
	font-family: Verdana;
	font-size: 10;
	color: #ffffff;
	text-align: justify;
	margin-left: 160px;
	margin-right: 80px;
	margin-top: 0px;
}

p.tab {
	font-family: Verdana;
	font-size: 10;
	color: #ffffff;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}