/* BASIC */
body,table
{
	padding: 0; margin: 0;
	font-family:  Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a
{
text-decoration: none;
color: navy;
}
a:hover
{
text-decoration: underline;
}
img
{
	border: 0px;
}

#menu-top
{
	height: 56px;
	border: 0px solid red;
}
#menu-marker
{
	float: right;
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	color: Navy;	
	padding: 0px 4px 4px 0px;
}
#flash-header
{
	text-align: right;
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	color: Navy;
	width: 605px;
	border: 1px solid #fff;
	margin: 0px;
}
#navcontainer
{
	clear:both;
}
#navcontainer ul
{
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-left: 0px;
background-color: Navy;
color: white;
width: 100%;
font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
/* matches link padding except for left and right */
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
padding-right: 0;
margin-left: 0px;
}

#navcontainer ul li a
{
/* matches link padding except for left and right */
padding-bottom: 10px;
padding-top: 10px;
padding-left: 18px;
padding-right: 18px;
margin-left: 2px;
margin-right: -6px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer ul li #active
{
background-color: #369;
color: white;
}

#menu-left
{
	float: left;
	width: 180px;
	height: 200px;
	border: 0px solid Red;
}
#boslogo
{
	position: absolute;
	top: 461px;
	left: 57px;
}
#content-foto
{
	position: absolute;
	top: 430px;
	left: 190px;
	border: 1px solid Black;
}

#menu-content
{
	text-align: right;
}
#content-main
{
	float: left;
	margin: 0px 0px 0px 10px;
	border: 1px solid black;
	padding: 5px 100px 0px 10px;
	width: 690px;
	height: 375px;
	line-height: 16px;
	overflow: auto;
}
input,textarea,select
{
	font-family:  Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
H1
{
	font-family: Century Gothic;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
}
H1.PageTitle
{
	font-family: Century Gothic;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
}
H2
{
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
}
H3
{
	font-family: Century Gothic;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 14px;
}

#navigation-top 
{
	height:110px;
}

#navigation-left 
{
	float: left;
	width:159px;
	height:314px;
}

.padding-wrapper 
{
	margin: 0;
	padding : 0;
}

UL
{
	margin: 1px 0px 0px 20px;
}

OL
{
	margin: 1px 0px 0px 34px;
}

P
{
	margin: 0.8em 0em 0em 0em;
}

#container
{
	position: relative;
	left:50%;
	width: 890px;
	margin-top: 0px;
	margin-left:-430px;
	text-align: left;
	border: solid 0px Red	;
}

/* default font-stylings */
*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*scrollbar-base-color: Navy;*/
}

/* content area */
#content-wrapper {
	position: relative;
	width: 890px;
	height: 554px;
	border: solid 1px Navy;
}

#intro-content-wrapper {
	position: relative;
	width: 890px;
	border: solid 0px Navy;
}

