/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	text-align:center;
}
input {
	font-size:12px;
}
body a{
	color:#333388;
	text-decoration:underline;
}

body a:hover{
	text-decoration:none;
}


#container {
	width:929px;
	margin:0 auto;
}

body li {
	margin-bottom:8px;
}


h1 {
	font-size:27px;
	color:#35378F;
	font-weight:bold;
	margin-left:-36px;
}

h2 {
	font-size:14px;
	color:white;
	font-weight:bold;
	margin:8px 0px 2px 0px;
}

h3 {
	font-size:12px;
	color:#FAD766;
	font-weight:bold;
	margin:8px 0px 2px 0px;
}

h4 {
	font-size:14px;
	color:#35378F;
	font-weight:bold;
	margin:2px;
}


.texttitle {
	font-size:24px;
	color:#B7B0D4;
	margin:0px 30px 30px 10px;
	font-style:italic;
}


.textalt {
	color:white;
}

.textalt a {
	color:white;
}

.smallprint {
	font-size:10px;
}

#NewsItemMini {
	width:126px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}

#NewsItemFull {
	border-top:#35378F 2px solid;
	margin-bottom:20px;
}


/* NAV */

#header {
	margin-right:30px;
	overflow:hidden;
	width:680px;
}

	#header ul {
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	#header li {
		float:left;
		padding:0px;
		border:1px white solid;
		margin:3px;
	}
	
	#header a {
		width:86px;
		height:32px;
		display:block;
		color:white;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		background-color:#A49BC8;
		padding-left:2px;
		/*font-style:italic;*/
		text-align:left;
	}

	#header #current a {
		background-color:#FAD766;
	}
	
	#header a:hover {
		background-color:#FAD766;
	}
	#header #buttonAdmin a
	{
		background-color:#35378F;
	}
	#header #buttonAdmin a:hover
	{
		background-color:#FAD666;
	}

	
/* End NAV */