/* desc: global values for all pages */

/*	-- global */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-repeat:no-repeat;
}

body {
	font-size: 16px;
}
#wrapper {
	width: 680px;
	height: 775px;
	margin:10px auto;
	position: relative;
	background-color: #002342;
}

/*	-- navigation */
#navigation {
	padding-left:1em;
	margin-top: 20px;
	float: left;
	color: White;
	font-weight: bold;
	float: left;
}

#navigation b {
	margin-right:7px;
	}

/*	navigation  > list */
#navigation li {
	padding: 8px 0px;
	list-style: none;
}

/*	navgiation > links */
#navigation a {
	color: White;
	text-decoration: none;
	padding: 5px 0;
}

#navigation a:hover, #navigation .selected a, #navigation .selected b {
	color: #e2011b;
}

#navigation a:hover, #navigation .selected a {
	color: #e2011b;	border-bottom:1px solid #E42323;
}

/*	-- right hand side navigation */
#nav_right {
	height:775px;
	width:110px;
	float: right;
	}

/*	-- content */
#content {
	position:absolute;
	overflow: auto;
	padding: 20px 15px 20px 30px;
	line-height: 1.7em;
	font-size: 0.8em;
}

#content p {
	margin:1em 0;
}

#content ul {
	margin-left: 1em;
	list-style-type: disc;
}

#content a {
	color:#899DCB;
	border-bottom:1px dotted #899DCB;
	text-decoration:none;
	}

#content a:hover {
	color:#e2011b;
	border-bottom:1px solid #e2011b;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.5em;
	color: #899DCB;
	line-height: 100%;
}

/*	-- footer */
#footer {
	font-size: 0.7em;	
	line-height: 2em;
}

div#footer {
	text-align: center;
	clear: both;
	color: gray;
	margin: 7px 0;
}

div#footer a {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}

#footer a:hover {
	color: Black;
	border-bottom: 1px solid #666666;
}