/**/@charset "utf-8";
/* CSS Document */

/*neu*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
/*removes quitation marks from p*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* removes border from image*/
fieldset, img
{
border : 0;
}
/*normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{
font-size : 100%;
}
a img {border: none; } 

/*neu ends*/
/**/

.clear {
	clear: both;
}
html {
	text-align:center;
	padding-top: 0px;
	background-color: #030302;
	background-image: url(../img/backBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body {
	position:relative;
	width:1000px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	background-color: #030302;
	color: #0066CC;
	background-image: url(../img/top_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1000px;
	padding-top: 62px;
}



/**/
#content {
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #CCCCCC;
}
#branding {
	padding: 0px;
	height: 373px;
	width: 907px;
	margin-left: 47px;
}
#mainMenu {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	float: left;
	height: 373px;
	width: 540px;
}

/**/
 .kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	background-image:url(../img/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

 }  
 .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 90px;
	height: 48px;
	margin-right: 0px;
	background-image:url(../img/topMenu-rollOvers.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:48px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-90px 0px;
}
#kwick3 {
	background-position:-180px 0px;
}
#kwick4 {
	background-position:-270px 0px;
}
#kwick5 {
	background-position:-360px 0px;
}#kwick6 {
	background-position:-450px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -90px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -180px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -270px bottom;
}#kwick5.active, #kwick5:hover {
	background-position: -360px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -450px bottom;
}


/**/

#secMenu {
	float: left;
	height: 233px;
	width: 367px;
	margin-top: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/backSideSub.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#secMenu #secMenuCategories {
	float: left;
	width: 176px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.kwicks2 {
	list-style: none;
	position: relative;
	background-image:url(../img/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 176px;
	float: right;

 }  
 .kwicks2 li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: right;
	width: 176px;
	height: 47px;
	margin-right: 0px;
	background-image:url(../img/sideMenu.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
.kwicks2 a{
	height:47px;
	text-indent:-9999px;
	outline:none;
	display: block;
}
#kwick7 {
	background-position:0px 0px;
}
#kwick8 {
	background-position:0px -47px;
}
#kwick9 {
	background-position:0px -94px;
}
#kwick10 {
	background-position:0px -141px;
}

#kwick7.active, #kwick7:hover, #kwick7:focus  {
	background-position: -176px 0;
}
#kwick8.active, #kwick8:hover, #kwick7:focus{
	background-position: -176px -47px;
	
}

#kwick9.active, #kwick9:hover, #kwick7:focus {
	background-position: -176px -94px;
}
#kwick10.active, #kwick10:hover, #kwick7:focus {
	background-position: -176px -141px;
}



#footer {
	color: #FFFFFF;
	width: 1000px;
	float: left;
	background-color: #030302;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/bottomBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	padding-top: 50px;
}
#footer ul {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.7em;
	list-style-type: none;
	list-style-position: inside;
	text-transform: none;
	padding-top: 15px;
}
#footer li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#footer a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
	letter-spacing: 0em;
}

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

.rights {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.4em;
	border-bottom-width: 0px;
}
.fujiko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
}
#specificContent {
	width: 907px;
	background-color: #000000;
	margin-right: 46px;
	margin-left: 47px;
}
#text {
	background-color: #666666;
	width: 514px;
	border: 3px solid #977C47;
	background-image: url(../img/star.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#text h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #AD8D52;
	margin-top: 12px;
	margin-left: 50px;
	letter-spacing: 0.4em;
	margin-bottom: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-right: 50px;
	line-height: 1.8em;
}
#text  h2    {
	color: #FFFFFF;
	padding-left: 35px;
	padding-bottom: 10px;
}

#text h3 {
	font-size: 85%;
	color: #FF0FDB;
	padding-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-right: 30px;
}

#text p {
	font-size: 0.9em;
	color: #000000;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.first-letter  {
	display:block;
	float:left;
	border:1px solid #9B135F;
	padding:5px;
	margin:4px 5px;
	font-size:250%;
}
#text ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-right: 20px;
	padding-left: 50px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: 1.5em;
}
div#text a, a:visited{
	color: #B00A60;
	text-decoration: none;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
div#text a:hover, a:active{
	color: #FF66CC;
	text-decoration: none;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}



.imgWrap {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
caption {
	color: #FFFFFF;
	text-align: left;
	width: auto;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3399;
	padding-bottom: 10px;
	font-weight: bold;
}
table {
	font-size: 85%;
	color: #FFFFFF;
	width: 460px;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
table td {
	text-align: left;
}



table.tableStyle {
	font-size: 80%;
	color: #000000;
	width: 460px;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.tableStyle td {
	color: #000000;
	text-align: left;
	padding-left: 3px;
	height: 2.5em;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
table.tableForm {
	width: 460px;
}
table.tableForm2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 420px;
}
table.tableForm2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 35px;
	padding-top: 5px;
}





.bold {
	font-weight: bold;
}
.italicRegular {
	font-style: italic;
	font-weight: normal;
}


#rightSideColumn {
	float: left;
	width: 387px;
}
#rightSidenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	color: #AC8C51;
	clear: both;
	float: left;
	width: 321px;
	border: 3px solid #9B135F;
	background-color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
#rightSidePicture {
	float: left;
	display: inline;
	padding-left: 20px;
}
.contest    {
	padding-top: 100px;

}


#rightSidenews h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	text-transform: lowercase;
	color: #9C814C;
	text-align: left;
	word-spacing: 0.06em;
	padding-bottom: 10px;
	padding-top: 10px;
}
#rightSidenews p.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#rightSidenews .newsText a, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#rightSidenews .newsText a:hover {
	color: #B00B61;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
