﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:white;
}

#mast_container{
	width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
	height: 155px;
	background-image: url('../Images/paxbanner3.gif');
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	/*border:thin blue dashed;*/
}

.bot_container{
	overflow:auto;
	/*width:804px;
	border:1px fuchsia solid;*/
}

.top_container{
	overflow:auto;
	/*width:804px;
	border:1px fuchsia solid;*/
}

.bot_container{
	
}
#top_left_col {
	width: 200px;
	height:260px;
	float: left;
	/*border:1px green solid;*/
}

#links{
	background-color: #3399FF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}

ul li{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bolder;*/
	line-height:25px;
}

li > a:link{
	color: white;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

li > a:hover{
	font-size:13px;
	font-weight:bold;
	color:white;
	cursor:hand;
}

li > a:visited{
	text-decoration:none;
	color:white;
	font-weight:bold;
}

a:link{
}

a:visited{
	text-decoration:none;
	color:#D66667;
	font-weight:bold;
}

#top_page_content {
	margin-left: 205px;
	margin-right: 5px;
	margin-top: 0px;
}

#img1{
	float:left;
	margin-right:0px;
}

#img2{
	float:right;
	/*margin-right:7px;*/
}
#bot_left_col {
	width: 200px;
	float: left;
	max-height:100%;
	/*border:1px green solid;*/
}

#categories{
	background-color: #D66667;
	padding-top:10px;
	padding-bottom:10px;
	/*border:thin green solid;*/
}

#bot_page_content {
	margin-left: 205px;
	max-height:100%;
	margin-right:5px;
	margin-top:0px;
	/*border:1px green solid;*/
}

#desc{
	background-color: white;/*#C0E6EF;*/
	padding:10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	line-height:22px;
	color:#1E6CB8;
}

hr{
	height:10px;
	background-color:silver;
}

#redhr{
	height:10px;
	background-color: #9E070B;
}

#bluehr{
	height:10px;
	background-color:#1E6CB8;
}

#footer {
	clear: both;
	min-height:25px;
}

#footer_links{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

#credit{
	text-align:right;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #333333;	
}