/*------------------------ images -----------------------*/ 
.left_module{
	float:left;margin-right:15px;padding-right:7px;width:25%;
}
.right_module{
float:right;margin-left:15px;padding-left:7px;width:25%;
}
img .align_left{
	position: relative;
	float:left;
	background:#FFF;
	padding: 5px;
	border-width:1px;
	border-bottom-color:#E2E2E2;
	margin: 3px 7px 3px 0px;
}
img .align_right{
	position: relative;
	float:right;
	background:#FFF;
	padding: 5px;
	border-width:1px;
	border-bottom-color:#E2E2E2;
	margin: 3px 0px 3px 7px;
}
/*------------------------ BASE STYLES -----------------------*/ 
#db_footer{
	font-size:10px;
	width:758px;
	height:12px;
	text-align:right;
	padding:3px;
	color:black;
}
#db_footer a{
	text-decoration:none;
	color:black;
}
#db_footer a:hover{
	text-decoration:none;
	color:grey;
}
body {
	font-size: 11px;
	font-family:"Trebuchet MS", "Century Gothic", Arial;
	color: #051B28;
	line-height: 20px;
	margin-top:10px;
}
#body-bg{
	background:white url(../images/bg.png) repeat-x;
}
#main_table{
	border: #062D48 2px solid;
	width:755px;
	background:white;
}
a {
	color: #7D9025;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font-size: 0.5em;
}

p {
	margin-bottom: 14px;
	text-align: justify;
}

#page-title {
	clear:right;
	width: 755px;
	font-weight: normal;
	font-size:20px;
	float:left;
	background: url(../images/page_title_bg.png) repeat-x;
	text-align:left;
	height:80px;
	color:white;
	margin-bottom:15px;

	padding:0px;
}
#page-title #title{
	padding: 60px 0px 0px 20px;
	float:left;
}
#page-title img{
 	float:right;
	padding:0px;
}
#pathway{
	text-decoration: none;
}
#content{
	padding:0px;
	width:755px;
	text-align:left;
	min-height:500px;
}
#text{
	padding:7px 20px;
}
#text img{
	/*background:#FFF;
	padding: 5px;
	border: solid 1px #E2E2E2;
	margin:7px; */
}

h1 {
	font-size:14px;
	font-weight:bold;
	color: #0E6AA9;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color: #051B28;

}

h3{
	font-size: 11px;
	color:  #14B0E1;
}

h4 {
	font-size: 11px;
	color: #444;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 15px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

.line_break {
	border-bottom:1px dotted #7D9025;
	margin-top:-5px;
}