@charset "UTF-8";

/* CLASSES AND LINKS */

p{
	font-size: 11px;
	line-height: 18px;
	color: #3e3e3e;
}

a{
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}

a:hover{
	font-size: 11px;
	line-height: 18px;
	color: #CC0000;
	text-decoration: underline;
}


ul{
	list-style-type:none
}

h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

h4{
	font-size: 13px;
	font-weight: bold;
}

.img-padd{
	padding-bottom: 35px;
}

.logo-bold{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
}

.logo-thin{
	font-size: 26px;
	color: #CC0000;
	font-weight: 100;
	letter-spacing: -1px;
}



/* DIV CLASSES */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	margin-top: 0px;
	margin-left: 0px;
}

#main{
	float:left;
}

#content-top {
	width: 847px;
	height: 37px;
	margin-top: 10px;
}

#content-body{
	width: 814px;
	margin-left: 33px;
	background-image:url(images/content-bg.gif);
	overflow: hidden;
	
}

#content-bottom {
	width: 764px;
	height: 26px;
	clear: both; 	margin-left: 25px
}

#left-column{
	width: 285px;
	float: left;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 37px;
	padding-bottom: 35px;
}

#right-column{
	float: left;
}

#right-text{
	width: 415px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 35px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #eeeeee;
}

#navigation{
	width: 168px;
	background-color: #555454;
	float:left;
	color: #EEEEEE;
	margin-top: 115px;
}

.navigation-top{
	background-image:url(images/navigation-top.gif);
	width: 169px;
	height: 18px;
}

.navigation-bottom{
	background-image: url(images/navigation-bottom.gif);
	width: 168px;
	height: 25px;
	margin-top: 35px;
}

#navigation a{
	font-size: 28px;
	font-weight: bold;
	text-decoration:none;
	line-height: 33px;
	color: #eeeeee;
}

#navigation a:hover{
	font-size: 28px;
	font-weight: bold;
	text-decoration: line-through;
	line-height: 33px;
	color: #EEEEEE;
}


#navigation ul {
	padding-left: 10px;
	margin-left: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 33px;
}

#sitemap{
	width: 847px;
	padding-top: 0px;
	margin-left: 33px;
	clear: both;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

#sitemap a{
	color: #333333;
	font-size: 12px;
	text-decoration:underline;
}

#sitemap a:hover{
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}

#sitemap a.links{
	color: #666666;
	font-size: 10px;
}

