/***************************** normalisation *****************************/
* { padding:0; margin:0 }

html,body {
	font-family:Verdana; font-size:62.5%; width:100%; height:100%;
	background: #ffffff; 
	text-align: center;
}

/***************************** layout *****************************/
#wrapper {
	position: relative; top: 0%;
	width: 1044px;
	margin: 0 auto;
	background: #ffffff;
}

#shadow-top{ 
	background: url("images/logos/shadow-top.png") no-repeat; height:33px; margin-top:-2px;
}

#shadow-mid{
	background:url("images/logos/shadow-mid.png") repeat-y;
	padding:0 10px; width: 1024px;
}

#shadow-bot{
	background:url("images/logos/shadow-bot.png") no-repeat;
	height:33px;
}

.block{ width:100%; float:left; clear:both;}


/***************************** navbar******************************/

#nav {  list-style-type:none;	
		margin-left: 0px;	
		padding:0; 
		height: 30px; 
		width:140px; }

#nav li { margin:2px; 	
		float:left; }

#nav li a { display: block;
		width: 140px;	
		padding:4px 0;	
		text-decoration:none;	
		text-align:center;	
		font-size:12px;
		font-weight:bold;	
		color:#FFFFFF;	
		background-color:#336699; }
		
#nav li a:hover, 
#nav li a.active { color:#333399;	
				background-color:#75A3D1; }


/***************************** text *****************************/

.top        {  color: #ffffff; font-size:14pt; margin-left: 25; }

.top2       {  color: #ffffff; font-size:10pt; margin-left: 10; margin-right: 10; font-weight: bold; }

.style1    { color: #336699; font-weight: bold; font-size: 12pt; }

.style2   { color: #000000; font-size: 10pt; }

.menu  { font-size: 12pt; text-align:center; margin-top: 0; margin-bottom: 0; font-weight:bold; line-height:200% }

.plaintext   { color: #000000; font-size: 10pt; padding-left: 10; padding-right: 10 }

.smalltext   { color: #ffffff; font-size: 8pt; padding-left:5; padding-right:5; padding-top:5; padding-bottom:5; }


/**************************** pseudo classes ***********************/

a:link { 	color: #336699; font-weight:bold; text-decoration:none }

a:visited { color: #336699; font-weight:bold; text-decoration:none }

a:hover { color: #336699; font-weight:bold; text-decoration:underline }

a:active { color: #336699; font-weight:bold; text-decoration:underline }