/* CSS Document */
body { 
	padding: 0; 
	margin: 0; 
	color:#333; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	background-color: #ececec;
}

div, p, ul, li, h1, h2, h3, h4 { 
	line-height: 18px; 
	padding:0; margin:0; 
}

a:link { 
	color: #ff0101; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: inherit; 
	text-decoration: none; 
}

a:hover { 
	color: #300; 
	font-weight: normal; 
	line-height: inherit; 
	text-decoration: none; 
}

a:visited { 
	color: #cf2925; 
	font-weight: normal; 
	line-height: inherit; 
	text-decoration: none; 
}

ul { 
	font-size: 11px; 
	white-space: normal; 
	line-height: inherit; 
	padding-left: 10px; 
	list-style-position: inside; 
}

.hr { 
	font-weight: bold; 
}

/* TEXT STYLES */

.xlarge {
	font-size: 18px;
	color: #ff0800;
}

.large {
	font-size: 13px;
	color: #ff0800;
}

.medium { 
	font-size: 12px; 
	font-weight: bold; 
	color: #ff0800; 
	line-height: inherit; }

.small { 
	font-size: 10px; 
	line-height: inherit; }

.xsmall { 
	color: #666; 
	font-size: 9px; }

.colored { 
	color: #ff0800; }

.centered {
	text-align: center;
}

.colxlarge { 
	color: #333; 
	font-size: 18px; 
}

.collarge { 
	color: #333; 
	font-size: 13px; 
}

.downloads { 
	color: #c6000d; 
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: underline;
}

.intro { 
	font-weight: normal; 
	color: #d3000d; 
	line-height: 18px; 
}

/*----MAIN PANEL----*/

#main { 
	width: 797px; 
	position: relative; 
	left: 50%;
	right: 50%;
	top: 0px; 
	margin-left: -397px; 
}

/* HEADER*/

#header { 
	width: 797px; 
	height: 210px; 
	position: relative; 
	float: left; 
} 

/* BANNER */

#banner { 
	margin-top: 25px;
	position: relative;
	float: left;
	width: 772px; 
	height: auto; 
	clear: both; 
}

#banner #line {
	margin-left: 25px;
	margin-right: 25px;
}

/* BOTTOM */

#bottom { 
	background-image: url(/images/maincontent_bottom.gif); 
	background-repeat: no-repeat; 
	width: 797px; 
	height: 30px; 
	clear: both; 
}

/* FOOTER */

#footer { 
	width: 100%; 
	position: relative; 
	float: left;
	clear: both; 
	color: #666; 
	text-align: center; 
	font-size: 10px; 
}

#footer a {
	color: inherit;
	text-decoration: underline;
}

/* I-FRAME*/

#i-frame { 
	width: 797px;
	height: auto;
	position: relative;
	float: left;
	line-height: inherit; 
	background-image: url(/images/maincontent_bg.gif); 
	background-repeat: repeat-y; 
	background-position: 0 0; 
	padding-top: 10px; 
}

/* Pagina DIV's */

#index { 
	width: 767px; 
	height: auto; 
	position: relative; 
	float: left; 
	line-height: 18px; 
	padding-left: 15px;
	padding-top: 2px; 
	padding-bottom: 2px;
	text-align: left;
}

#i-links { 
	width: 797px;
	height: auto; 
	position: relative; 
	float: left; 
	background-image: url(/images/maincontent_bg.gif); 
	background-repeat: repeat-y; 
	background-position: 0 0; 
	padding-top: 10px; 
	padding-left: 15px; 
}

#col1 { 
	width: 225px; 
	position: relative; 
	float: left; 
	padding-left: 25px; 
	padding-top: 2px; 
}

#col11 { 
	width: 225px; 
	position: relative; 
	float: left; 
	padding-left: 25px; 
	padding-top: 2px; 
}

#col12 { 
	width: 225px; 
	position: relative; 
	float: left; 
	padding-left: 25px; 
	padding-top: 2px; 
}

#col13 { 
	width: 225px; 
	position: relative; 
	float: left; 
	padding-left: 25px; 
	padding-top: 2px; 
}

#col2 { 
	width: 475px; 
	position: relative; 
	float: left; 
	padding-left: 25px; 
	padding-top: 2px; 
}

#col3 { 
	width: 725px; 
	position: relative; 
	float: left; 
	padding-left: 25px;
	padding-top: 2px;
}

/*FORM*/

input,textarea {
	font-size: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
