/* CSS Document */
body{
	margin:0px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	height: auto;
	width: 100%;
	font-size: 100%;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-y;
}

ul{
	list-style-type: disc;
}
ul ul{
	list-style-type: square;
	text-indent: 5px;
	list-style-image: none;
}

#skipnavigation{
  position: absolute; 
  left: -1000px; 
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0em;
}
h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	overflow: hidden;
	background-color: #D11242;
	text-indent: 4px;
	border: 1px dotted #000000;
}
h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #D11242;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-indent: 3px;
	display: block;
	overflow: hidden;
	clip: rect(0px,0px,0px,0px);
	height: auto;
	width: auto;
}
p {
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 100%;
}

h4 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 1.5em;
	font-weight: bold;

}
h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

a{
	color: #333333;
	text-decoration: underline;
}

a:link{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	background-color: #F9B0C2;
	font-weight: bold;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
/************** #Main Content **************/

#content{
	margin-top: 10px;
	margin-left: 15%;
	margin-right: 15%;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #000000;
}

#maincontent {
	font-size: 80%;
	color: #000000;
	margin: 5px;
	line-height: 1.9em;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
#maincontent img {
	text-align: left;
	padding: 10px;
	background-position: left;
	float: left;
}

/************** Top Header **************/
#masthead {
	font-size: 85%;
	text-align: center;

}

#masthead p {
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 85%;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
}


/************** #Table of Contents **************/

/* Navigation Menu*/

#navmenuwrap{
	float: left;
	display: block;
	position: relative;
	clear: both;
	width: 22%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navmenu{
	float: left;
	display: block;
	position: relative;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
}
	
#navmenu p {
	color: #D11242;
	font-size: 14px;
	padding: 0px;
	background-image: none;
	line-height: 1.25em;
	font-style: italic;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
#navmenu h2 {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navmenu ul {
	text-indent: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: none;
}
#navmenu li {
	margin-bottom: 5px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-right: 3px;
	background-image: none;
	text-indent: 0px;
	font-size: 85%;
}
#navmenu a {
	list-style-type: none;
	background-image: none;
	text-indent: 0px;
	font-size: 85%;
	
	
}

/************** #postcard styles **************/

.postcard{
	float: none;
	text-align: left;
	margin: 5px 5px 5px 0px;
	display: block;
	float: none;
	
}

.postcard img{
	margin: 5px 5px 5px 0px;
	display: block;
	float: none;
}

/************** #footer**************/

#footer {
	border: 1px solid #D11242;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0px;
	background-color: #DDDDDD;
}
#footer p {
	text-align: center;
}

/************** #focus styles **************/

#focus{
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	margin: 5px 0px;
	float: left;
	border: 2px solid #d90026;
	font-size: 125%;
	font-style: normal;
	text-indent: 2px;
	font-weight: bold;
	letter-spacing: 2px;
}

.red{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2.5em;
	background-color: #D11242;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	font-weight: bold;
}

.black{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2.5em;
	background-color: #000000;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	font-weight: bold;
}

.highlight{
	color: #000000;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2em;
	font-style: italic;
	font-weight: bold;
}
/************** #advert styles **************/
#advert{
	font-size: 80%;
	width: 25%;
	float: right;
	height: auto;
	list-style-type: none;
	border: 1px solid #d90026;
	padding-right: 10px;
	right: 10px;
	clip: rect(auto,10px,auto,auto);
	list-style-image: none;
	display: inline;
	position: relative;
	padding-left: 5px;
	color: #000000;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 25px;
	margin-left: 15px;
}


/************** #Tooltips **************/

div.tooltip {
	border:1px solid #000000;
	background:#FFFF99;
	color:#000000;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
/****************************#Special*************/
.specialsection{
	padding: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 5px;
	top: 5px;
	background-color: #EAF2EF;
}

.center {
	text-align:center;

	}
.right {
	text-align: right;
}

/*************************** Tables **************/
table{
	padding-right: 10%;
	padding-left: 10%;
}
.background {
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-y;
}


caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.label {
	font: bold 2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #003263;
	margin: 0px;
	}

.blurb {
	font-size: 100%;
	line-height: 2em;
	font-weight: bold;
	color: #005288;
	background-color: #D8E0ED;
	margin: 10px;
	width: 25%;
	padding: 10px;
}


/**********************Abbreviations***********************/

abbr { border-bottom-width: 1px; border-bottom-style: dotted; }

/************** #Tooltips **************/

div.tooltip {
	border:1px solid InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	}
.highlight_blue {
	color: #000000;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2em;
	background-color: #D8E0ED;
	font-weight: 400;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.checkbox {
	list-style-image: url(Images/Checkbox.jpg);
}

