@charset "utf-8";
/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#999;
}

#wrap {
	width:960px;
	margin:0 auto;
	background: 
	#fff;
	border:groove 6px #a61f38;
	height:100%;
	margin-bottom:0px;
	bottom:0px;
	height:auto;
}

#header {
	background:  #1465ac;
	background-repeat:repeat-x;
	height:365px;
	
	
}
.header {
}

.header-window {
	height:210px;
	background:#1465ac;
	border-top: 2px double #ffffff;
}
#nav {
	width:960px;
	height:35px;
	text-align:center;
	font-size:15px;
	background-color:#1465ac;
	list-style-type:none;
	border-top: solid 5px #1465ac;
	border-bottom: ridge 6px #a61f38;


}
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	}
#nav li {
	float:left;
	position:relative;
	width: 8em;
	}
#nav li a {
	text-decoration:none;
	}
#nav li ul {
	display:none;
	position:absolute;
	width:170px;
	top:1px;
	left:0;
	text-align:left;
	}
#nav li > ul {
	top:auto;
	left:auto;
	width:170px;
	}
#nav li:hover ul,
li.over ul {
	display:block;
	background:#fff;
	width:180px;
	border:double 3px #1465ac;
	list-style-type:square;
	list-style-position:inside;
	margin:0 0 0 0;
	overflow:visible;
	}
#drop li {
width:200px;
line-height:1.8em;
}

#drop ul {
width:170px;
}

#main {
	float:left;
	width:730px;
	background:#fff;
	margin:0 0 0 10px;
}

#main p {
	text-indent:25px;
	}
.box {
background-color:#1465ac;
color: #fff; font-weight: bold;

}
.subnav {
	float:left;
	width:auto;
	position:relative;
	top: 0px;
}

.content-header {
border-bottom:#1465ac 4px double;
color: #1465ac; font-weight: bold;
height:30px;
font-size:24px;
}
.content-2 {
width:600px;
border:solid 1px #a61f38;
}

.boxhead {
width:600px;
background-color:#1465ac;
border:solid 1px #a61f38;
}

.box a {
color:gold;
}
.box a:visited {
color:#fff;
}
.box-2 {
background:#a61f38;
color: #fff; font-weight: bold; 
}
.box-2 a{
color:#fff;
}
.box-3 {
width:475px;
background-color:#1465ac;
margin: 0 auto;
border:double 4px #a61f38;
}
#sidebar {
	float:right;
	width:190px;
	background:#fff;
	margin:0 10px 0 10px;
	border-left: double 4px #a61f38;
}
#footer {
	clear:both;
	background:#1465ac;
	vertical-align:baseline;
	margin-bottom:0px;
	padding-bottom:0px;
	border-top: #a61f38 groove 6px;
	position:relative;
	bottom:0px;
	right:0px;
	font-size:16px;
	visibility: visible;
}

#footer a:link {
	color:#fff;
	}
#footer a:visited {
	color:#a61f38;
	text-decoration:none;
	}
