 
* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	background: #555;
	color: #444;
}

p {
	margin-bottom: 0.3em;
}

h1, h2, h3, h4 {
	margin-top: 1.4em;
	margin-bottom: 0.7em;
/*	text-shadow: #aaa 1px 1px 1px; */
}

#documentWrapper {
	margin:10px auto;
	width:900px;
}

.documentBody {
	clear: both;
	padding:20px;
	background: #fff;
	min-height: 500px;
}

#documentTop {
	height:29px;
	width:100%;
	padding-left: 20px;
}

/* NEW DOCUMENT */
.newDocumentBody {
 	clear: both;
	padding:20px;
 	min-height: 500px;
 }


#newDocumentTop {
	height:29px;
	width:100%;
	padding-left: 20px;
}

#documentMiddle {
clear:both;
}


ul, ol {
	margin-left: 15px;
	margin-bottom: 0.3em;
}


td {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	padding: 3px;
}

a {
	color: #2346C6;
	text-decoration: none;
	border: 0;
}

a img {
	border: none; 
}

a:hover {
	text-decoration: underline;
}


     

/* NEW MAIN BOX */
.roundDocument {
	border: 0px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 5px 7px #000;
	-moz-box-shadow: 0px 5px 7px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.mainfooter {
	height: 2.4em;
	line-height: 2.4;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: center;
	background: #ddd; 
	border: 0px solid #ddd;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}





/* NAVIGATION */


.mainMenu {
	display:table;         /* ignored by IE */
	padding:0; 
	list-style-type:none;
	overflow: none;
	white-space:nowrap;    /* keep text on one line */
	margin: 0 0 0 0px;
}

.mainMenu li {
 display : block;
  float : left;

/*  	display:table-cell;    */
 }

.mainMenu a, .mainMenu a:visited {
	 display:block;         /* for all browsers except IE */
	 text-decoration:none;
	 color: #fff;

	height: 2.4em;
	line-height: 2.4;
	font-size: 1.3em;
	width: 150px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	background:#2346C6;
	background-image: url(images/tab_bg.png);
	background-repeat: repeat-x;
	border: 0px solid #fff;
	border-right: 1px solid #fff;
	overflow: none;
	white-space: nowrap;
}

.mainMenu li.first a {
	width: 145px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

.mainMenu li.last a {
	margin-right: 0px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-right: 0px solid #fff;
}

.mainMenu a:hover {
  color:#fff; 
  background:#48e;
}

.mainMenu li.selected a { 
	color: #2346C6;
	background: #fff; 
	
}


  