@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f2f2e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}

p {
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	}
.p-intro {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	} 
	
#header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	} 
	
#menu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	height: 30px;
	} 
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	}
#sidebar_connect {
	padding: 12px;
	border: 1px solid #bfbfbf;
	margin: 0px;
	position: relative;
}
#sidebar_newsletter {
	position: relative;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
}
#mainContent_newsl {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9999cc;
	} 
#callooutbox-1 {
	background-color: #EDECF9;
	padding: 10px;
	float: right;
	width: 200px;
	margin-left: 10px;
}

#teaser {
background:transparent url(../images/teaser.gif) no-repeat scroll left bottom;
	width:175px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 14px;
	padding-left: 10;
}
#newsletter_articles {
	background-color: #EDECF9;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}
#footer_newsl {
	background:#FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	} 
#clear {
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

a:link {
	color: #6666CC;
	text-decoration: none;
	}
a:visited {
	color: #6666CC;
	text-decoration: none;
	}
a:hover {
	color: #6666CC;
	text-decoration: underline;
	}
a:active {
	color: #6666CC;
	text-decoration: underline;
	}
	
.top_nav {
	font-size: 10px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	}
	
.img-top {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
.img_bottom {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

h1 {
	color: #666699;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	}

h2 {
	color: #666699;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h3 {
	color: #666699;
	font-size: 14px;
	}
h4 {
	font-size: 14px;
	color: #666699;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 12px;
	color: #777;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h6 {
	font-size: 12px;
	color: #666699;
}
 
.menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	}
	
blockquote {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #777777;
	}

.body_text_12 {
	margin: 0px;
	padding: 0px;
	}

	
.body_text_10 {
	font-size: 10px;
	color: #666666;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12px;
	}
.ul-2 {
	margin: 0px;
	padding: 0px;
}
	
.body_text_9 {
	font-size: 9px;
	line-height: 11px;
	}	
ul {
	margin: 0px;
	list-style-type: disc;
	color: #666666;
}
.callout_box {
	background-color: #EDECF9;
	display: block;
	padding: 10px;
	float: right;
	margin-left: 10px;
}

.teaser {
	width:175px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/teaser.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.teaser h3 {
background:transparent url(../images/teaser.gif) no-repeat scroll left top;
margin:0;
padding:7px 10px 3px;
}
.teaser p, .teaser a.more {
background:#e5e5ea none repeat scroll 0 0;
border-color:#e5e5ea;
border-style:solid;
border-width:0 1px;
margin:0;
padding:0 10px 3px;
}
.link_block {
	background-color: #EDECF9;
	display: block;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #ccc;
}
#newsletter_intro {
	background-color: #EDECF9;
	padding: 10px;
	margin-top: 10px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9B98CC;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
