body {
	font-size : 90%;
	font-family : Arial, sans-serif;
	color : #3D5066;
	margin:2% 5%;
}

a{
	color: #005CB1;
	text-decoration: underline;
}
a:visited{
	color: #005CB1;
	text-decoration: underline;
}
a:active{
	color: #FFA000;
	text-decoration: underline;
}
a:hover,a:focus{
	color: #FF6E00;
	text-decoration: none;
}
a.normal {
   	color : #005CB1; 
   	text-decoration: underline; 
}

.center{
	text-align:center;
}
.clear{
	clear:both;
}
#header{
	text-align:center;
	border: 1px solid #e5e5e5;
	background:#f9f9f9;
}
h2{
	margin: 10px 10px 0 11px;
}
#newscontent{
	padding: 5px 10px;
	margin: 2px 10px;
	border: 1px dashed #3D5066;
}
#attachment{
	text-align:right;
	margin-right:11px;
}
div.footer{
		text-align:center;
}
#credits{
	border: 1px solid #e5e5e5;
	padding:2px;
	margin-top:5px;
	background: #f9f9f9;
	text-align:center;
}
#origsent{
	text-align:right;
	margin:0 10px 3px 0;
	font-style:italic;
}
	
#signupmessage{
	text-align:center;
	margin:5px 2px;
	padding:10px;
	border: 1px solid #3D5066;
	color:#003;
}
#signupforms{
	float:left;
	width:17.7em;
}

fieldset{
	border: 1px solid #e5e5e5;
}
form#subform{
	width:17.5em;
}
form#subform input.box{
	font-size:1em;
}
#subcontent{
	margin-left:18em;
}
ul#listnewsletters li{
	list-style:none;
	margin: 0.5em 2em;
}
#wrap {width:960px; background-color:#fff; color:#555; padding:10px; margin:10px auto 0 auto; text-align:left; border:1px solid #555;}
#top {width:960px; text-align:right; margin:10px auto 5px auto; color:#ddd; font-size:0.9em;}
#top p {margin:2px; padding:0;}
#top a {color:#eee; border-bottom: 1px dotted #aaa;}
#top a:hover {color:#fff; text-decoration:none; border-bottom:1px dotted #fff;}

/* Header and title */
#header2 {text-align:left; padding:0; margin:0 0 10px 0;}
#sitetitle {width:400px; float:left;}
#sitetitle h1 {font-weight: 700; font-size:2.2em; letter-spacing:-2px; line-height:0.9em; margin:20px 0 10px 10px; padding:0;}
#sitetitle h1 a {font-weight:700; letter-spacing:-1px;}
#sitetitle p {margin:5px 0 20px 20px; padding:0; letter-spacing:-1px; font-size:1.5em; color:#777;}

/* Main menu */
#mainmenu {float:right; width:520px; margin:0;}
dl.nav {width:150px; float:right; margin: 0 0px 5px 10px;}
dl.nav dt {border-bottom:1px solid #aaa; padding:0; font-weight:700; margin:0; color:#777;}
dl.nav dt a {font-weight:700; color:#777;}
dl.nav dt a:hover {color:#222;}
dl.nav dd {padding:0; margin:0; border-bottom:1px solid #ccc;}
dl.nav dd a {font-weight:400; padding:1px 0 1px 5px; color:#4d699d; display:block; width:135px;}
dl.nav dd a:hover {color:#222; background:#f4f4f4;}
