/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 12px;
	width: 700px;
}

a.squarebutton{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/square-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/square-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 200px;
	float: right;
}
/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}


/* misc */
.left {
	float: left;
}
.right {
	float: right;
}

/* logo */
.header {
	height: 180px;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
}
.header h1 {
	margin: 0;
	font: normal 2.2em Verdana,sans-serif;
	padding-top: 104px;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 24px;
	background-image: url(images/headergrade.jpg);
}

/* footer */
.footer {
	color: #666;
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-decoration: none;
}
.footer a {
	padding: 1px 3px;
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	background-color: #DDDDDD;
}
.footer a:visited {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
