html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bg.gif);
	border: 0;
	height: 100%;
	width: 100%;
}

body, td {
	line-height: 14px;
	font-family: verdana; 
	font-size: 10px;
	color:#333;
}

img {
	border:0;margin:0;padding:0;
}

a:link { color: #195683; text-decoration: underline; }
a:active { color: #195683; text-decoration: underline; }
a:visited { color: #195683; text-decoration: underline; }
a:hover { color: #195683; text-decoration: underline; }

h1 {
	font-size:22px;
	line-height: 26px;
	color:#195683;
	font-weight:normal;
	margin: 0 0 5px 0;
}

h2 {
	font-size:18px;
	line-height: 22px;
	color:#195683;
	font-weight:normal;
	margin: 0 0 5px 0;
}

h3 {
	font-size:14px;
	line-height: 18px;
	color:#195683;
	font-weight:normal;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 0;
}

.tm {
	font-size:7px;
	vertical-align:super;
	line-height:7px;
}

#main_column {
	width: 100%;
	background-image: url(../images/main_bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#outer {
	width:700px;
	border-left: 1px solid #ddd4c0;
	border-right: 1px solid #ddd4c0;
	border-top: 0;
	border-bottom: 0;
	background-color:#fff;
	position:relative;
	margin:auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#content {
	width: 690px;
	padding: 8px 0 0 0;
	margin: 0 0 0 8px;
	position:relative;
}


#nav {
	position:absolute;
	top:27px;
	left:270px;
	margin-right:10px;
	width:403px;
}

#nav img {
	float:left;
	border:0;
	margin:0;
}

#homecontent {
	background-image:url(../images/bodybg1.gif);
	background-repeat:repeat-y;
/*	width:688px;*/
	padding: 8px 15px 10px 15px;
	margin: 0;
}

#col_1 {
	width:207px;
	float:left;
	padding:0;
	margin:0;
}

#col_1 .sidenav {
	background-image:url(../images/sidebg.gif);
	background-repeat:repeat-y;
}

#col_1 .sidenav ul {
	list-style:none;
	margin:0;
	padding-top:5px;
}

#col_1 .sidenav ul li {
	padding-left: 12px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 0 10px 5px 10px;
}

#col_2 {
	width:477px;
	float:left;
	background-image:url(../images/bodybg2.gif);
	background-repeat:repeat-y;
	margin: 0 0 0 3px;
	padding: 0;
}

#col_2 #inner {
	padding: 8px 15px 15px 15px;
}

.blocks {
	text-align:center;
	margin-bottom:20px;
}

.clearer {
	clear:both;
	height:1px;
}

ul {
	list-style:none;
	margin: 0 25px 10px 0;
	padding:0;
}

ul li {
	padding-left: 15px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 5px 5px 5px 20px;
}


.quote_outer {
	margin:20px;
}

.quote_inner {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #FFFFF0;
	border-left:1px solid #FFFFF0;
	background-color: #FEFBEF;
	padding:20px;
	font-style:normal;
	font-size:10px;
	color:#3e82b3;
}

.breadcrumbs {
	font-size:9px;
	color:#3e82b3;
	margin-bottom:20px;
}

#footer {
	width:700px;
	height: 100px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#c9bf9b;
	font-size:9px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	position:relative;
	clear: both;
}

#footer_inner { padding-top: 15px; }

#footer a:link { color: #c9bf9b; text-decoration: none; }
#footer a:active { color: #c9bf9b; text-decoration: none; }
#footer a:visited { color: #c9bf9b; text-decoration: none; }
#footer a:hover { color: #c9bf9b;	text-decoration: underline; }
