/* General specs -------------------------------------*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #fff url(../images/bg.jpg) top left repeat-x;
	font-size: 0.8em;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	line-height: 18px;
}

ul {
	padding: 0;
	margin:0;
}

a {
	color: #002b54;
}

a:visited {
	color: #002b54;
}

a:hover {
	color: #002b54;
}

img {
	border: 0;
	float: left;
	text-align: left;	
}

/*Content div ----------------------------------------*/
#wrapper {
	width: 885px;
	margin: 0 auto 0 auto;
	padding:0;
	text-align: center;
	background: #fff;
	border: 1px #06C solid;
	border-top:0;
}

#wrapper h1 {
	margin: 10px 20px 15px 20px;
	padding: 0;
	font-size: 1.5em;
	color:#ffd200;
	text-align: left;
	line-height: 1.6em;
}

#wrapper h2 {
	font-size: 1.2em;
	color:#002b54;
	margin: 0 0 10px 20px;
	line-height: 1.4em;
	text-align: left;
}

#wrapper h3 {
	margin: 10px 20px 15px 20px;
	font-size: 1.1em;
	color:#002b54;
	font-weight:bold;
	line-height: 1.3em;
	text-align:left;
}

#wrapper p {
	margin: 0 20px 15px 20px;
	padding: 0;
	text-align: left;
	line-height: 18px;
}


#wrapper ul {
	text-align: left;	
	margin-left: 50px;
	margin-bottom: 20px;	
}

#wrapper li {
	margin-bottom: 10px;		
}

/*Left div ----------------------------------------*/
#leftP {
	margin:0;
	padding:0;
	width: 79%;
	float: left;
	clear:both;
	border-right: 1px #ffd200 dotted;
}

#leftP ul {
	text-align: left;	
	margin-left: 50px;
	margin-bottom: 20px;
}

#leftP li {
	margin-bottom: 10px;	
}

#leftP h1 {
	margin: 10px 20px 15px 20px;	
}

#leftP h2 {
	text-align: center;	
}

#leftP h3 {
	font-style:oblique;
	text-align:center;
	font-weight:lighter;
}


/*Banner div ----------------------------------------*/
#banner {
	width: 885px;
	margin: 0 auto 0 auto;
	text-align:center;
	border:1px #06C solid;
}

/*Right div ----------------------------------------*/
#rightP {
	width: 19%;
	float:right;
	text-align:left;
	margin: 0;
}

#rightP h3 {
	margin:5px 10px 5px 0;
	padding: 10px 0 2px 0;
	font-size: 1.1em;
	border-bottom: 1px #06C solid;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

#rightP ul {
	margin:0;
	padding:0;
}

#rightP li {
	margin:0;
	margin-left:15px;
	padding::0;
	line-height: 20px;
}

#rightP a {
	text-decoration: none;	
}

#rightP a:visited {
	text-decoration: none;	
}

/*Footer div ----------------------------------------*/
#footer {
	font-size: 85%;
	color: #002b54;
	margin-left: 20px;
	margin-right: 20px;
	padding:0;
	border-top: 1px #999 dotted;
	clear:both;
}

#footer p {
	text-align: center;	
}

/*Border paragraph ----------------------------------------*/
.line {
	border-bottom: #002b54 1px solid;
}

/*Nav div ----------------------------------------*/
#mainNav {
	margin: 0;
	text-align: right;
	padding:0;
	background: url(../images/nav-bg.gif) top center no-repeat;
	height:35px;
}

#mainNav ul {
	margin:0;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	float: right;
	width: 100%;
}

#mainNav li {
	margin-left: 5px;
	margin-right: 10px;
	padding:0;
	float:right;
}

#mainNav a:link {
	color:#002b54;
	font-size:13px;
	margin:0;
	padding:5px;
	text-decoration:none;
}

#mainNav a:hover {
	color:#06C;	
}

#mainNav a:visited {
	color:#002b54;
	text-decoration:none;
}

/*Miscellaneous ----------------------------------------*/
.answer {
	font-weight: bold;
	color:#1359c4;
}

.question {
	font-weight: bold;
	color:#F30;
}

.emp {
	font-weight:bold;	
	color: #002b54;
}

.smallP {
	font-size: 85%;
	line-height: 80%;
}

.borderP {
	margin: 0;
	padding: 0;
	border-top: 5px #ffd200 solid;	
}

.topLink {
	color: #999;	
}

.underline {
	padding-bottom:2px;
	border-bottom: 1px #002b54 solid;	
}