/* CSS Document */

body {
	background-image: url(../images/general/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1F2D4C;
	margin: 40px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
a:link {color: #205999; text-decoration: underline;}
a:visited {color: #205999; text-decoration: underline;}
a:hover {color: #EDB93B; text-decoration: underline;}
a:active {color: #205999; text-decoration: underline;}
	
#wrap {width: 950px; margin: 0px auto;}

#header {position: relative; padding:0px; }
#header .pgc_logo {position: absolute; left: 45px; top:20px; z-index: 1;}
#header .pi_logo {position: absolute; right: 0px; padding-bottom: 15px; }
#header a {border: 0px;}
	
#nav {width: 950px; padding-top: 75px; height: 45px; position: relative;}
#nav .left {position: absolute; height: 45px;}
#nav .mid {position: absolute; left: 45px; background-color: #205999; height: 45px; width: 535px; text-align: right;}
#nav .right {position: absolute; right: 0px; background-color: #5696CB; height: 45px; width: 370px; }
#nav ul {list-style-type: none; margin: 0px; padding: 0px;}
#nav li {margin: 0px; padding: 0px; list-style: none; display: inline;}
#nav a {margin: 0px; padding: 0px; border: 0px;}

#footer {width: 950px; text-align: center; color: #6DA5D1; font-size: 10px; padding-top: 40px; clear: both;}
#footer a {color: #6DA5D1; text-decoration: underline;}
#footer a:link {color: #6DA5D1;}
#footer a:visited {color: #6DA5D1;}
#footer a:hover {color: #EDCB3B;}
#footer a:active {color: #6DA5D1;}

.dotline {padding: 0px; width: 100%; height: 27px; background-image: url(../images/general/dottedline.gif); background-repeat: repeat-x;}