html {border:0;}

td { 
    padding: 0px; 
    } 
table { 
    border-collapse: collapse; 
    border-spacing: 0px; 
    } 
table, img { 
    border: 0px; 
    }
a:link {
    color: #000;
	text-decoration: underline;
    }
a:visited {
    color: #000;
	text-decoration: underline;
    }
a:hover {
	color: #39F;
	text-decoration: underline;
    }	
.pagebody {
    margin: 0;
	background-color: #39F;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
    }
#outer {
    margin-top: 5px;
    margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
	background-image: url(../graphics/common/pg-tile.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	display: table; /* this gets Firefox to expand the main container to the full height */
	height: 100%; /* this gets Firefox to expand the main container to the full height - used with above */
	}
#masthead {
    position: relative;
	float: left;
	width: 955px;
	height: 154px;
	text-align: left;
	vertical-align: top;
	_margin-bottom: -3px; /* margin hack for IE 6 */
	}	
#add-bar {
    position: relative;
	float: left;
	width: 955px;
	height: 38px;
	text-align: left;
	vertical-align: top;
	_margin-bottom: -3px;  /* margin hack for IE 6 */
	}
#main-cont-container {
    position:relative;
	float: left;
	width: 955px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
	}
#nav-container {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 172px;
	height: 223px;
	}
#pg-title-container {
    position: relative;
	width: 280px;
	margin-left: 175px;
	}
.content-container1 {
    position: relative;
	width: 700px;
	margin-left: 180px;
	line-height: 18px;
	}	
#nav-table {
    width: 172px;
	}
#nav-table td {
    width: 172px;
	text-align: left;
	vertical-align: top;
	}	
fieldset {
    border: 1px solid #F00;
	padding: 0px 10px 10px 10px;
	width: 680px;
	}
legend {
    color: #FFF;
    background: #120791;
    border: 1px solid #000;
    padding: 2px 6px;
	font-weight: bold;
	font-style: italic;
	}
.form {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	text-align: left;
	}
.form input {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
.form select {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
input.contact {
    background-color:#120791;
    font-family:Verdana;
    font-size:10px;
	color: #FFF;
    border-top-color:#000;
    border-right-color:#000;
    border-bottom-color:#000;
    border-left-color:#000;
	border: solid 1px;
    }		
.ital {
    font-style: italic;
	}
.bold {
    font-weight: bold;
	}	
.red {
    color: #F00;
	}	
.red-ital {
    color: #F00;
	font-style: italic;
	}
.bold-und {
    font-weight: bold;
	text-decoration: underline;
	}
#footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00F;
	padding: 0px 0px 40px 0px;
	width: 955px;
	background-image: url(../graphics/common/pg-base.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	position: relative;
	float: left;
	}
#footer a:link {
    color: #00F;
	text-decoration: none;
    }
#footer a:visited {
    color: #00F;
	text-decoration: none;
    }
#footer a:hover {
	color: #39F;
	text-decoration: underline;
    }	
		
	
