@font-face {
	font-family: Clear Sans Regular;
	src: url(fonts/clearsans-regular.woff),
		url(fonts/clearsans-regular.eot);
}
*{
	margin: 0px;
	padding: 0px;
}
body {
	background: #dddddd;
}
#Container{
    margin: 0px auto;
    width:960px;
}
#header {
	height:75px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 1px #6699ff;
	margin: 10px 0px 10px 0px;
	/*padding-left: 30px;*/
}
#left {
/*	text-align: center; */
	color: #000;
	float: left;
	margin: 1px 0px 0px 20px;
	line-height: 200px;

}

#left img {
	width:262px;
	height:75px;
	vertical-align: middle;
}

/*p.logo {
	font-family: "Mistral";
	font-size: 48pt;
	line-height: 70px;
	margin-left: 10px 10px;
}*/
#right {
	font-family: Clear Sans Regular;
	text-align: center;
	color: #000000;
	float: right;
	font-size: 10pt;
	padding-right: 20px;
}
ul.menu {
	height:30px;
	line-height: 34px;
    display: table;
    width: 100%;
    padding: 0;
    position: center;
    font-family: Clear Sans Regular;
    font-size:16px;
    border-radius:4px 4px 4px 4px;
    box-shadow: 0px 0px 5px 1px #6699ff;
    margin: 10px 0px 10px 0px;
}
.menu li {
    display: table-cell;
    background: #000;
}
.menu li a {
    display: block;
    color: #ff0000;
    text-decoration: none;
    text-align: center;
}
.menu li:hover {
    /*background-color: #ffffff;*/
    color: #ff0000;
    text-decoration: underline;
}
#first {
	border-radius: 4px 0 0 4px;
 	border-left: none;
}
#last {
	border-radius:0 4px 4px 0;
 	border-right:none;
}
#content {
	font-family: Clear Sans Regular;
	font-size: 11pt;
	text-align: left;
	color: #000000;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 1px #6699ff;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
}
li {
	list-style-type: none;
}
ul.max {
	padding-left: 20px;
}
ul.min {
	padding-left: 30px;
	font-style: italic;
}
#footer {
	height:30px;
	font-family: Clear Sans Regular;
	font-size: 12pt;
	text-align: center;
	color: #000000;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 1px #6699ff;
	margin: 10px 0px 10px 0px;
	padding-right: 20px;
}
p {
	text-indent: 20px;
}
.frame {
	text-align: center;
	}

.frame img {
	border: 1px solid #6699ff;
}