/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #333333;}

a:hover {color: #333333;}

body {
	color: #333;
	margin: 3% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F9F3DB;
	background-image: url(img/sewdenimbg.jpg);
	background-repeat: repeat;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {
	line-height: 22px;
	list-style-position: outside;
	list-style-image: url(img/li2.gif);
}

h1 {font-size: 1.2em;}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.banner1 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}


blockquote {
	color: #000000;
	display: block;
	font-size: 1em;
	margin-bottom: 1.2em;
	padding: 12px 12px;
	background-color: #EEEEEE;
	border: 1px dashed #3D5476;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #000000;}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #663333;
	line-height: 22px;
}


/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 6px 0px 6px;}
.main .padded {padding: 8px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {
	float: left;
	padding: 8px;
}


.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 870px;
	background-image: url(img/sewwhatcontainer.gif);
	background-repeat: repeat;
	background-color: #8496AA;
	border: 2px solid #000000;
}

/* header */
.header {
	float: left;
	width: 640px;
	font: normal .6em Verdana,sans-serif;
	line-height: 5px;
	text-align: left;
}

/* structure */
.top {
	color: #DDD;
	float: left;
	font: normal 1.2em Verdana;
	height: 131px;
	text-align: center;
	width: 870px;
}
.subnav {
	float: left;
	width: 162px;
	padding-left: 1px;
}

.main {
	float: left;
	width: 537px;
}
.main_right {
	float: right;
	width: 170px;
	color: #000000;
}
#leftDiv {
	float: left;
	width: 45%;
	border: thin solid #3D5476;
	margin-left: 15px;
}
.sideimage {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightDiv {
	float: left;
	width: 45%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D5476;
	border-right-color: #3D5476;
	border-bottom-color: #3D5476;
}
.container .main_right .padded li {
	list-style-position: outside;
	line-height: 26px;
	display: block;
	text-align: left;
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


/* sub-navigation */
.subnav h1 {
	color: #990000;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	background-color: #CFD3D7;
}
.subnav ul {margin: 0; padding: 0;}
.subnav p {
	padding-left: 4px;
}

.subnav li {
	list-style: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3D5476;
}
.subnav li a {
	color: #000000;
	display: block;
	padding: 4px 0 4px 12px;
	width: 150px;
	text-decoration: none;
	background-color: #EEEEEE;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav li a:hover {
	color: #F9F3DB;
	background-color: #986864;
}

/* footer */
.footer {
	color: #CCC;
	font-size: 0.8em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	background-image: url(img/bgfooter.gif);
	background-repeat: repeat;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
