body {
	margin: 10px 0px;	
	text-align: center; /* IE6 BUG */
	color: #000000;
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;

}


#main {
	width: 980px;
	margin: 0 auto;
	border-top: 0px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

.top-logo {
	width: 980px;
	height: 80px;
	text-align: left;
}

.top-logo .logo{
	border: 0px;
	width: 350px;
	height: 80px;
	float: left;
}

	
/* Topmenu */
div.menu {clear:both}

ul.nav-main {
	background-color:#ffffff; 
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border: 1px solid #cc0000;
	color: #000000;
	background-color: #cc0000;
	font:normal 75% Arial, Helvetica, sans-serif; text-transform:uppercase;
	width:980px !important;
	float:left; 
	margin: 10px 0;
	padding: 0;
	
}
ul.nav-main li {
	display: block;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #cc0000;

}
ul.nav-main li a {
	background-color: #cc0000;
	color: #ffffff;
	padding:5px 8px 5px 9px;
	text-decoration: none;
	font-weight: bold;
	float:left;  
}
ul.nav-main li a:hover {
	background-color: #cc0000;
	color: #ffffff;
	text-decoration: underline;

}
ul.nav-main .thispage {
	background-color: #cc0000;
	color: #ffffff;
}

	/* 	LEFT CONTENT MENU */
	
div.nav-left {
	width: 195px;
	
	float: left;
	
	
	
}
div.nav-left ul {
	color: #cc0000;
	background-color: #ffffff;
	font:normal 75% Arial, Helvetica, sans-serif; 
	line-height: 150%;
}
div.nav-left li {
	list-style-image: url('gfx/red-arrow.gif');
}



    /* CONTENT STYLES */

.contant {
	padding: 10px;
	text-align: left;
	width: 970px;

}
.contant a, .contant a:hover, .contant a:active {
	color: #cc0000;
}
h3 {
	padding-left: 25px;
	background: url(gfx/red-arrow.gif) 0 50% no-repeat;	
}
#accordion h3 {
	cursor: pointer;
}
.comtxt {
	color: #cc0000;
	font-size: 1.3em;
	font-weight: bold;
}
.comtxt a {
	text-decoration: none;
	color: #cc0000;
}
.comtxt a:hover {
	text-decoration: underline;
}
.right-box {
	float: right;
	width: 380px;
	display: block;
	list-style-type: none;
}
.picture {
	float: right;
	width: 380px;
	display: block;
	list-style-type: none;
}	
.picture img { 
	border: 0;
	height: 250px;
}
.picture-text {
	font: normal 60% Arial, Helvetica, sans-serif; 
	font-style: italic;
	padding: 5px;
	
}

	.clear {
		clear: both;
		height: 1px;
	}
	
.text {
	margin-left: 0px;
	
}
.clear {
	clear: both;
	height: 1px;
}
p, .text div  {
	font-size: 0.9em;
	line-height: 1.2em;
}
p.plist {
	
	display: block;
	clear: both;
}
p.plist img {
	border: 1px solid #eee;
}

.copyrights {
	color: #cc0000;
	background-color: #ffffff;
	font:normal 75% Arial, Helvetica, sans-serif; 

}
.copyrights a {
	color: #bbb;
	background-color: #fff;
	text-decoration: none;

}
.copyrights a:hover {
	color: #bbb;
	background-color: #fff;
	text-decoration: underline;

}


thead {
	height: 20px;
	background-color: #cc0000;
	
}

tbody {
	font-size: 0.8em;
}
tbody a {
	color: #cc0000;
	background-color: #FFFFFF;
	text-decoration: none;
}
tbody a:hover {
	text-decoration: underline;
}
tbody .red {
	color: #cc0000;
	background-color: #FFFFFF;
}
tbody td {
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #cc0000;
}
caption {
	font-size: 1.2em;
}

h1 {
	letter-spacing: 2px;
	font-weight: normal;
  	display: block;
  	font-size: 1.5em;
  	margin: .40em 0 0 0;
	color: #cc0000;
	font-weight: bold;
	background-color: #ffffff;
	text-align: left;


}

h2 {
	display: block;
  	font-size: 1.2em;

	margin: .83em 0;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #cc0000;
}

h2.red {
	color: #cc0000;
	border-bottom: 0;
}


.spacer {
	width: 2px;
	height: 200px;
	float: right;
	background: url('gfx/dot_v.png') repeat-y;


}

.break-line {

	height: 2px;
	width: 100%;
	clear: right;
	background: url('gfx/dot_h.png') repeat-x;
	margin-bottom: 5px;
}
/******************** FORM VALIDATION ***********************/


.inputNormal {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid; 
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	color: #000000;
	padding-left: 2px;
	background-color: #fff;
}
input {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid; 
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	color: #000;
	padding-left: 2px;
	background-color: #fff;
}
label {
	font-weight: bold;
}
input#submit {
	border: #ccc 1px solid;
	color: #000;
	padding: 2px 10px;
	background-color: #fff;

}

.error {
    /*background-image: url(gfx/invalid.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #000;
    padding-left: 20px;
	*/
	font-weight: normal;
	color: #cc0000;
}

.inputError {
	border: red 1px solid;
	margin: 0px;
	padding-left: 2px;
	color: red;
	background-color: #fff;
}

a.readmore {
	font-weight: bold;
	color: black;
	line-height: 12px;
	text-decoration: none;
	
}
div.moretext {
	
	padding: 0;
	margin: 10px 0 20px 0;
}

