/*main frame*/
body {
	color: #333;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
body a { color: #000; text-decoration: underline; }
body a:hover { color: #eb6a27; text-decoration: underline; }
 img { border-width: 0; }

/*.wrapper { background-color: #fff; text-align: left; width: 920px; height: 100%; margin-right: auto; margin-left: auto; order-bottom-style: solid; order-right-style: solid; }*/
.wrapper { background-color: #fff; background-image: url(../images/global/wrapper-bg.jpg); background-repeat: repeat-y; text-align: center; width: 930px; height: 100%; margin-right: auto; margin-left: auto; order-bottom-style: solid; order-right-style: solid; }
.body_wrapper { width: 920px; height: 100%; }
.footer-bg { background-image: url(../images/global/footer-bg.jpg); background-repeat: no-repeat; background-position: 0 top; width: 930px; height: 30px; }
.header { text-align: center; width: 930px; height: 160px; margin-right: auto; margin-left: auto; padding-bottom: 10px; padding-left: 3px; }
#nav_v {
	width: 150px;
	height: 500px;
	float: left;
	margin-left: 10px;
}
/*.content_wrapper { width: 760px; height: auto; float: right; }*/
.content_wrapper {
	width: 750px;
	height: auto;
	float: right;
	text-align: left;
}
.nav_h_wrapper { width: 100%; padding-bottom: 20px; }
#nav_top {
	height: 25px;
}
.footer {
	text-align: center;
	width: 920px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*general*/
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{ text-align: center; margin-right: auto; margin-left: auto; }
h1 { font-size: 17px; font-weight: bold; margin: 2px 0 5px; }
h2 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
h3 { font-size: 13px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }
.colm_left { float: left; }
.colm_right { float: right; }
.width_50percent { width: 50%; }
.dummie { content: ".";  display: block; height:  0;  clear: both; visibility:  hidden;}
.dotline {
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dashed gray;
}
.dotlineside { margin-top: 8px; margin-bottom: 8px; width: 99%; height: 1px; border-top: 1px dashed gray; }
.padding-10px {
	padding: 10px;
}
.font-red {color: #FF0000}
.font-italic { font-style: italic; }
.font-small { font-size: 11px; }
/*tables*/
.tables_basic_border {
	border: 1px solid #7d7d7d;
}
.tables_basic_border td{ padding: 3px 4px; }

