/* main settings */

body,  td, table,input, select,textarea {
	font-family:Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	}

body {
	margin:0px; 
	padding:0px;
  height:100%;
	background-color: #40a0df;
	color:white;
  text-align:center;	
	background: #123b93 url('images/background.jpg') top center repeat-x;

}
input, select,textarea
 {
 color:black;
 font-size: 1em;
}
td {
font-size: 1em;
  text-align:left;
}

h1, h2, h3, h4 {
	margin:0px 0px 0.3em 0px;
	padding:0px;
	
	}
.h1, .h2 {
	margin:0px 0px 0.3em 0px;
	padding:0px;
	font-weight:bold; 
	}

p {margin:0px 0px 0.1px 0px;
   padding:0px;
	 text-align:justify}
	
img {border:none;margin:20px}	
h1 { font-size:120% }
h2 { font-size:1em;font-weight:bold; }
h3 { font-size:1em;font-weight:normal;}
h4 { font-size:1em }

.h1 { font-size:120% }
.h2 { font-size:120% }
.white {color:white}
.bigger {font-size:130%}	
.cleaner
{
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 0px;
line-height: 0px;
font-size: 0px; 
}
/* content */

#main {
	margin:0px auto;
  width:838px;
	height:749px;
  padding:0px;
  text-align:center;
/*	background: #40a0df url('images/back-edge.jpg') top right; */
}
#main2 {
	margin:0px auto;
  width:765px;
	height:749px;
  padding:0px;
  text-align:center;
/*	background: #40a0df url('images/html.jpg') top no-repeat;*/
}

#main_in {
  padding:170px 10px 0px 10px;
}


#content {
  width:743px;
	margin:0px;
  padding:0px;
	margin:20px 0px 0px 0px;
  text-align:left;
}

.box {
  width:743px;
	height:310px;
  padding:0px;
	margin:0px;
}
.box_small {
  width:122px;
	height:17px;
}
.box_background1 {
 	background: #41a6e5 url('images/wide-panel-1.gif') top no-repeat;
}
.box_background2 {
 	background: #41a6e5 url('images/wide-panel-2.gif') top no-repeat;
}
.box_background3 {
 	background: #41a6e5 url('images/wide-panel-3.gif') top no-repeat;
}
.box_background4 {
 	background: #41a6e5 url('images/wide-panel-4.gif') top no-repeat;
}
.box_background5 {
 	background: #41a6e5 url('images/wide-panel-5.gif') top no-repeat;
}
.box_small_background1 {
 	background: #41a6e5 url('images/small-button-1.gif') top no-repeat;
}
.box_small_background2 {
 	background: #41a6e5 url('images/small-button-2.gif') top no-repeat;
}
.box_small_background3 {
 	background: #41a6e5 url('images/small-button-3.gif') top no-repeat;
}
.box_small_background4 {
 	background: #41a6e5 url('images/small-button-4.gif') top no-repeat;
}
.box_small_background5 {
 	background: #41a6e5 url('images/small-button-5.gif') top no-repeat;
}

.text {
  width:740px;
  height:250px;
  overflow: auto;
	margin:0px;
	padding:0px;

}

.text_in {
  padding:20px;
}


/* menu */			
			
#menu {
  width:740px;
  padding:0px;
	text-align:left;
	margin:0px;
	height:24px;
	font-family:Times, serif;

}			

ul#menu_left {
  list-style: none;
	margin:0px;
	padding:0px;
	display:block;
	padding:0px;

}
li.menu_left_item {
  padding:4px 0px;
	margin:0px 18px;
	list-style: none;
  text-align:left;
	float:left;
}		

a.menu_left_a:link, a.menu_left_a:visited {
  color:white;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-size:24px;

}
a.menu_left_a:hover {
	color:#e04c42;
  text-decoration: none;
}

.menu_middle {
	margin:0px;
  padding:0px 0px 0px 20px;
	color:black;
  height:14px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
}


a.menu_middle_a:link, a.menu_middle_a:visited {
  color:black;
	text-decoration: none;
	margin:0px;
	padding:0px 0px 0px 18px;
	font-size:11px;
	font-family:Tahoma, sans-serif;
}
a.menu_middle_a:hover {
	color:#e04c42;
  text-decoration: none;	
}

.menu_sub {
  margin:11px 0px 0px 0px;
	padding:0px;
	color:black;
	font-family:Arial, sans-serif;
}


a.menu_sub_a:link, a.menu_sub_a:visited {
  color:black;
	text-decoration: none;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:12px;
}
a.menu_sub_a:hover {
	color:#e04c42;
  text-decoration: none;
}

/* links */


a:link,a:visited {
	color:#ffffff;
}
a:hover {
 color:#333;
}

