@import url("table.css");
@import url("text.css");
@import url("nav.css");
@import url("lists.css");

html, body {
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	margin:0;
	border:0;
	padding:0;
	color:#666666;
	background:#FFFFFF;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	border:0;
	padding:0;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container {
	width:760px;
	margin:30px auto 0 auto;
}

div#vert_dot_background {
	background:url(../images/vert_dot_background.gif) repeat-y 241px 0;
}

div#arrow_background_top {
	width:760px;
	background:url(../images/arrow_background_top.gif) no-repeat 93px bottom;
}

div#arrow_background_bottom {
	width:760px;
	height:90px;
	padding:0 0 30px 0;
	background:url(../images/arrow_background_bottom.gif) no-repeat 93px 0;
}

div#nav {
	width:241px;
	height:289px;
	margin:12px 0 0 0;
	float:left;
	display:inline;
	background:url(../images/nav_bottom.gif) no-repeat bottom;
}

div#main {
	width:518px;
	float:right;
}

div#logo {
	width:518px;
}

div#flash_dots_background_bottom {
	width:518px;
	height:225px;
	background:url(../images/flash_dots_background_bottom.gif) no-repeat bottom;
}

div#flash {
	width:518px;
	height:224px;
}

div#flash img {
	display:block;
}

div#title {
	height:22px;
	margin:18px 0 0 28px;
	padding:0 0 0 19px;
	background:url(../images/title_arrow_background.gif) no-repeat 0 4px;
}

div#quote {
	width:169px;
	height:19px;
	margin:10px 0 0 337px;
}
div#quote2 {
	width:195px;
	height:19px;
	margin:10px 0 0 311px;
}
div#content {
	width:423px;
	margin:24px auto 135px auto;
	text-align:justify;
	line-height:18px;
}

img.imgborder {
	border:1px solid #000000;
}

.break {
	height:1px;
	background:url(../images/break_background.gif) repeat-x;
	margin:19px 0;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

/* newsletter */
hr {
	width:100%;
	height:1px;
	border:none; /* if_ie.css */
	background:#cccccc; /* if_ie.css */	
	margin:13px 0 0 0;
}

div#newsletter p {
	margin:0;
	padding:0;
}

div#newsletter img {
	margin:0 16px 4px 0; /* if_ie.css */
	padding:3px;
	border:1px solid #cccccc;
}

#content a {
	text-decoration: underline;
}

