#Header {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:dotted;
	border-color:#888888;
	border-width:0px 0px 1px 0px;
	line-height:0px;
	min-width:780px;
	}


#Content {
	text-align:center;
	min-width:780px;
	overflow:hidden;
	opacity:50%;
	}


#Footer {
	text-align: center;
	min-width:780px;
	overflow:hidden;

	bottom:0;
	line-height:0px;

	margin:30px 0px 10px 0px;
	padding:17px 0px 5px 20px;
	font-size:12px;
	text-decoration:none;
	font-weight:300;
	font-family:verdana, arial, helvetica, sans-serif;
	position:relative;
	z-Index:-1;
	}


table.footer {
	height:20px;
	border-style:solid;
	border-color:#477;
	border-width:0px; 
	/*background-color:#f8f8f8;*/
}

table.menu {
	width:560px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*border:1px solid #555555; 
	background-color: #F8F8F8;*/
}

table.content {
	margin: 10px 0px 0px 0px;
	/*border:1px solid #447777; 
	background-color: #FBFBFB;*/
}


a, a.header 	{
	color: #387E94;
	font-size:13px;
	text-decoration:none;
	font-weight:300;
	font-family:verdana, arial, helvetica, sans-serif;
	border: 0px solid #FFFFFF;
	}
a:hover {
	color: #184363; 
	}
a:active {
	color: #184363; 
	}


a[rel="external"], a.external { 
	color: #387E94;
	font-size:13px;
	text-decoration:none;
	font-weight:300;
	font-family:verdana, arial, helvetica, sans-serif;
	
	white-space: nowrap; 
	padding-right: 15px; 
	background: url(images/external.bmp) 
	no-repeat 100% 50%; 
	zoom: 1; 
}
a[rel="external"]:hover, a.external:hover { 
	color: #184363; 
}
a[rel="external"]:active, a.external:active { 
	color: #184363; 
}



p {
	font:14px Times New Roman Medium;
	margin:0px 0px 10px 0px;
	padding:0px;
}

p.small{
	font:13px Times New Roman;
	margin:0px 0px 0px 0px;
}


h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:26px;
	line-height:28px;
	font-weight:600;
	color:#C61978;
}

h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:18px;
	font-weight:600;
	color:#C61978;
	text-align:center;
}

span.name {
	color: #0098C3;
	font-weight: bold;
}

img.borderedImage{
	margin: 4px 15px 10px 0px;
	padding: 0px;
	border:1px solid #0098C3;	
	width:120px;
	height:160px;
}


/*****************
***Menu
*****************/


#Menu {
	text-align:center;
	min-width:780px;
	overflow:hidden;
	padding:4px 0px 4px 0px;
	}
	
div#Menu span a {
	color: #080808;
	background-color: #CEEAF8;
	padding:4px 12px 4px 12px;
	outline:none;
	font-size:18px;
	font-family:Times New Roman Medium;
}

div#Menu span a.onpage {
	background:#CEEAF8; /*00A9D4  C61978*/
	color: #080808;
	padding:4px 12px 4px 12px;
	outline:none;
}

div#Menu span a:hover {
	color: #080808;
	background:#00A9D4; /*FF6ECD*/
	padding:4px 12px 4px 12px;
	outline:none;
}

div#Menu span a.onpage:hover {
	background:#00A9D4; /*C61978*/
	color: #080808;
	padding:4px 12px 4px 12px;
	outline:none;
}


div#Menu span a:visited {
	outline:none;
}

div#Menu span a:active {
	outline:none;
}


/**************************
*** CLOWNS
**************************/

#leftClown { 
	position: fixed; 
	top: 140px;	
	left:0px;
	z-index: -2;
	/*opacity:0.8;*/
 }
 
 
* html #leftClown { 
	position: absolute;
}

 
 
#rightClown {
	display:block;
	position:fixed;
	bottom:10px;
	right:0px;
	z-index: -2;
	/*opacity:0.8;*/
}

* html #rightClown { 
	position: absolute;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
	overflow: auto;
}