/* DEN Standard CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 20;
	background: url(images/topbg.jpg) no-repeat center top;
	background-position: center 30px;
}

#container {
	width: 750px;
	height: 100%;
	margin: 0px auto;
}

.association {
	float: right;
}

.clear {
	clear: both;
}

.logo {
	float: left;
}

.hidden {
	display: none;
}

.head {
	float: left;
	font-size: xx-large;
	font-weight: bold;
	padding-left: 5px;
	color: #173755;

}

#menu {
	clear: both;
	padding: 5px;
	background: url(images/menubg.jpg) #4A90CE;
	color: white;
	font-size: large;
	
}

#menu a{
	color: white;
	background: #2E6FA9;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

#menu a:hover{
	color: white;
	background: #2E6FA9;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}


#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	padding-right: 15px;
}

#accessmenu {
	padding: 2px;
	background: #EFEFEF;
	color: black;
	font-size: large;
	font-weight: bold;
	text-align: right;
}

#accessmenu ul{
	margin: 0px;
	padding: 0px;
}

#accessmenu li {
	display: inline;
	padding-right: 15px;
}

#accessmenu a{
	color: black;
	font-size: medium;
	text-decoration: none;
}

#accessmenu a:hover {
	color: #669933;
}

#content {
background: white url(images/contentbg.jpg) top no-repeat;
background-position: 481px top;
border-left: 2px solid #EFEFEF;
}

h1 {
	font-size: x-large;
}
#content .left {
	width: 70%;
	float: left;
	padding: 5px;
	font-size: small;
}

.standard {
	padding: 3px;
	border: solid 2px #4A90CE;
	text-align: center;
	background: white;
}

.standard .descrip {
	display: block;
	margin-top: 5px;
	font-size: small;
	background: #4A90CE;
	padding: 2px;
	color: white;
}

.standard a{
	font-size: x-large;
	color: #0000FF;
	font-weight: bold;
}

.textonly {
	padding: 3px;
	border: solid 2px #FF9933;
	text-align: center;
	background: white;
}

.textonly .descrip {
	display: block;
	margin-top: 5px;
	font-size: small;
	background: #FF9933;
	padding: 2px;
	color: white;
}

.textonly a{
	font-size: x-large;
	color: #0000FF;
	font-weight: bold;
}

.largetext {
	padding: 3px;
	border: solid 2px #669933;
	text-align: center;
	background: white;
}

.largetext .descrip {
	display: block;
	margin-top: 5px;
	font-size: small;
	background: #669933;
	padding: 2px;
	color: white;
}

.largetext a{
	font-size: x-large;
	color: #0000FF;
	font-weight: bold;
}

.highcon {
	padding: 3px;
	border: solid 2px yellow;
	text-align: center;
	background: black;
}

.highcon .descrip {
	display: block;
	margin-top: 5px;
	font-size: small;
	background: yellow;
	padding: 2px;
	color: black;
}

.highcon a{
	font-size: x-large;
	color: yellow;
	font-weight: bold;
}

#content .right {
	width: 25%;
	background: #EFEFEF;
	float: right;
	padding: 5px;
}
#footer {
	background: #EFEFEF;
	clear: both;
	padding: 5px;
	font-size: small;
}
