html
{
	font-family: Calibri, sans-serif;
	font-size: 12px;
	background-color: #1a1d25; 
	background-image: url(../Images/background.png);
	background-repeat: repeat;
	color:#FFFFFF;
}/*html*/

body
{
	margin-left: -10px;
	margin-top: -10px;
}

.spacer
{
	height:25px;
}

.logo
{
	border-shadow:35px;
	border-shadow-fade:50%;	
}

/*.body_wrapper {
	width: 100%;
	background: url(../Images/wrapper.png) top center no-repeat
}*/

.wrapper 
{
	/*display:*/
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:100%;
	/*background: url(../Images/wrapper.png) top center no-repeat;*/
	background-image: url(../Images/wrapper.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.main-container
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:1024px;
	min-width:800px;
	min-height: 600px;
}/*#container*/

.nav-div
{
	opacity:.80;
	background-color:#a6a6a6;
	border-radius:10px;	
}

.nav-item
{
	text-decoration:none;
	height:25px;
	text-align:center;
	display:inline;
	width:350px;
	font-size:16px;
	color:#04078d;
	vertical-align: middle;
	/*margin-right: 25px;*/
	list-style-type: none;
}

.nav-link
{
	text-align:center;
	text-decoration:none;
	width:225px;
	height:50px;
	line-height:50px;
	display:inline-block;	
}

.nav-link-body
{
	text-align:center;
	text-decoration:none;
	width:225px;
	height:50px;
	line-height:50px;
	display:inline-block;
	color:#FFFFFF;	
}


.nav-item:hover .nav-link:hover 
{
	background-color:#333333;
	color:#FFFFFF;
}

.nav-link:visited
{
	color:#04078d;	
}

.nav-div ul ul
{
	display:none;
}

.nav-item:hover > ul 
{
	display: block;
}

.nav-div ul ul .nav-item
{
	display:block;
}

.slogan
{
	
	width:100px;
}

.content
{
	display:inline-block;
	border-radius:15px;
	background-color:#333333;
	opacity:.85;
	font-size:16px;
	min-width: 1024px;
}

.content p
{
	padding-left:10px;	
}
#selected
{
	background-color:#333333;
	color:#FFFFFF;
}