/* CSS Document */

* {margin: 0; padding: 0;}
body {background: #999;}
#page {width: 780px; background: url(images/greybg.jpg); margin: 0 auto; text-align: left;}
.left {float: left; padding: 0 10px 10px 0;}

p, li {font-family: "Times New Roman", Times, serif; font-size: 13px;}

h1 {font-family: georgia, times new roman, times, serif; font-size: 120%; font-weight:650; color:#f37122;}
h2 {font-family: georgia, times new roman, times, serif; font-size: 90%; font-weight:600; font-style: italic; letter-spacing: 2px; margin-bottom: 15px;}
h3 {font-family: georgia, times new roman, times, serif; font-size: 95%; font-weight:650; color: #4b4b2d; letter-spacing: 1px; margin-bottom: 10px;}
h4 {font-family: georgia, times new roman, times, serif; font-size: 90%; font-weight:700; color: #4b4b2d; letter-spacing: 1px;margin-bottom: 10px;}

/* HEADER */
#header {border-bottom: 1px solid #fff; margin: 10px 15px; padding-bottom: 5px;}
#nav {float: right; margin: 130px 0 0 0;}
#nav ul {display: inline;}
#nav li {float: left; list-style-type: none; margin-left: 15px;}
#nav a {color: #fff; font-weight: bold; font-size: 18px; text-decoration: none;}


/* CONTENT */
#content {background: #ebe7d6; margin: 5px 15px;  padding: 15px;}
#main {width: 500px; border-right: 1px solid #666; padding-right: 15px;}
p {padding-bottom: 20px;}
.listArrow li {background: url(images/arrow.gif) no-repeat; list-style-type: none; padding-left: 30px;}
.listArticle li {background: url(images/article_icon.gif) no-repeat; list-style-type: none; padding-left: 30px;}


#side {text-align: center; width: 200px; float: right;}


fieldset {
	font-size: 90%;
	font-weight: bold;
	color: #335566;
	background-color: #f2f2f2;
	padding: 10px;
	clear: left;
	float: left;
	width: 460px;
	margin-bottom: 20px;
	border: 1px solid #aaaa00;
	position: relative;
}
.label {
	color: #000000;
	margin: 5px;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
}
legend {
	font-weight: bold;
	color: #223344;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #aaaa00;
	position: absolute;
	left: .5em;
	top: -1em;
	background-color: #FFFFFF;
}
fieldset p {
	line-height: 2px;
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 5px;
}
fieldset input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #ffffe1;
	padding: 4px;
	border: 1px solid #666666;
}
fieldset textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 92%;
	background-color: #ffffe1;
	padding: 4px;
	border: 1px solid #666666;
}
	
a.link-plain:link { 
color: #000000;
}
	
a.link-plain:visited { 
color: #000000;
}

a.link-plain:active { 
color: #000000;
}


.leftmain {
border-right: 1px solid #666;
float: left;
padding-right: 10px;
width: 506px;
}

.rightside {
padding-left: 10px;
text-align: center;
width: 190px;
float: right;
}

.break {
clear:both;
text-align: center;
}

.footerWrapper { margin: 0 15px; }

.footer {
border-top: 1px solid #fff;
color: #fff;
font-size: 85%;
margin: 10px 15px;
padding-top: 10px;
}

.footer a {color: #fff; text-decoration: none;}
.footer a:hover {text-decoration: underline;}

.imgpad {
padding:5px 10px 5px 10px;
}

table.sidesmall {
font-size: 85%;
font-weight: 500;
}
