* {
margin: 0;
padding: 0;
}

html {
	height: 100%;
	font-size: 0.6em;
}

body {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background: #FFFFFF url('../img/bg.gif') repeat-x 0 0;
	padding: 20px 0;
}


h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #595959;
	text-align: left;
	margin: 6px 0 0 30px;
}

h3 {
	color: #00598D;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 1px;
	margin: 30px 0 10px 0;
}

h1 a:link, h1 a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #595959;
}

a:link, a:visited {
	color: #005886;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/************** rounded boxes ******************/

.tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* header */
#page_cell {
	width: 780px;
	margin: 0 auto;
	border: 1px solid gray;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	height: 112px;
	position: relative;
	background: #FFFFFF url('../img/hd-bg.gif') repeat-x 0 0;
	padding: 25px 0 0 0;
	clear: both;
	overflow: hidden;
	border-bottom:1px solid lightblue;
}

#header h1 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #595959;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 350px 0 70px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1.2;
}

#header h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #595959;
	text-align: left;
	margin: 5px 0 0 30px;
}

#header img.logo {
	float: left;
	margin: 10px 0 0 10px;
}

#header_graphics {
	float: right;
	width: 300px;
	position:relative;
	top:5px;
}

#header a:link, a:visited{
	text-decoration: none;
	border: none;
	color: #595959;
}

#header a:hover, a:active{
	text-decoration: none;
	border: none;
	color: #595959;
}

#header a img{
	border: none;
	color: white;
}

#lower_container {
	margin: 0;
	padding: 0;
	background-color: white;
	clear: both;
}

.clear {
	clear: both;
}

/* left_menu */

#left_menu {
	float: left;
	width: 180px;
	border-right: 1px solid black;
	position: relative;
}

#left_menu h3, #left_menu h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #007CBC url('../img/h3-bg.gif') repeat-x 0 0;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	line-height: 24px;
	font-size: 1.1em;
}

#left_menu h3 a {
	color: white;
	text-decoration: none;
}

.current_page {
	font-weight: bold;
}

#left_menu .menu_head {
	cursor: pointer;
}
#left_menu .menu_body {
/** display: none; is generated in left_menu.php depending on current page**/ 
	padding-top: 0;
	margin-top: 0;
}

#left_menu ul.menu_ul {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

#left_menu p {
	margin: 0 0 5px 12px;
	line-height: 130%;
}

#left_menu p.first {
	margin-top: 10px;
}

#left_menu p span {
	color: #4B4B4B;
}

#left_menu ul {
	list-style: none;
}

#left_menu ul li, #left_menu .menu_pane ul li {
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

#left_menu ul li.last {
	border-bottom: none;
}

#left_menu a:link, #left_menu a:visited  {
	color: #006092;
	display: block;
	padding: 0.4em 0;
	text-decoration: none;
}

#left_menu a:hover, #left_menu a.active {
	background-color: #DBF3FF;
	font-weight: bold;
}


#left_menu ul li.menu_head a:link, #left_menu ul li.menu_head a:visited {
	background-image: url(img/right.png);
	font-weight: bold;
}


#left_contact {
	padding-top: 10px;
}

/* right_content */

#right_content {
	float: right;
	width: 545px;
	padding: 0 25px 25px 25px;
}

#right_content p {
	font-size: 1.1em;
	margin: 15px 0;
	line-height: 1.5;
}

#right_content h3.welcome {
	margin: 0 25px 10px 25px;
	padding: 0px;
}

#right_content ol, #right_content ul{
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 20px 20px;
}

#right_content a:link, #right_content a:visited {
	color: #005886;
	text-decoration: underline;
	font-weight: bold;
}

#right_content a:hover, #right_content a:active {
	text-decoration: none;
}


/* rotater */

#screenGrandParent {
	margin-bottom: 10px;
}
#screenGrandParent a img {
	border: 1px solid #595959;
	color: black;
}
#screenParent {
	position: relative;
	height: 345px;
	margin:0 0 15px 0;
}
#stamp_screen_top_segment {
	position: absolute;
	top: 3px;
	left: 132px;
	z-index: 1;
}
#stamp_screen_right_segment {
	position: absolute;
	top: 42px;
	left: 413px;
	z-index: 1;
}
#stamp_screen_left_segment {
	position: absolute;
	top: 3px;
	left: 95px;
	z-index: 1;
}
#stamp_screen_bottom_segment {
	position: absolute;
	top: 303px;
	left: 132px;
	z-index: 1;
}
#rotaterParent {
	z-index: 0;
	position: relative;
	top: 5px;
	background-color:#000000;
	width: 347px;
	height:345px;
	border:10px outset #00598D;
}
#rotaterParent a img {
	vertical-align: middle;
}
#rotaterParent a {
	color: black;
	border: none;
}

/* footer */

#footer {
	text-align: center;
	padding: 20px;
} 

/*  Messages */ 

.error {
	color: red;
	border: 1px solid inset;
	padding: 15px;
	margin: 30px 0;
}
.message {
	border: 1px solid inset;
	padding: 15px;
	margin: 30px 0;
}