body {
	margin: 0;
	padding: 0;
	background: #31081f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p {
	line-height: 18px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
}

h1, h2, h3 {
	margin-top: 0;
	color: #31081f;
	text-align: left;
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid #31081f;
}

h2 {
	font-size: 1.6em;
	color: #000000;
}

h3 {
	font-size: 1em;
}

ul, li {
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #31081f;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
	font-weight: 700;
}

a img {
	border: none;
}

#photo {
	background: #FFFFFF;
	padding: 5px;
	border: 3px #31081f solid;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}

.submit {
	background: #854168;
	color: #FFFFFF;
	padding: 3px 15px 3px 15px;
	border: 2px #000000 solid;
}

#fulltext {
	width: 610px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/*
margin  0 		0 		0 		0;
		top		right	bottom	left
*/

/* Floats */

#right {
	float: right;
	margin: -10px 10px 0px 20px;
	padding: 0px;
}

#left {
	float: left;
	margin: -10px 20px 0px 10px;
	padding: 0px;
}

#clear {
	clear: both;
}

.breadcrumbs {
	margin: -10px 0px 10px 0px;
}


/* Header */

#header {
	background: url('images/frame/header.jpg') top center no-repeat;
	width: 1024px;
	height: 304px;
}




/* Navigation */

#navigation {
	background: url('images/frame/nav.jpg') top center no-repeat;
	width: 1024px;
	height: 32px;
	padding-top: 6px;
}

#navbar {
  	margin-left: 80px;
  	margin-top: 0px;
	padding-top: 0px;
}
#navbar li {
  	list-style: none;
  	float: left;
  	margin-left: 5px; /* Sets the blank space on the main navigation left */
  	margin-right: 5px; /* Sets the blank space on the main navigation right */
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

#navbar li a { /* sets the main nav a properties */
  	display: block;
  	text-decoration: none; 
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	margin: 0px;
  	text-transform: uppercase;
  	font-size: 14px;  
  	color: #FFFFFF;
	font-weight: normal;
}

#navbar li ul {
  	display: none;
  	width: 145px; /* Width to help Opera out */
  	z-index: 10;  
}

#navbar li:hover ul, #navbar li.hover ul { /* this is used for the drop down ul properties */
  	display: block;
  	position: absolute;
  	background: #53213d;  
  	padding: 5px;
  	border: 0px;
	text-align: left;
}

#navbar li:hover li, #navbar li.hover li { /* this is used for the drop down li */
  	float: none;
  	padding: 0px;
  	margin: 0px; 
}

#navbar li:hover { /* sets the main navigation hover state for the li */
  	background: #53213d;
}

#navbar li:hover li a, #navbar li.hover li a { /* this is used for the drop down a properties */ 
  	margin: 0px;
  	padding: 5px;
  	font-size: 12px;
	text-align: left;
	font-weight: normal;
}		

#navbar li:hover li a:hover, #navbar li.hover li a:hover { /* this is used for the drop down a:hover properties */
  	background-color: #000000;
  	margin: 0px;
  	padding: 5px;  
  	color: #FFFFFF; 
	font-weight: normal;
}		
#navbar li:hover li:hover { /* this is used for the drop down li hover properties */
  	background-color: #53213d;
}



/* Content */

#contentbg {
	background: url('images/frame/contentBG.jpg') top center repeat-y;
	width: 1024px;
	height: auto;
}

#content {
	background: url('images/frame/content.jpg') top center no-repeat;
	width: 659px;
	padding-left: 180px;
	padding-right: 185px;
	padding-top: 25px;
}



/* Footer */

#footer {
	background: url('images/frame/footer.jpg') top center no-repeat;
	width: 1024px;
	height: 202px;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #575757;
}

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

#footer a:hover {
	color: #31081f;
	text-decoration: none;
}














































table,th,td {
	border:none;
	border-collapse:collapse;
	font-family:corbel,'helvetica neue','trebuchet ms',arial,helvetica,sans-serif;
	font-size:1em;
	line-height:1.5em;
	margin-left: 125px;
}

table {
	background: black; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

caption {
	text-align: left;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	padding: 1.5em 0;
	color:black;
}

thead, tfoot {
	color: white;
}

thead th {
	padding: 0.5em 1em;
	text-transform: uppercase;
	text-align:left; 
}

thead th:first-child {
	width:10em; 
	text-align:right;
}

tbody td, tbody th {
	font-size: 100%;
	padding: 0.5em 1em;
	background-color: #e5e5e5;
	vertical-align:top;
}

tbody th {
	color: #222;
	text-align: right;
	background-image: url(tabel.png);
	background-repeat: repeat-y;
	border-right:1px solid #ccc;
}

tbody td:last-child {
	border-right:1px solid black;
}





tr {
	background: transparent;
}

tr:hover {
	background: #fff;
}
