/* CSS Document */
/* Document contains: HTML Elements, Classes, ID's */
/* items sorted alphabetically within each category */
/*-----------------------------------------------*/
/*-------------HTML ELEMENTS---------*/

a:link{
color: #0000CC;
text-decoration: none;
}

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

a:hover{
color: #000099;
text-decoration: underline;
}

a:active{
color: #000099;
text-decoration: underline;
}

body{
	background-color: #17007C;
	margin: 0px;
	padding: 0px;
	font-family: Palatino Linotype;
	font-size: 14px;
	margin-left: 1px
}

h1{
font-family: Palatino Linotype;
color: black;
font-size: 20px;
margin-bottom: 3px;
}

h2{
font-family: Palatino Linotype;
color: black;
font-size: 18px;
margin-bottom: 3px;
}

h3{
font-family: Palatino Linotype;
color: #000000;
font-size: 16px;
margin-bottom: 3px;
}

h4{
font-family: Palatino Linotype;
color: white;
font-size: 36px;
margin-bottom: 3px;
background-color: #666699;
}

h5{
font-family: Palatino Linotype;
color: black;
font-size: 36px;
margin-bottom: 3px;
}
/*-------------CLASSES---------*/

.Attention {  
	color: #FF0000
}

.Caption {  
	font-family: Palatino Linotype; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal; 
	margin-top: 2px; margin-bottom: 2px
}

.ContentPhoto { /* used for photos placed within main content of pages */
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ContentPhotoHolder { /* used for photos placed within main content of pages -- use this class for a div tag to include a caption below photo */
	font-family: Palatino Linotype; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal; 
	text-align: center;
	background-color: #FFFFFF;
	border: 0px;
	border-style: none;
	margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;	/* default float left... change in-line style to adjust this */
}

.HeaderBlock { /* used for newsletter header placed within main content of pages */
	font-family: Palatino Linotype;
	color: white; 
	font-size: 36px;  
	font-weight: normal; 
	background-color: #666699;
	border-bottom: 2px;
	border-bottom-color:#000000;
	border-top: 2px;
	border-top-color:#000000;
	border-left: 2px;
	border-left-color: #666699;
	border-right: 0px;
	border-right-colour: #666699;
	border-style: solid;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.Copyright {
	font-size: 10px;
	color: #666666;
}

.Banners {
}

