/* General Links */
a:link {
	color: #13495E;
}
a:visited {
	color: #13495E;
}
a:hover {
	color: #000000;
	background: #C1D9E1;
}
a:active {
	color: #2D5869;
}

/* Tag Customization */
body {
	background: #6C8C98 url(/images/bckg_stripe.gif) repeat-y;
	font: 10pt Tahoma;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

p {
	margin-right: 22px;
	margin-left: 22px;
	line-height: 14pt;
	margin-top: 12px;
}
h1, h2, h3, h4{
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 22px;
}

/* Structure */

#container {
	width: 744px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#banner {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	position: relative;
	width: 735px;
}
#mainMenu {
	position: relative;
	width: 175px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	background: #FFFFFF url(/images/menu_bckg.gif) repeat-y;
}
#header {
	position: relative;
	float: right;
	width: 556px;
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	float: right;
	width: 556px;
	margin: 0px;
	padding: 0px;
	background: url(/images/bckg_content.gif) repeat-y;
}

#archive {
	position: relative;
	float: left;
	width: 545px;
	margin: 0px;
	padding: 0px 0px 20px;
	background: url(/images/bckg_content.gif) repeat-y;
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

#archive p{
	margin: 0px 0px 0px 20px;

}

#footer {
	position: relative;
	float: right;
	width: 556px;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #999999;
	text-align: center;
	line-height: 18pt;

}
#footer a:link {
	color: #CCCCCC;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #CCCCCC;
}
#footer a:active {
	color: #CCCCCC;
}

.pullquoteR {
	font-size: 10pt;
	float: right;
	width: 200px;
	color: #13495E;
	font-weight: bold;
	margin: 10px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	line-height: 12pt;
	background: #EBEBEB;
	padding: 8px;
}

.pullquoteL {
	font-size: 8pt;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #13495E;
	font-weight: normal;
	margin: 10px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 12pt;
	background: #EBEBEB;
}

.pictureR {
	font-size: 8pt;
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	font-weight: normal;
	margin: 10px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	line-height: 12pt;
	background: #EBEBEB;
}

.pictureL {
	font-size: 8pt;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	font-weight: normal;
	margin: 10px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 12pt;
	background: #EBEBEB;
}
.notation {
	font-size: 10pt;
	float: none;
	width: 400px;
	color: #13495E;
	font-weight: normal;
	margin: 10px 10px 10px 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 12pt;
	background: #EBEBEB;
	font-style: italic;
	padding: 10px;
	border-top: 1px none #124558;
	border-right: 1px solid #124558;
	border-bottom: 1px none #124558;
	border-left: 1px solid #124558;
}
