/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #164A72;
}

#banner-pat {
	height: 133px;
	width: 100%;
	background-image: url(../images/patt-header.gif);
	background-repeat: repeat-x;
	
}

#content {
	background-image: url(../images/content-home.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 1450px;	
}

#top {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 319px;
	padding-bottom: 4px;
}

#menubar {
	background-image: url(../images/menubar.png);
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	width: 100%;
}

#border-shade {
	border: 1px dashed #FFC;
	text-align: left;
	background-color: #153f60;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}


ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Tw Cen MT";
}

ul#menu li
{
	display:block;
	float:right;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover{
	color:#FFFFFF;
	background-image: url(../images/buttonr.png);
	background-repeat: repeat-x;
}

#mass-bk {
	background-image: url(../images/mass-bk.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 275px;
}

#mass {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	
}


#bottom {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	float: none;
}

#left {
	float: left;
	width: 350px;
	font-family: "Tw Cen MT";
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
}


#right {
	float: right;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "Tw Cen MT";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;	
}

#news-blk {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-size: 14px;
	text-align: justify;
}

#links {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}

#link-bk {
	text-align: center;
	height: 122px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #466F8E;
	background-color: #325F82;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #466F8E;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;	
}

#copyrights {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(../images/patt-header.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	color: #FFFF99;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.link {
	text-align: center;
}
.blue {
	font-family: "Tw Cen MT";
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #EDEEBC;
	text-align: center;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

