/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	line-height:1.5;
	margin:10px 10px 10px 10px;
	background-color: #CCCCCC;
	}

#wrapper {
	background-color: #0099FF;
	margin: 0 auto;
	width:850px;
	border:solid 1px #666666;
}


#banner {
	height:60px;
	background-color:#000099;
	text-align:center;
	}
	
html>body #banner {
	height:60px;
	}

/* Content on the left */

#leftcolumn {
	float:left;
	width: 250px;
}


#intropicture {
	}

#leftcontent {
	width:240px;
	padding-top:10px;
	background-color:#0099FF;
	background-color: #0099FF;
	color: #000099;
	font-size: 10px;
	text-align:left;
	}

#leftcontent li {
	list-style-image: url(../p7pm/img/p7PM_light_east.gif);
	line-height: 2.5;
	text-align: left;
	}
	
#leftcontent lu {
	margin-left:0px;
	padding:0px;
	}	


/* Content on the right */
#rightcolumn {
	margin-left:250px;
	background-color:#FFFFFF;
	}
	
#flagbar {
	background-color: #000099;
	}

#menu1 {
	background-color: #0099FF;
	}
	
#menu {
	background-color: #0099FF;
	height:20px;
	}
	
#content {
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	}
	
#content .icon {
	margin: 0px 5px 0px 0px;
}

#content img {
	margin: 10px ;
	}
	
#content p {
	margin:0px 0px 0px 0px;
	}
	
#content li {
	list-style-image: url(../images/seagull-small.gif);
	line-height: 1.5;
	}
	
#content td {
	line-height: 1.5;
	text-align:left;
	padding: 5px;
	}	


/* Footer content */
#footer {
	color: #CCCCCC;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 5px 5px 5px 5px;
	font-size: 9px;
	background-color:#000099;
	clear:left;
}

#footer a {
	text-decoration:underline;
	font-weight:normal;
	color:#CCCCCC;
	font-size: 10px;
	}

#weather {
	margin-left: 20px;
}

/* General rules */
p,h1,h2,h3 {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:16px;
	padding-top:10px;
	}
	
h2 {
	font-size:14px;
	padding-top:10px;
	}	

h3 {
	font-size:12px;
	padding-top:10px;
	}

.date {
	font-size: 9px;
	color: #999999;
}

.small_grey {
	font-size: 9px;
	color: #999999;
}

a:link {
	text-decoration: none;
	color: #000099;
}
#return a {
	font-size: x-small;
	color: #999999;
}


a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #CC3300;
	text-decoration: underline;
}

#content dt {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
#box {
	font-size: 9px;
	color: #666666;
	padding: 4px;
	width: 400px;
	border: thin solid #666666;
	margin-left: 50px;
}
.new {
	background-image: url(../images/smallnew.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

