/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
}

h1 {
	color: #CE1B72;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../layoutimg/nav_trenner.PNG);
	background-position:bottom;
	background-repeat:repeat-x;
}

h2 {color: #666666;
	font-size: 14px;
	font-weight: bold;}

h3 {color: #ff8000;
	font-size: 12px;
	font-weight: bold;}

h4 {color: #330066;
	font-size: 10px;
	font-weight: bold;}

h5 {color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px; }

h6 {color: #333333;
	font-size: 11px;
	font-weight: bold;}


.oldbrowsers {display: none;}

.clearthis {
	clear: both;
	font-size: 2px;
	float: none;
	color: #FFFFFF;
}

#top {
	height: 220px;
	margin: 0px;	
		
	background-image: url(../layoutimg/top_middle.PNG);
	background-repeat: repeat-x;
}

#topleft {
	height: 220px;
	width: auto;
	margin: 0px;		
	background-image: url(../layoutimg/top_left.png);
	background-position: left;
	background-repeat: no-repeat;
}


#topright {
	height: 220px;
	width: 332px;
	margin: 0px;		
	background-image: url(../layoutimg/top_right.PNG);
	float: right;
}

#topmenu {
    height:14px;
	padding:0;
	padding-top: 24px;	
	margin:0;
	color:#009999;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	white-space:nowrap;
	float:right;
}

#topmenu li {
    display:inline;	
}

#topmenu li a
{
	padding:2px 16px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	background-image: url(../layoutimg/asterix_red.PNG);
	background-repeat:no-repeat;
}

#topmenu li a:hover
{
	color: #FF8000;
	text-decoration: none;
}


#leftcontent {
	position:absolute;
	margin: 0px;
	top:221px;
	left:0px;
	width:190px;
	height:100%;
	padding-left:0px;
	padding-right:10px;
/* let's get IE5 working */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px;
	/*border-bottom:1px solid black;*/
	}
/* and that pesky Opera too */
body>#leftcontent {width:190px;}


#rightcontent {
	margin-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 200px;
	position: relative;
	padding-top: 0px;
	font-size: 12px;
	line-height: 18px;
}

#rightcontent p, #rightcontent blockquote {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

#rightcontent li {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


#rightcontent a {
	font-weight: bold;
	color: #330066;
	text-decoration: underline;
}

#rightcontent a:hover {
	color: #FF8000;
	text-decoration: none;
	background-color: #E5E5E5;
}

#rightcontent a.nostyle {
	text-decoration: none;
	background-color: #FFFFFF;
	font-size:0.8em;
}

#rightcontent a.nostyle:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}


#menu {
	margin:0px;
	/*font-family: arial, helvetica, sans-serif;*/
		font-weight: bold;
	font-size: 11px;
	padding: 5px;
	width: 204px;
	margin-bottom: 1px;
	color: #666666;
}

#menu a:link, a:visited, a:active {
	color: #CD1C76;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #CC6600;
}


#currentpage{
	color:#CE1B72;
}

#mainmenu h1 {
	background-color:#CE1B72;
	color:white;
	text-algin:center;
	padding: 0px;
	padding-top:5pX;
	padding-bottom:5px;
	padding-left:10px;
	margin:0px;
	margin-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}

#mainmenu li{
	padding:3px;
	list-style-type:none;
}

#mainmenu ul{
	margin:0px;
	padding:0px;
	margin-left:15px;
}

#mainmenu li.level0{

	background-image:url(../layoutimg/nav_trenner.PNG);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#mainmenu li.level1{
	margin-left:35px;
	padding-left:0px;
	list-style-type:circle;
	list-style-image:url(../layoutimg/asterix_white.PNG);
}

.level2{
	margin-left:25px;
}

.level3{
	margin-left:35px;
}

.article{
	text-align:left;
	margin:0px;
	padding:0px;
}

.article img{
	padding-left:10px;
	padding-right:10px;
}

