body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding:0;
	font-size : 12px;
	color : #fff;
	height: auto;
	line-height: 1.5em;
}
#header {
	width: 760px;
	height: 120px;
	color: #FF0000;
	background-image: url(../images/b_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FF0000;
}
#cajatext {
	background-image: url(../img/images/menu-devider.gif);
	background-repeat: repeat;
}

.headerText {
	background: none;
	font-size: medium;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}
DIV.center {
	text-align: center;
}
.menu {
	display: block;
	width: 760px;
	color: #fff;
	font-weight: bold;
	padding-top: 12px;
	background-color: #F20001;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
}
.menu a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F20001;
}
.menu a:active {
	color: #fff;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F20001;
}
.menu a:hover {
	background: #fff;
	color: #EE0000;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	background: #fff;
	color : #000;
	width: 760px;
	margin-right : auto;
	margin-left : auto;
	text-align : left;
}
#content {
	color: #000;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #F20001;
}	
#columnR {
	float: right;
	width: 200px;
	margin:0;
	margin-right:0;
	padding:25px;
	background: #fff;
	color: #000;
}
.black {
	background: none;
	color: #000;
	font-size: 12px;
}
h2.headline {
	background: #fff;
	text-decoration: underline;
	color: #EA0000;
}
.hide {
	display: none;
}
h1.title {
	font-weight: bold;
}
#bodytext {
	background: #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 25px;
	padding-right : 25px;
	text-align : left;
	color: #000;
	padding-top : 5px;
	padding-bottom : 30px;
	margin-bottom: 0;
}
.footer {
	height: 100px;
	width: 760px;
	margin-right : auto;
	margin-left : auto;
	color : #fff;
	padding-top : 5px;
	font-size: 9px;
	text-align : center;
	background-image: url(../images/b_bg2.jpg);
	background-repeat: repeat-x;
}
.footer a {
	background: none;
	color : #fff;
	padding-left: 2px;
	padding-right: 2px;	
}
