/* -------------------------- */
/* GENERAL */
/* -------------------------- */

html,body				{ margin: 0; padding: 0; }

body
	{
	background-color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	color: #03349B;
	}

div#wrapper
	{
	background: #fff;
	position: relative;
	width: 630px;
	margin: 0 auto;
	padding: 0;
	}

.clear					{ clear:both;}


/* -------------------------- */
/* HEADER */
/* -------------------------- */

div#header
	{
	background-color: #3171ad;
	height: 100px;
	}

#ttlbar
	{
	color:#043195;
	height: 20px;
	position: relative;
	}

h1
	{
	font-size: 1em;
	width: 300px;
	margin:0px;
	margin-left:22px;
	position: relative;
	}

#date
	{
	width: 300px;
	text-align: right;
	margin-left: 310px;
	position: absolute;
	top:0px;
	}


/* NAVIGATION */

#menubar
	{
	color: #043195;
	position: relative;
	margin-top: 10px;
	min-height: 200px;
	height: auto;
	_height: 200px;
	}

#menu
	{
	position: relative;
	width: 400px;
	}

h2
	{
	font-size: 1.4em;
	margin: 0px 0px 0px 22px;
	}

#subscription
	{
	background: url(/grfx/newsletter/bgsubscription.gif);
	font-size: 0.9em;
	color: #fff;
	float: left;
	position: absolute;
	top: 0px;
	margin-left: 430px;
	width: 180px;
	}

#subscription_other
	{
	background: url(/grfx/newsletter/bgsubscription.gif);
	font-size: 0.9em;
	color: #fff;
	float: left;
	width: 180px;
	}

#subscription_secure
	{
	background: url(/grfx/newsletter/bgsubscription.gif) #034fc9 no-repeat;
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
	}

#subscription div, #subscription_other div
	{
	width: 150px;
	margin: 10px auto;
	}

#subscription_secure div
	{
	margin: 10px auto;
	}

#subscription div img, #subscription_other div img, #subscription_secure div img
	{
	padding-top: 2px;
	padding-bottom: 2px;
	}

#subscription form, #subscription_other form, #subscription_secure form
	{
	margin: 0px;
	}

.inputtext { border:1px solid #3171ad; width:130px; height:16px; font-size:10px; color: #999; margin-bottom:2px; margin-right:10px; }


/* CONTENT */

#content
	{
	width: 600px;
	min-height: 100px;
	height: auto;
	_height: 100px;
	margin: 0px auto;
	}

h3
	{
	border-bottom: 1px solid #3171ad;
	font-size: 1.4em;
	color: #3171ad;
	margin: 0px;
	}

h4
	{
	border-top: 1px dashed #043195;
	border-bottom: 1px dashed #043195;
	font-size: 1.1em;
	color: #043195;
	margin: 10px 0px;
	padding: 2px;
	}

h5
	{
	border-bottom: 1px solid #3171ad;
	font-size: 1.2em;
	color: #3171ad;
	margin: 0px;
	}



/* -------------------------- */
/* FOOTER */
/* -------------------------- */

#colofon
	{
	background-color: #eee;
	font-size: 0.85em;
	color: #000;
	width: 600px;
	padding:5px;
	margin: 10px auto;
	}

#footer
	{
	position: relative;
	clear:both;
	font-size: 1em;
	color:#3171ad;
	height:25px;
	margin-bottom: 8px;
	margin-top: 8px;
	}





