body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333;
	margin:0;
	background:url(../images/bg1.jpg) top repeat #121212;
	background-attachment:scroll;
}

* {
	margin:0;
	padding:0;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: url('../images/bg2.jpg') repeat-x;
z-index: 1;
}

#wrapper1 {
	background: Navy;
	padding:3px;
	width:760px;
	margin:20px auto;
	z-index: 2;

}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
	padding:0 10px 10px 10px;
	z-index: 3;

}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:50px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
}

#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #aaa;
	text-decoration:none;
	color:#000;
	
	
}

#header h1 {
	font:2.7em Georgia, Times New Roman, serif;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:60px 20px 14px 110px;
	background:url(../images/logo.gif) left bottom no-repeat;
}

#header p{
	font:1.3em Georgia, Times New Roman, serif;
	letter-spacing:1px;
	color:#222;
	float:left;
	padding:75px 20px 14px 110px;
	background:url(../images/logo.gif) left bottom no-repeat;
}

#header p a {
	color:#222;
	text-decoration:none;
	border:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:5px 0 0 0;
}

p.description {
	background:url(../images/description2.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description3 {
	background:url(../images/description3.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description4 {
	background:url(../images/description4.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description5 {
	background:url(../images/description5.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description6 {
	background:url(../images/description6.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description7 {
	background:url(../images/description7.jpg) right top no-repeat #005A97;
	padding:10px 300px 20px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}

p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(../images/sidebar2.gif) top right no-repeat;
	padding:10px 20px 10px 10px;
	margin:10px 0 0 0;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(../images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Georgia, Times New Roman, serif;
	letter-spacing:1px;
	margin:10px 0;
	border-bottom:1px solid blue;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
	color:#000;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font-size:130%;
	line-height:21px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #005A97;
	color:#121212;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:5px 0;
	font-family:Georgia, Times New Roman, serif;
	font-size:1.5em;

}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#f00;
	text-decoration:underline;
	text-align:right;
	border:none;
}

p.news more a.hover  {
	display:block;
	color:#333;
	text-decoration:none;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}

#content h3 {
	font:1.8em Georgia, Times New Roman, serif;;
	color:#555;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
	
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
 a {
	color: Red;
	border-bottom: 1px dotted #FF6347;
	text-decoration:none;
}
 a:hover {
	color: blue;
	border-bottom: 1px dotted blue;
}
#footer {
	text-align:center;
	border-top: 1px dashed Maroon;
	padding:13px;
	margin:10px 0 0 20px;
	color:#222;
	width:720px;
	margin:0 auto;
	font-weight: bold;
	letter-spacing:1px;
}
#footer a {
	color:#fff;
	font-weight: bold;
}

img{
	
	padding: 5px;
	border: 1px solid border;
	}
img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
padding: 5px;
border: 1px solid gray;
}

.bold_list{
color:#000000;
font-weight:bold;
font-size:120%;
}