/* ------------TEXT STYLES-------------- */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a {
	color: #49709A;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6F9366;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a img {
	border: none;
}
a:link img {
	border: none;
}
h1,h2,h3,h4,h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	background-image:url(images/line_blue.gif);
	background-repeat : no-repeat;
	background-position:0px;
	font-size: 15px;
	color: #435670;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-bottom:10px;
}
h2 {
	font-size: 13px;
	color: #435670;
	margin-bottom: 0px;
	padding-left:0px;
	padding-top:16px;
}
h3 {
	font-size: 11px;
	color: #435670;
	margin-bottom: 5px;
	padding-left:0px;
}
h4 {
	font-size: 11px;
	color:#333333;
	margin-bottom: -10px;
	padding-left:0px;
}
h5 {
	font-size: 11px;
	color: #435670;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-left:0px;
}
p {
	padding-left:0px;
}
/* Begin Images */
p img {
	padding: 0px;
	border-color:#F0EBE6;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	/*padding: 0px 0px 10px 10px;*/
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	}

img.alignleft {
	/*padding: 0px 10px 10px 0px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* ------------STRUCTURE STYLES------------- */

TD#main {
	/*background-image:url(images/line_blue_bg.gif);
	background-repeat:no-repeat;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 18px;
	vertical-align: top; 
	width: 630px;
}
/* Begin Sidebar */
#sidebar {
	float: right;
	padding: 0px 0 20px 17px;
	margin-left: 0px;
	width: 166px;
}
#sidebar p {
	color:#6F9366;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	font-size:10px;
	margin-left:0px;
}
#sidebar p img {
	padding: 0px;
/*	max-width: 166px;*/
	width: 166px;
	}
/*-------*/
P#footer_nav {
	font-size:10px;
	color:#CCCCCC;
}
TD#footer_nav {
	font-size:10px;
	color:#CCCCCC;
	padding-top:100px;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 15px;
}
TD#footer_nav a {
	color:#CCCCCC;
}
TD#footer_nav a:link {
	text-decoration: underline;
}
TD#footer_nav a:visited {
	text-decoration: underline;
}
TD#footer_nav a:hover {
	text-decoration: underline;
	color:#999999;
}
TD#footer_nav a:active {
	text-decoration: underline;
}

.box {
	width:400px;
	border: #CCCCCC 1px solid;
	padding: 10px;
}