@charset "UTF-8";
body {
	margin: 2px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	width: 100%;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
	background-color: #070a12;
	color: #F2F2F2;
}
#mainContainer {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0;
	padding: 0;
}
#container {
	width: 100%;
	margin: 0;
	padding: 2px 0 2px 0;
	min-height: 541px;
	background-color: #F2F2F2;
}
#contentContainer {
	padding: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #121A30;
	border-bottom-color: #121A30;
	min-height: 528px;
	margin: 0;
}
#content   {
	width: 789px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 518px;
	padding: 0 10px 0 10px;
}
#logo {
	height: 19px;
	width: 92px;
	padding: 0;
	margin: 0 0 30px 695px;
}
#may1st {
	height: 19px;
	width: 92px;
	padding: 0;
	margin: 0 0 30px 695px;
}
#titleWrap {
	width: 528px;
}
#titleBar  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 5px;
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: bold;
	color: #121A30;
}
#titleBar ul {
	margin: 0;
	font-size: 13px;
	color: #121A30;
	font-weight: bold;
	padding: 0;
}
#titleBar  ul  li {
	display: inline;
	list-style-type: none;
}
#titleContent  {
	margin: 0 0 4px 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 13px;
	color: #121A30;
	font-weight: bold;
	height: 16px;
} 
#navBar  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACC5E5;
	margin: 0;
}
.navBar a {
	color: #4b4b4b;
	text-decoration: none;
}
.navBar a:hover {
	color: #8598B1;
	text-decoration: none;
	border-bottom-style: none;
}
#navBar ul {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #4b4b4b;
	line-height: 1.85em;
}
#navBar ul li {
	list-style-type: none;
}
/* project navigation */
#navWrap  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACC5E5;
	margin: 0;
}
#navIndent {
}
.navIndent a {
	color: #8598B1;
	text-decoration: none;
}
.navIndent a:hover {
	color: #121A30;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121A30;
}
#navIndent ul {
	padding: 0px;
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #4b4b4b;
	line-height: 1.65em;
}
#navIndent ul li {
	list-style-type: none;
}
#navProject  {
}
.navProject a {
	color: #4b4b4b;
	text-decoration: none;
}
.navProject a:hover {
	color: #8598B1;
	text-decoration: none;
	border-bottom-style: none;
}
#navProject ul {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #4b4b4b;
	line-height: 1.85em;
}
#navProject ul li {
	list-style-type: none;
}
/* end project navigation */
#mainContent  {
	margin: 0 0 10px 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 4px 4px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACC5E5;
	color: #4b4b4b;
	line-height: 15px;
	font-size: 11px;
} 
#footer {
	text-align: right;
	width: 784px;
	font-size: 10px;
	color: #92a6c0;
	padding: 5px 5px 10px 0;
	margin: 0 auto;
}
#footer ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#footer ul  li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 15px;
}
.footer a {
	color: #92a6c0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92a6c0;
}
.footer a:hover {
	color: #e95020;
	text-decoration: none;
	border-bottom-style: none;
}
.arrow {
	color: #e95020;
	font-weight: normal;
}
.divide {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ACC5E5;
	width: 100%;
	margin: 10px 0 10px 0;
	height: 1px;
}
#views {
	width: 100%;
	margin: 5px 0 0 0;
	font-style: italic;
	text-align: right;
}
#views ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#views ul  li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 8px;
}
.views a {
	color: #8598B1;
	text-decoration: none;
}
.views a:hover {
	color: #121A30;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121A30;
}
#contactWrap {
	width: 528px;
	padding: 15px 0 0 0;
}
#contact01  {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 0 4px 0;
}
.contact01indent {
	margin: 0 0 0 9px;
}
#contact02  {
	margin: 0 0 4px 155px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 
#friendsWrap {
	width: 528px;
}
#friends01  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 0 4px 0;
}
#friends01  ul {
	margin: 0;
	padding: 0;
}
#friends01  ul   li {
	list-style-type: none;
}
#friends02  {
	margin: 0 0 4px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 
#friends02  ul {
	margin: 0;
	padding: 0;
}
#friends02  ul   li {
	list-style-type: none;
}
#newsContent {
}
.copyright {
	color: #92a6c0;
}
a  {
	color: #8598B1;
	text-decoration: none;
}
a:hover  {
	color: #121A30;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #121A30;
}
h2 {
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: normal;
	color: #121A30;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
