/* CSS Document */
HTML {
	background-color:#000066;
}

Body {
	background-image:url(image/koc_main02_repeat.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	/*height:100%;*/
}

/* FOR CMS */
.Xpresscontent
{
font-family: Arial, sans-serif;
color:#FFFFFF;
}

.Xpresscontent img
{
  border:0px;
}
/* END CMS */

#LoggedInContainer{
visibility:hidden;
}
div {
	background-color:#000066;
}
ul, ol, dl {
	position: relative;
}

a, a:visited 
{
 	font-family:Arial;
 	font-size:12px;
 	color: #9999CC;
    	text-decoration: none;
}
a:hover 
{
    	font-family:Arial;
 	font-size:12px;
 	color: #FFFFFF;
}

#fullpage {
	width: 750px;
}
#head {
}

#menu {
	top:35px;
	left: 3px;
	width: 150px;
	position:relative;
	float:left;
	z-index:5;
}
.FaqList {
	font-style:italic;
	list-style-type:none;
}
.FaqList li {
	
}
.FaqQuestion {
	font-weight:bold;
	padding-left:50px;
}
.FaqAnswer {
	padding-left:100px;
	padding-right:50px;
	padding-bottom: 25px;
}
.FaqAnswer p{
	padding-top:0px;
	margin-top:0px;
	}
.FaqDivider {
	color:#5A5A49;
}


#content {
	width: 590px;
	color: #FFFFFF;
	height:auto;
	padding: 0px;
	float:right;
	margin-left:5px;
	margin-top: 35px;
	background-color:Transparent;
}


#content h3{
	font-style:italic;
	}
#content H4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fefa7a;
}
#content p
{
	font-family:Arial;
	font-size:12px;
}
#foot 
{
	color:White;
	clear:both;
	Padding: 10px;
	font-size:10px;
	background-color:Transparent;
}

#foot ul {
	list-style-type:none;
	text-align:center;
	margin: 0px;
	padding:0px;
}

#foot ul li {
	display:inline;
	padding-right: 10px;
}

/*Editor Classes*/
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
/*****************************************************************
* Splash page classes
*/
.splash {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
