/* CSS Document */

body {
	background-color: #5a6881;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	background-color: #0a002a;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 800px;
}

/* @group Header */

#header {
	background: url(../images/title.png) no-repeat;
	width: 800px;
	height: 102px;
	margin-bottom: 3px;
}

#header .title {
	color: #fff;
	text-shadow: #000 2px 1px 1px;
	font: bold 36px "Gill Sans";
	text-align: left;
	padding-top: 9px;
	padding-left: 13px;
}

/* @end */

/* @group Text/Links */

p {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0;
	color: #fff;
}

a {
	color:#a6d6ff; 
	text-decoration:none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:link {
	color: #cce5ff;	
	text-decoration: none;
	border-bottom: 1px dotted #8282ff;
}

a:active {
	color: #f3f4ff; 
	text-decoration: none;
	border-bottom: 1px dotted #8282ff;
}

a:visited {
	color: #8fb0cb; 
	text-decoration:none;
	border-bottom: 1px dotted #8282ff;
}

a:hover {
	text-shadow: #000000 1px 1px 0;
	background-color: #2c318e;
	border-bottom: 1px dotted #e6e1ef;
}

/* @end */

/* @group Navigation */

/* @group Nav links */

#nav a, #nav a:link, #nav a:visited {
	display: block;
	padding: 4px 0 3px;
  	color: #c4f2fb;
	border-bottom-width: 0;
	text-shadow: #000000 1px 1px 0;
}

#nav a:hover {
  	background-image: url(../images/menu_bar_1px_h.png);
  	text-shadow: 0 0 0;
	border-top-style: none;
	color: #9ecfff;
}

#nav .active a  {
	background-image: url(../images/menu_bar_1px_a.png);
	color: #6bb1fb;
	text-shadow: #000 1px 1px 0;
}

/* @end */

#nav {
  	border: 1px solid;
  	border-top-color: #212121;
  	border-bottom-color: #000;
  	border-left-color: #000;
  	border-right-color: #000;
  	list-style-type: none;
  	background-image: url(../images/menu_bar_1px_n_a.png);
  	float: left;
	padding: 0;
	margin: 0 0 4px;
	border-bottom-width: 1px;
}

#nav li {
	float: left;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
}

#nav li#one 	{ width: 80px; }
#nav li#two 	{ width: 73px; }
#nav li#three 	{ width: 122px; }
#nav li#four 	{ width: 113px; }
#nav li#five 	{ width: 86px; }
#nav li#six 	{ width: 66px; }
#nav li#eight 	{ width: 44px; }
#nav li#nine 	{ width: 67px; }
#nav li#ten 	{ width: 79px; }
#nav li#eleven 	{ width: 59px; border-style: none;}

/* @end */

/* @group Main body */

#main {
 	width: 100%;
	overflow: auto;
	opacity: 1;
	clear: both;
	background-color: #0a002a;
}

#columns {
	resize: both;
	float: left;
	width: 100%;
}

#columns .image {
	padding: 5px;
	margin-bottom: 3px;
	float: left;
	clear: left;
}

#columns .text {
	text-align: justify;
	padding-top: 8px;
	width: 60%;
	float: left;
}

#columns .textn {
	text-align: justify;
	padding-top: 8px;
	width: 100%;
	float: left;
}

#columns .textr {
	text-align: justify;
	padding-top: 8px;
	width: 82%;
	float: left;
}

#columns .textwide {
	text-align: justify;
	padding-top: 8px;
	width: 100%;
	float: left;
}

#columns .header {
	color: #0f82be;
	letter-spacing: 0.1em;
	margin-bottom: 0.4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #13174d;
}

#sitemap {

	color: #fff2fe;
}

#sitemap a, #sitemap a:link, #sitemap a:visited 
{
  	color: #ebeffa;
}

#sitemap li {
	color: #bbfeff;
	font-weight: normal;
	font-style: normal;
	padding-top: 7px;
}

/* @end */

