﻿@charset "utf-8";

body {
	font: 1.5em;
	font-family: Batang;
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: justify;
}

/* Wrappers */
#mainWrapper {
	margin: 20px auto 0 auto;
	width: 760px;
}
#wrapper {
	border-right: 1px solid #CC6;
	border-left: 1px solid #CC6;
}
#top {
	background: url(../images/top.jpg) 0 0 no-repeat;
	height: 40px;
}

#header {
	width: 760px;
	height: 81px;
}

#content {
	padding: 25px 25px 10px 25px;
	min-height: 300px;
}

#base {
	text-align: right;
	background: url(../images/base.jpg) 0 0 no-repeat;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-right: 10px;
}

#footer {
	padding: 10px;
}


/* Links */

a img {border: none;}

a {text-decoration: none;}

a:link {color: #f00;}

a:visited {color: #CCC;}

a:hover {color: #00f;}

a:active {color: #CCC;}


/* font */

p {
	margin: 5px 0 15px 0;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1.4em;
	border-left: 15px solid #CC6;
	padding-left: 5px;
}

h3 {font-size: 1.2em;}

h4, h5, h6{font-size: 1.1em;}

h2, h3, h4, h5, h6 {margin: 5px 0 5px 0;}

.centerText, #footer {text-align: center;}

.textRight {text-align: right;}

.smallText, #footer {font-size: .8em;}

.red {color: #F00;}

.pass {color: #0C0;}

.bold, .pass, #message {font-weight: bold;}

.tRight {text-align: right;}

#message {
	background: #69C;
	border: 1px solid #06C;
	margin: 0 0 10px 0;
	padding: 2px 5px 2px 5px;
	color: #000;
}


/* Nav */

.nav {
	height: 40px;
	background: url(../images/bg.jpg) repeat-x;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	font-size: .7em;
	font-weight: bold;
}

.nav ul {
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	height: 40px;
	padding: 0px 3px 0px 3px;
	border-left: 1px #fff ridge;
	display: block;
	width: auto;
	float: left;
}

.endoflinks {border-right: 1px solid #fff;}

.nav ul li ul li a {
	border-left: 1px #fff solid;
}

.nav ul li ul {
	width: 100%;
	position: absolute;
	background: url(../images/bg1.jpg) repeat-x;
	display: none;
	top: 40px;
	left: 0px;

}

.nav ul li a:hover{
	background: url(../images/bg-OVER.jpg);
}

.nav ul li:hover ul, .nav ul li.over ul {
	display: inline;
}

.nav ul li ul li a:hover {
	background: url(../images/bg-OVER1.jpg);
}

/* Forms */

FORM {margin: 0; padding: 0;}

FORM BR {
	clear: both;
}

SELECT, INPUT, TEXTAREA {
	font: 1em Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #666;
	width: 200px;
}

TEXTAREA {
	height: 5.5em;
}

INPUT[type=checkbox] {
	width: auto;
	border: none;
}

LABEL, SELECT, INPUT, TEXTAREA, FORM SPAN {
	float: left;
	margin: 5px 0 10px 5px;
	padding: 0 1px 0 1px;
}

LABEL {
	display: block;
	width: 150px;
	text-align: right;
	padding: 0 5px 0 0;
}

FIELDSET {
	border: 1px solid #FC0;
	padding: 3px;
	margin: 0 0 5px 0;
}

LEGEND {
	color: #FC0;
	border: 1px solid #FC0;
	padding: 0 2px 2px 2px;
}

#btnRight {
	width: 355px;
	text-align: right;
}

INPUT[type=submit] {
	margin-left: 5px;
	background: #F00;
	border: 2px outset #900;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	width: auto;
	float: none;
	color: #FFF;
}

INPUT[type=submit]:focus {
	background: #33F;
	border: 2px inset #006;
}

/* layout */

.clearBoth, .nav {
	clear: both;
}

.right, .cards {
	float: right;
}

.left {
	float: left; 
	margin: 0 5px 0 0;
}

.cards {
	margin-top: 4px;
}
/* General Styles */

.style10 {
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
}
.style11 {
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
}
.style12 {
	font-size: medium;
}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999900;
	font-weight: bold;
}
.style14 {
	color: #FFFF66;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
}
.style15 {
	color: #990;
	font-style: italic;
	font-weight: bold;
}

table.decStyle {
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	line-height:12px; 
}
td.decStyle {
	font-family: Arial, sans-serif; 
	font-size: 10px;
	line-height:12px;
	color: #f00;
}
A.decStyle {
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}
A.decStyle:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00f;
}

