@charset "utf-8";
/* CSS Document */

body {
	margin: 30px;
	padding: 0px;
	background-color: #cccccc;
	}
img {
	border: 0px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #012e6f;
	font-weight: bold;
	line-height: 16px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	display: inline;
	}
a, a:active, a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
/* MAIN */

#navcellhome {
	height: 26px;
	background-image: url('../images/portdsm_navbg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 7px;
	}
	
#nav a, #nav a:active, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 88px;
	height: 21px;
	padding-top: 5px;
	}
#nav a:hover {
	color: #012e6f;
	background-image: url('../images/portdsm_nav_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	}
#navpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #012e6f;*/
	background-image: url('../images/portdsm_nav_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	}
#navpage a:visited {
	color: #012e6f;
	text-decoration:none;
	font-weight:bold;
	}
	
/* CONTENT */

#homecell {
	width: 517px;
	padding: 45px 45px 45px 15px;
	}
#contentcell {
	width: 517px;
	padding: 45px;
	}
#othercell {
	width: 517px;
	padding: 0px;
	}
	
/* LEFT NAV */

#leftnavbg {
	background-color: #999999;
	background-image: url('../images/portdsm_leftnav_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	}
#leftnav a, #leftnav a:active, #leftnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #012e6f;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	padding: 12px 0px 0px 10px;
	}
#leftnav a:hover {
	color: #012e6f;
	background-image: url('../images/portdsm_leftnav_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	}
#leftnavpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #012e6f;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	padding: 12px 0px 0px 10px;
	background-image: url('../images/portdsm_leftnav_over.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
	
/* FOOTER */

#footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	}
#footerlink a, #footerlink a:active, #footerlink a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 8px;
	}
#footerlink a:hover {
	text-decoration: none;
	color: #6799cc;
	}
