/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

input.txt {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 90%;
}

select.txt {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 100%;
}

a.vote,a.vote:hover {
	text-decoration: none;
	background-color: White;
	font: bold serif;
}

input.txt2 {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 70%;
}

input.txt3 {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 10%;
}

select.txt4 {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 45%;
}

select.txt5 {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 100%;
}

textarea {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
	width: 90%;
	overflow: auto;
}

input.submit {
	background-color: #F5DFCD;
	border: thin groove #E66619;
	color: #00008B;
	font: italic;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #A33000 url(images/img3.jpg) no-repeat center;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif);
	border: 10px solid #A33000;
	border-top: none;
}

#colOne {
	float: left;
	width: 660px;
	padding: 10px 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 460px;
	padding: 20px 10px;
}


/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}

table.kktable {
	border: thin solid #4A3F8B;
	border-collapse: collapse;
}

tr.kktable {
	border: thin solid #4A3F8B;
	margin: 5 5 5 5;
}

td.kktable {
	border: thin solid #4A3F8B;
}

th.kktable1 {
	border: thin solid #4A3F8B;
	background: #CCFBCF;
	color: Green;
}

img.imag {
	border: none;
	background: transparent;
}

img.imags {
	border: none;
	background: transparent;
}

img.ban {
	border: none;
	background: transparent;
}

img.bar {
	border: none;
	background: transparent;
	opacity:0.4;filter:alpha(opacity=40);
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_three */

.menu3 {
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 37px;
	background: #fff url(images/three_0.gif);
	position: relative;
	border: 1px solid #000;
	border-width: 0 1px;
	border-bottom: 1px solid #444;
}

.menu3 li {
	float:left;
}

.menu3 li a {
	display: block;
	float: left;
	height: 36px;
	line-height: 35px;
	color: #aaa;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
}

.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {color:#fff; background:url(images/three_2.gif);}
.menu3 li.current a b {background:url(images/three_2.gif) no-repeat right top;}
.menu3 li a:hover {
	color:#fff; background:#000 url(images/three_1.gif);
	
}
	
.menu3 li a:hover b {
background:url(images/three_1.gif) no-repeat right top;
	
	}
.menu3 li.current a:hover {
color:#fff; background:#000 url(images/three_2.gif); cursor:default;

}
.menu3 li.current a:hover b {
background:url(images/three_2.gif) no-repeat right top;

}

p.blocktext{
	text-align: justify;
}