/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;

}


/** HEADER */


.dots {color: #FFFFFF}



#header {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_01.png);
	background-repeat: no-repeat;
}




#header h1 {
	margin: 0px;
	color: #C00202;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 170px;
	font-size: 25pt;
	text-align: right;
}

#header h2 {
	margin: 0px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 170px;
	font-size: 15pt;
}

#logo {
	height: 120px;
	width: 110px;
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
}

/** MENU */

#menu {
	width: 900px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C00202;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu a {
	text-align: right;
	font-size: 11pt;
	color: #333333;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00202;
}


#menu a:hover {
	background-color: #C00202;
	text-decoration: none;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-repeat: repeat-y;
	background-position: left top;
}

#left {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
    color: #C00202;
	
	
}


#left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	line-height: 20px;
}

#left a {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

#left a:hover {
	color: #C00202;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: none;
}


#middle {
	width: 500px;
	float: left;
}

#middle_full {
	width: 700px;
	float: left;
}





h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #C00202;
	top: 0px;
}


#middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	line-height: 19px;
}

#middle_full p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	line-height: normal;
}


#middle_full li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	line-height: normal;
	padding-bottom: 5px;
}

#middle li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	line-height: normal;
	padding-bottom: 5px;
}


#middle a {
	color: #C00202;
	
}

#middle a:hover {
	color: #333333;
	
}



#right {
	float: right;
	width: 185px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C00202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer p {
	margin: 0px;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7pt;
	padding-left: 10px;
	text-align: center;
	font-size: 9pt;
}

#footer a {	
	color: #666666;
}

#footer a:hover {	
	color: #333333;
}

#border-top {
	border-top: 5px solid #60B7DE;
}
.Caption {
	color: #333333;
}
