* { margin: 0; padding: 0; }

body {
	background-image: url(gfx/background.jpg);
    background-repeat: repeat-x;
	background-color: #fff;
	font: 12px Arial, Verdana,  Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	text-align: center;
}

img {
	border: 0;	
}

div.rhs_button {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}


#content h1, h2, h3, h4 {
   color: #3C5C8F;	
}

#content h3 {
   font-size: 16px;
}

#content p {
   margin-bottom: 5px;	
}

#content table {
   width: 90%;
   margin-bottom: 10px;	
   margin-top: 10px;
   margin-left: 40px;
}

#content td {
   padding: 2px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 10px;
  	
}

.td_1 {
	background-color: #f1f1f1;
	padding: 2px;
	border-left: #9b9b9b solid 1px;
	border-bottom: #9b9b9b solid 1px;
	font-size: 10px;
}

.td_2 {
	padding: 2px;
	border-bottom: #9b9b9b solid 1px;
	border-left: #9b9b9b solid 1px;
	font-size: 10px;
}

#content th {
   color: #3C5C8F;
   text-align: left;
   font-size: 12px;
   padding: 2px;
   border-bottom: #bababa solid 1px;	
}

#content textarea {
   font-size: 12px;	
}

/* class ------------------------------------------------------- */



.header {
   background-image: url(gfx/background_header.jpg);
   background-repeat: no-repeat;
   background-position: left bottom;
   padding-left: 15px;
   height: 25px;
   margin-bottom: 5px;
   margin-top: 20px;
}

.year_choose {
   float: left;	
   padding-left: 10px; 	
}

.year_choose_item {
   float: left;	
   padding-left: 10px; 	
}

 
/* divs ------------------------------------------------------- */

#container {
    background-image: url(gfx/background.gif);
    background-repeat: no-repeat;
	width: 822px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
}

#left_shadow {
   background-image: url(gfx/shadow_left.png);
   background-repeat: no-repeat;	
   float: left;
   width: 11px;
   height: 556px;
}

#right_shadow {
   background-image: url(gfx/shadow_right.png);
   background-repeat: no-repeat;
   float: right;
   width: 11px;
   height: 556px;
}

#menu {
	background-image: url(gfx/menu_shadow.gif);
    background-repeat: repeat-x; 
	background-color: #fff;
	position: absolute;
	width: 738px;
	height: 43px;
	top: 271px;
	left: 44px;
}

#menu_corner_left {
   float: left;	
}

#menu_corner_right {
   float: right;	
}

#menu ul {
   margin-top: 8px;
   margin-left: 35px;	
}

#menu li {
   display: inline;
   list-style: none;
   margin-right: 10px;	
}

#menu a {
   color: #fff;
   padding-top: 7px;
   padding-bottom: 9px;
   padding-left: 6px;
   padding-right: 6px;
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
}

#menu a:hover {
   background-image: url(gfx/background_menu_link.gif);
   background-repeat: repeat-x;
   border-top: #6A6A6A solid 1px;	
}

#top {
   height: 113px;
   margin-left: 51px;
   margin-right: 31px;
   
}

#logo {
  width: 200px;
  margin-top: 6px;
  float: left;
}

#logo p {
   color: #425E90;
   font: 12px Verdana,  Helvetica, sans-serif;
   text-align: center;
}

#logo a {
   text-decoration: none;
}

#logo img {
   margin-left: 34px;
}

#top_menu {
   float: right;
   margin-top: 30px;
}

#top_menu li {
   float: left;
   margin-left: 27px;
   margin-right: 27px;
}

#top_menu a {
   text-decoration: none;
   color: #3C5C8F;
   font-weight: bold;
}

#top_menu_home img,
#top_menu_about_us img,
#top_menu_login img {
   margin-right: 5px;	
}


#top_menu_home {
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   float: left;
}

#top_menu_about_us {
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   float: left;
   border-left: #3C5C8F dotted 1px;
}

#top_menu_login {
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   float: left;
   border-left: #3C5C8F dotted 1px;
}

#banner {
   float: left;
   background-image: url(gfx/banner.jpg);
   background-repeat: no-repeat;	
   height: 172px;
   width: 800px;
}

#content {
   float: left;
   width: 760px;
   margin-top: 5px;
   padding: 20px;
}

#content ul {
   margin-left: 20px;	
}

#content li {
   margin-bottom: 10px;	
}

#left_column {
   float: left;
   width: 49%;
}

#right_column {
   float: right;
   width: 49%; 
}

#center_column_left {
	float: left;
	width: 20%;
}

#center_column {
	float: left;
	width: 100%;
}

.comlink {
	text-decoration: none;
	color: #000;
	font-size: 10px;
}

#footer {
  background-image: url(gfx/footer_shadow.jpg);
  background-repeat: no-repeat;
  background-position: top center;	
  clear: both;	
  width: 700px;
  margin-left: 55px;;
  padding-top: 20px;
  height: 50px;
}

#footer p {
  text-align: center;
  color: #929292;
  margin-left: 60px;
}

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

#footer a:hover {
   text-decoration: underline;
}  

#document_links {
   float: right;
   margin-top: 25px;
}

#footer_logo {
   float: right;
}

#footer_menu {
   margin-left: 20px;
}

#welcome_message {
   position: absolute;
   right: 43px;
   top: 90px;
}

div.fullwidth {
	width: 100%;
	clear:both;
}

