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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #204d91;
	background-image:url(/images/background.jpg);
	background-position:  0 80px;
	background-repeat:repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
	
	
}

p {padding:0; margin:0;}

#wrapper {
	width: 1000px;
	min-height: 800px;	
	background-image: url(/images/wrapperBackground.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top: 80px;
	
	
}

#logo {
	padding-bottom: 80px;
	
	
	
}

#mainText {
	margin-left:auto;
	margin-right:auto;
	width: 945px;
}

#mainText table {
	background-image: url(/images/mainTextBackgkround.png);
	background-repeat: no-repeat;
	height: 306px;
	
	
}
#buttons {
	margin-left:auto;
	margin-right:auto;
	width: 945px;
	margin-top: 30px;
	
	
	
	
	
	
}

.mainFont {
	
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	
	
	
}

#enter
{
  display: block;
  width: 187px;
  height: 43px;
 
  background: url(/images/button.png) no-repeat 0 0;

}

#enter:hover
{ 
  background-position: 0 -42px;
}

#enter span
{
  display: none;
}


/*News page*/
#main {
	width: 900px;
	border: #CCC dotted 1px;
	margin-left:auto;
	margin-right:auto;
}

p {padding: 0; margin:0}
h1 {color:#036;}

.date {font-size: 12px; color:#060; font-weight: bold;}
#title a {font-size: 14px; color:#036; font-weight: bold; text-decoration:none; }
#title a:hover { color:#090;  text-decoration: underline; }
.mainText {font-size: 12px; color:#666; line-height: 20px;}
#newsTable td { padding-top: 10px; border-bottom: #999 dotted 1px; font-family:Verdana, Geneva, sans-serif;}