body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-y;
	font-family:tahoma, trebuchet ms, arial, verdana;
}

form, table {
	margin:0;
	padding:0;

}

table {
	font-size:12px;

}

form select {
	border:1px solid black;
	font-size:12px;

}

form input, form textarea {
	border:1px solid black;
	font-size:12px;

}

form input {
	width:150px;

}
form table span {
	color:red;

}

form .checkbox {
	width:auto;
	border:none;
	
}

#top {
	background-image:url(images/top_bg.gif);
	height:120px;
}

#menu {
	left:0px;
	top:120px;
	position:absolute;
	width:106px;
	z-index:2;
}

#content_withimages {
	margin-left:108px;
	
}
#content_textonly {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
}

#content_textonly_with_bg {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
	background-image:url(images/panel_bg_1.jpg);
	background-repeat:no-repeat;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#content_textonly_with_bg1 {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
	background-image:url(images/panel_bg_2.jpg);
	background-repeat:no-repeat;
}
#content_textonly_with_bg2 {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
	height:895px;
	background-image:url(images/panel_bg_3.jpg);
	background-repeat:no-repeat;
}
#content_textonly_with_bg3 {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
	height:720px;
	background-image:url(images/panel_bg_4.jpg);
	background-repeat:no-repeat;
}
#content_textonly_with_bg5 {
	margin-left:108px;
	padding:10px 0px 0px 10px;
	width:632px;
	background-image:url(images/panel_bg_5.jpg);
	background-repeat:no-repeat;
}

#box {
	width:250px;
	border: 1px solid #003c8f;
	padding:5px 5px 5px 5px;

}
/* other stuff */
.textbox {
	border:1px solid #00529F;
	font-family:tahoma, trebuchet ms, arial, verdana;
	font-size: 11px;
	color:#00529F;

}

#hidden {
	visibility:hidden;
}

#hidden_menu {
	display:none;
	
}
/* Textual CSS */
p, .p {
	font-size: 11px;
	color:#333333;
	line-height:18px;
}

h1, .h1 {
	font-family:tahoma, trebuchet ms, arial, verdana;
	font-size: 13px;
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
}

h2, .h2 {
	font-family:tahoma, trebuchet ms, arial, verdana;
	font-size: 15px;
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
}

a {
	color:#EE3423;
	text-decoration:none;
}
a:hover {
	color:#EE3423;
	border-bottom:1px dotted #EE3423;
}

ol {
	font-family:tahoma, trebuchet ms, arial, verdana;
	font-size: 11px;
	color:#333333;
	line-height:18px;
}

.right_image {
	float:right;
	clear:right;
	margin:0 0 0 10px;
}

table {
	font-size:11px;

}

table td {
	vertical-align:top;
	
}