
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h3,h4,h5
{
	color: #3246AB;
}


h6
{
	color:  #af0a0a;
	font-weight:bold;
	font-size:16px;
	
}

hr { 

color: #CCCC00;
 }


body
{
	font-family: "Klavika", sans-serif;
	color: #000000;
	font-size: 10pt;
}

a
{
	color: #af0a0a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #af0a0a;
}




/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 1024px;
	
	}
	

/* Header */
#header{
	}
	
div.header {
	padding: 0em 1.5em 0em 1.5em;
	height: 7em;
	width: 1024px;
	float: left;
	
}
div.header img.logo{ border:none; margin:0; padding:0; float:left; }
div.header div.logo{ border:none; padding:10px 0 10px 10px; float:left; width:300px; }
div.header div.bannerAd{ width:468px; padding:10px 10px 4px 10px; float:left; font-size:10px; }
	



#header h1
{
	position: absolute;
	bottom: 44px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	left: 15px;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	
	padding: 0;
	position: relative;
	float:left;
	border-bottom: solid 2px #CCCC00;
	background:#FFDFFF;
	
}

#menu ul
{	 
    display: block;
	width: 1024px;
	margin: 0em auto;
	list-style: none;
	padding-left: 0em;
		
}

#menu li
{
    list-style-type: none;
	border-left: dotted 1px #CCCC00;
	float: left;
	text-decoration: none;
	margin-right: 0.8px;
	padding: 0px 8px;
	color: black;
	line-height: 25px;
	display:inline;
}

#menu li.first
{
	border-left: dotted 1px #CCCC00;
	
}

#menu li a
{
	text-decoration: none;
	color: #af0a0a;
	font-weight: bold;
	padding: 0px;
	margin-right: -0.5em;
	font-size: 0.9em;
	display:block;	
}

#menu li a:hover
{
	padding: 0px; /*kounima*/
	background: #af0a0a url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}

#menu  li a:active
{

padding: 0px;
font-weight: bold;
color: #af0a0a;

}


/* Content */

#content
{
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted px #CCCC00;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #CCCC00;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: 1px none #CCCC00;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
	border-left: solid 1px #CCCC00;
	float: left;
	position:relative;
	margin-left: 0em;
	width: 600px;
}

#secondaryContent
{
	float: right;
	width: 24em;
	padding: 1.5em 2em 1.5em 2em;
	font-size: 0.9em;
	border-left: solid 1px #CCCC00;
}

#secondaryContent h3
{
	background: #3246AB top left repeat-x;
	color: #fff;
	padding: 0.2em 1.5em 0.2em 0.5em;
	position: relative;
	left: -0.8em;
	margin-right: -0.6em;
	font-size: 1.0em;
	
}


img.padding {
padding: 7px 7px 7px 7px ;
}

/* Secondary Content */

/*SearchBox*/

#searchBoxHolder{width:300px; height:33px; margin:0px; padding:4px 0 0 0; float:right;}

/* Footer */

#footer


{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 950px;
	margin: 0em auto;
	border-top: solid 2px #CCCC00;
	font-size: 0.9em;
}


.clear
{
	clear: both;
}

