body {
	margin: 0px;
	background: url(images/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .6em;
}
* {margin:0; padding:0;}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #000099;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

h3 {
	color: #000099;
	margin:0px;
	padding:0px;
	font-size: 11px;
}
ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(images/bullet.gif);
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(images/top_bg.gif);
	overflow:hidden;
}

#top .logo {
	position: relative;
	margin: 0px;
	top:10px;
	display:block;
	float:left;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #FF5938;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
	width: 344px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
	width: 86px;
	text-align: center;
}

#menu li a {
	display: block;
	padding: 55px 0px 12px 0px;
	text-decoration: none;
	width: 86px;
	color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: #000099;
	width: 86px;
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#content h2 {
	margin: 0;
	padding: 10px 0 5px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 275px;
	height:344px;
	float:left;
	display: inline;
        margin-left: 20px;
	display: inline;
}

#back {
position: absolute;
top: 450px;
}

#left .list {
	line-height:.9em;
	list-style:none;
	margin: 0 0 10px;
	width: 350px;
}

#left .list span{
color:#FFFFFF;
}

#left .divider{
float:right;
margin: -19px 10px 0 0;
}

/**** Sidebar ***/


#right {
	width: 344px;
	float: right;
	margin-top: 10px;
}

#right .box {
	width: 344px;
	padding:0;
	float: right;
	height: 344px;
}
#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#right .grid  img {
	margin-right: 1px;
	margin-bottom: 1px;
}
/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
	margin: 40px auto 0;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0 20px;
	width: 100%;
	color: #999999;
}

#footer p {
	margin: 0px;
	padding: 0;
}
