

body 
{
	background-color:#EEEEEE;
	font-family:verdana,helevetica,arial;
	font-size:11px;
	font-weight:normal;
}

a:link
{
	color:#004C90;
	text-decoration:none;
}

a:hover
{
	color:#004C90;
	text-decoration:underline;
}

a:visited
{
	color:#000000;
	text-decoration:none;
}

#mainout
{
	position:relative;
	width:960px;
	height:600px;
	margin:auto;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:middle;
}

/*********** #navi link styles ***********/

.navi
{
	width:500px;
	position:absolute;
	top:64px;
	left:400px;
	font-size:12px;
}


.navilink
{
	color:#000000;
	text-decoration:none;
	padding: 0px 10px 0px 0px;
}

a.navilink:link
{
	color:#000000;
	text-decoration:none;
}

a.navilink:hover
{
	color:#004C90;
	text-decoration:none;
}

.navilinkselected
{
	color:#004C90;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 10px 0px 0px;
}

.submenu
{
	width:260px;
	height:440px;
	font-size:12px;
	position:absolute;
	padding: 0px 0px 0px 10px;
	top:140px;
	left:660px;
	overflow: auto;
}

.submenu1
{
	width:260px;
	height:440px;
	font-size:12px;
	position:absolute;
	padding: 0px 0px 0px 10px;
	top:140px;
	left:770px;
	overflow: auto;
}

.content
{
	width:530px;
	height:440px;
	position:absolute;
	top:140px;
	left:200px;
	overflow: auto;
}

.contentfull
{
	width:720px;
	height:440px;
	position:absolute;
	top:140px;
	left:200px;
	overflow: auto;
}

.contentsmall
{
	width:450px;
	height:440px;
	position:absolute;
	top:140px;
	left:200px;
	overflow: auto;
}

.contentsmall1
{
	width:560px;
	height:440px;
	position:absolute;
	top:140px;
	left:200px;
	overflow: auto;
}

.contentStart
{
	width:700px;
	height:400px;
	position:absolute;
	top:110px;
	left:200px;
	text-align: center;
}

.events
{
	width:180px;
	height:440px;
	position:absolute;
	padding: 0px 0px 0px 10px;
	top:140px;
	left:740px;
	overflow: auto;
}

.eventsstart
{
	width:580px;
	height:440px;
	position:absolute;
	padding: 0px 0px 0px 10px;
	top:560px;
	left:200px;
	overflow: auto;
}


.eventcontent
{
	width:430px;
	height:440px;
	position:absolute;
	top:140px;
	left:200px;
	overflow: auto;
}

.eventskinrechts
{
	width:280px;
	height:440px;
	position:absolute;
	padding: 0px 0px 0px 10px;
	top:140px;
	left:640px;
	overflow: auto;
}

.language
{
	position:absolute;
	top:20px;
	left:800px;
	width:150px;
	height:20px;
}

.language a:link
{
	color:#000000;
	padding-right:10px;
	text-decoration:none;
}

.language a:hover
{
	color:#004C90;
	padding-right:10px;
	text-decoration:none;
}

.language a:visited
{
	color:#000000;
	padding-right:10px;
	text-decoration:none;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}


li {
	margin: 0px;
}


/* --- Wysiwyg Styles --- */


.Title
{
	font-weight: bold;
	font-size: 12px;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000022;
	font-family: 'Courier New' , Monospace;
	background-color: #bbbbbb;
}


.TitleBox
	{
	width: 100%;
	border: 1px solid gray;
	background-color: gray;
	font-size: 12px;
	font-weight : bold;
	color: black;
	font-family:verdana;
	padding: 2px 5px 2px 5px;
	clear: both;
	}

.BodyBox
	{
	width: 100%;
	border: 1px solid gray;
	font-family: verdana;
	padding: 5px;
	}

.Highlight
	{
	font-family: Arial;
	color: Black;
	border: 1 solid #B1B1B1;
	font-weight: bold;
	background-color: #ECEFE0;
}

.CodeForeground
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Courier New";
	}

.CodeInText
	{
	font-family:"Courier New";
	font-weight:bold;
	}

