
/* -------------------------

	Begin Reset CSS 
	
--------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
table {
	border-spacing: 0px;
	}
	
fieldset, img, a {
	border: 0;
	}
	
ul {
	list-style: none;
	}
	
/* -------------------------

	End Reset CSS 
	
--------------------------*/

/* -------------------------

	Begin Global CSS 
	
--------------------------*/

body {
	font-size: small;
	background-image: url(../images/style/gradient.gif);
	background-repeat: repeat-x;
	background-color: #FFF8A0;
	}

/* -------------------------

	End Global CSS 
	
--------------------------*/

/* -------------------------

	Begin Layout CSS 
	
--------------------------*/

#container {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	overflow: hidden;
	}
	
#login_link {
	width: 500px;
	height: 20px;
	float: right;
	margin-top: 3px;
	text-align: right;
	}
	
.login {
	color: #5A2141;
	font-size: 100%;
	padding: 5px;
	font-family: Georgia, sans-serif;
	text-decoration: none;
	}
	
#login_link a:hover {
	color: white;
	background-color: #5A2141;
	}

#header {
	height: 100%;
	width: 940px;
	margin-top: 25px;
	overflow: hidden;
	}
	
#logo {
	height: 75px;
	width: 300px;
	float: left;
	margin-top: 12px;
	margin-right: 20px;
	background-image: url(../images/style/pd_logo.jpg);
	}
	
#navigation {
	height: 100%;
	margin-top: 52px;
	border-left: 1px solid #996666;
	}

#content {
	width: 100%:
	height: 100%;
	float: left;
	background-image: url(../images/style/content_gradient.gif);
	background-repeat: repeat-y; 
	}
	
#top_rule {
	height: 18px;
	width: 960px;
	background-image: url(../images/style/top_rule.gif);
	}
	
#bottom_rule {
	height: 50px;
	width: 960px;
	background-image: url(../images/style/bottom_rule.gif);
	}

#info {
	height: 100%;
	width: 850px;
	margin-left: 50px;
	padding: 10px;
	overflow: hidden;
	}
	
#info_crisis {
	width: 375px;
	height: 100%;
	float: left;
	}
	
#footer {
	height: 100%;
	width: 920px;
	float: left;
	padding: 10px;
	text-align: center;
	color: #2C0840;
	}
	
.pic_left {
	margin: 20px;
	float: left;
	}
	
.pic_right {
	margin: 20px;
	float: right;
	}
		
/* -------------------------

	End Layout CSS 
	
--------------------------*/

/* -------------------------

	Begin Navigation CSS 
	
--------------------------*/
	
#nav li {
	float: left;
	font-family: Georgia, serif;
	}
	
#nav a {
	font-size: 12px;
	display: block;
	color: #5A2141;
	text-decoration: none;
	background-image: url(../images/style/nav_back.png);
	background-repeat: repeat-x; 
	border-right: 1px solid #9c7d8b;
	border-left: 1px solid #996666;
	padding: 10px;
	}
	
#nav a:hover {
	color: white;
	background-image: url(../images/style/nav_current.gif);
	background-repeat: repeat-x; 
	}
	
#nav .current {
	color: white;
	background-image: url(../images/style/nav_current.gif);
	background-repeat: repeat-x;
	}

/* -------------------------

	End Navigation CSS 
	
--------------------------*/

/* -------------------------

	Begin Typography CSS 
	
--------------------------*/

p {
	font-family: Georgia, serif;
	font-size: 110%;
	line-height: 30px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	color: #5A2141;
	}
	
h1 {
	font-size: 250%;
	}
	
h2 {
	font-size: 240%;
	}
	
h3 {
	font-size: 200%;
	}
	
h4 {
	font-size: 125%;
	}
	
a {

	}
	
.pageList {
	color: #5A2141;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: 600;
	line-height: 30px;
	}
	
.pageList li {
	padding-left: 25px;
	}
	
/* -------------------------

	End Typography CSS 
	
--------------------------*/
