@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(../images/bgGrad.jpg);
	background-repeat: repeat-x;
	background-color: #F3F2ED;
}
a {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5B473E;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

#logo {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#maincontainer {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	padding-top: 20px;
	float: left;
	width: 996px;
}


#header {
	width: 100%;
}
#nav {
	width: 1005px;
	padding-left: 1px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
}

#nav a {
	color: #453630;
	background-color: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a:hover {
	color: #fff;
	background-color: #F06000;
	background-image: url(../images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav li {
	float: left;
	text-align: center;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
#nav a span {
	padding-left: 12px;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav a:hover span {
	background-image: url(../images/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#content1 {
	float: left;
	width: 100%;
}
#content1 ul {
	list-style-image: url(../images/bullet.jpg);
}
#content1 ul li {
	padding-top: 2px;
	padding-bottom: 5px;
}


#column1 {
	float: left;
	height: 420px;
	width: 215px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#column2 {
	float: left;
	width: 750px;
	padding: 10px;
}
#brief {
	background-image: url(../images/orgrad.jpg);
	background-repeat: no-repeat;
	padding-right: 6px;
	padding-left: 10px;
	color: #FFF;
	height: 197px;
	margin-bottom: 20px;
}
#brief h1 {
	font-size: 26px;
}

#footer {
	padding: 20px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background-color: #463732;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 1050px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FD893C;
}
.floatRight {
	padding: 5px;
	float: right;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}

