/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #3c3c3c;
}
	
h2 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #3c3c3c;
}
	
h3 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #3c3c3c;
}
	
h4 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #3c3c3c;
}
	
h5 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3c3c3c;
}
	
h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3c3c3c;
	font-weight: normal;
}
	
a, a:visited {
	color: #4488bb;
	border-bottom: 1px solid #4488bb;
	text-decoration: none;
}

a:hover, a:active {
	color: #3c3c3c;
	border: none;
}

/** HEADER */

#header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	font-size: 33px;
	letter-spacing: -.05em;
	color: #4488bb;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 800px;
	margin: -2.25em auto 5px auto;
}

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

#menu li {
	display: inline;
}

#menu a, #menu a:visited {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #4488bb;
	color: #4488bb;
}

#menu a:hover, #menu a:active {
	color: #f4f2ed;
	text-decoration: none;
	background: #4488bb;
}

#menu .first a {
	color: #4488bb;
	background: #f4f2ed;
}

/** FORM LABEL */

label {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0 auto;
	background: #81BEF7 url(images/img01b800.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columna {
	float: left;
	width: 494px;
	padding: 25px 20px 0 30px;
	background: url(images/img02b800.gif) no-repeat left top;
}

#columna ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: solid circle;
}

#columna ul a, a:visited {
	color: #4488bb;
	border-bottom: 1px solid #4488bb;
}

#columna ul a:hover, a:active {
	color: #3c3c3c;
	border-bottom: none;
}

#columna a, a:visited {
	color: #4488bb;
	border-bottom: 1px solid #4488bb;
}

#columna a:hover, a:active {
	color: #3c3c3c;
	border-bottom: none;
}

#columnb {
	float: right;
	width: 225px;
	padding: 25px 20px 0 10px;
	background: url(images/img03b800.gif) no-repeat left top;
}

#columnb * {
	color: #f4f2ed;
}

#columnb ul {
	margin-left: 0;
	padding-left: 0;
	list-style: circle;
}

#columnb ul.sidemenu {
	margin: 0;
	padding: 0;		
}
#columnb ul.sidemenu li {
	margin-bottom: 1px;
}
#columnb ul.sidemenu a {
	display: block;
	color: #f4f2ed;	
	text-decoration: underline;	
	padding: 0;
	min-height: 18px;
}

* html body #columnb ul.sidemenu a { 
	height: 18px;
}

#columnb ul.sidemenu a:hover {
	padding: 0;
	color: #3c3c3c;
	text-decoration: none;
}

#columnb li.first {
	background: #3c3c3c;
	text-decoration: none;
}

#columnb a {
	color: #f4f2ed;
	text-decoration: underline;
}

#columnb a:visited {
	color: #f4f2ed;
	text-decoration: underline;
}

#columnb a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#columnb a:active {
	color: #3c3c3c;
	text-decoration: none;
}

/** FOOTER */

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04b800.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

#footer a, a:visited {
	color: #4488bb;
	border: none;
}

#footer a:hover, a:active {
	color: #3c3c3c;
	border: none;
}

/* alignment classes */
.float-left  { 
	float: left;
}
.float-right {
	float: right; 
}
.align-left  {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}