body {
	color: #1E4D6E;
   background: #3E82B0;
	text-align: center;
	font-family: verdana, geneva, helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

/*------Links and text styling-----*/
a {color:#A90C09; text-decoration: none;}
a:visited {}
a:hover {	}
	
p {font-size: 1.0em;
	line-height: 1.6em;
	color: #1E4D6E;
	text-align: left;}
p a {color: #A90C09;}
p a:hover {color: #075386;}

h2 {
	color: #A90C09;
	font: bold 1.4em Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
}
h3 {
	color: #A90C09;
	font: 1.2em Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	color: #245B82;
	font: 1.0em Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#cntr {
	padding: 10px 0 0 0;
	text-align: center;
}
/*----------Layout------------*/

#logo, #navContainer, #nav, #nav li, #page  {
	margin: 0;
	padding: 0;
}

#logo-back100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(graphics/logo-stripe.gif) repeat-x;
}
#nav-back100 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 35px;
	background: url(graphics/nav-stripe.gif) repeat-x;
}

#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: url(graphics/page-stripe.gif) repeat-y;
	text-align: left;
	z-index: 1;
}

#logo {
	height: 100px;
	width: 100%;
	overflow: hidden;
}

#page { 
   float: left;
   width: 520px;
}
#pageContent {
	margin: 40px 20px 40px 30px;
	padding: 0;
}
  
#sidebar {
   position: relative;
	float: right;
	width: 260px;

}
#sidebarContent {
	padding: 0;
	margin: 50px 30px 0 20px;
}
.sidehead {
	margin: 25px 0 10px 0;
	text-align: right;
	background: url(graphics/sidehead-back.gif) repeat-x;
	padding-top: 2px;
/*	border-top: 1px dotted #245B82;*/
}

#foot {
	clear: both;
	position: relative;
	height: 62px;
	text-align: center;
	background: url(graphics/foot-back.gif) no-repeat center;
}
#footContent {
	padding: 28px 0 0 0;
	font-size: 0.9em;
	color: #30668A;
}

/*------Main Navigation-------*/

#navContainer {
	position: relative;
	top: 0px;
	left: 0;
	height: 35px;
	text-align: left;
	background: url(graphics/nav-back.gif) no-repeat;
}

#nav {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 510px;
	height: 30px;
   list-style: none;
   display: inline;
   overflow: hidden;
}

#nav li {
   list-style: none;
   display: inline;
}

#nav a {
   float: left;
   padding: 30px 0 0 0;
   overflow: hidden;
   height: 30px !important; 
   height /**/:30px; /* for IE5/Win only */
}

#nav a:hover {
   background-position: 0 -30px;
}

#nav a:active, #nav a.selected:hover {
   background-position: 0 -30px;
	cursor: default;
}

#nav a.selected {
	background-position: 0 -30px;
}
  
#navNews a  {
   width: 70px;
   background: url(graphics/m-news.gif) top left no-repeat;
}
#navMembers a  {
   width: 70px;
   background: url(graphics/m-members.gif) top left no-repeat;
}
#navForum a  {
   width: 70px;
   background: url(graphics/m-forum.gif) top left no-repeat;
}
#navFiles a  {
   width: 70px;
   background: url(graphics/m-files.gif) top left no-repeat;
}
#navAbout a  {
   width: 70px;
   background: url(graphics/m-about.gif) top left no-repeat;
}

/*sidebar navigation*/
.nav-sidebar a	{
	color: #A90C09;
	text-decoration: none;
	font-weight: normal;
}
.nav-sidebar a:hover	{
	color: #1E4D6E;
	text-decoration: none;
	background: #fff;
}
.nav-sidebar a:visited:hover	{
	color: #1E4D6E;
}
.nav-sidebar {
	margin: 10px 0 20px 30px;
	padding: 0;
}
.nav-sidebar li {
	font-weight: bold;
	font-size: 1em;
	list-style: url(./graphics/bull-circle-blue.gif);
	margin: 2px 0 0 0px;
	padding: 0;
}