/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#C3FDB8;
	font-family: "arial,sans-serif";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	}
	
a {
	color: #666362;
	font-weight:bold;
	}
	
a:hover {
	color: #aeadac;
	}


/* ID Styles */


#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font-family: "arial,sans-serif";
	font-size:11px;
	color: #ffffee;
	letter-spacing:0.2em;
	}

	
/* Class Styles */
	
.bodyText {
	color:#014983;
	line-height:17px;
	margin-top:0px;
	font-family: "arial,sans-serif";
	font-size: 14px;
	}


.creditLine {

        float:left;
        width:150px;
        height:30px;
        margin:0 0 3px 5px;
        padding:5px;
        border:none;
        text-align:center;
	color:#B5EAAA;
        position:relative;
        bottom:-10px;
        left:0px;

}

.headerl {
        float:left;
        width:580px;
        height:190px;
        margin:0px 0px 0px 0px;
        padding:0px;
        border:none;
        text-align:center;
        font-size: 38px;
	font-weight: bold;
	color: #014983;
        position:relative;
        bottom:-25px;
        left:15px;

}

.headerr {
        float:right;
        width:300px;
        height:190px;
        margin:0px 0px 0px 0px;
        padding:0px;
        border:none;
        text-align:center;
        font-size: 24px;
	font-weight: bold;
	color: #014983;
        position:relative;
        bottom:-15px;
        left:0px;

}

.supporterr {
        float:right;
        width:150px;
        height:190px;
        margin:2px 2px 2px 2px;
        padding:3px;
        border:none;
        text-align:center;
        font-size: 12px;
	font-weight: bold;
	color: #014983;
        position:relative;
        bottom:-0px;
        right:-1px;

}

.supporterl {
        float:left;
        width:150px;
        height:190px;
        margin:2px 2px 2px 2px;
        padding:3px;
        border:none;
        text-align:center;
        font-size: 12px;
	font-weight: bold;
	color: #014983;
        position:relative;
        bottom:-0px;
        left:1px;

}

.mainl {
        float:left;
        width:225px;
        margin:2px 2px 2px 2px;
        padding:3px;
        border:none;
        text-align:center;
        font-size: 12px;
	font-weight: bold;
	color: #014983;
        position:relative;
        bottom:-0px;
        left:1px;

}

.creditLine {
	color:#ececdc;
	text-decoration: none;
}

.creditLine a {
	color:#ececdc;
	text-decoration: none;
}

.creditLine a:hover {
	color:#c9c7b9;
}

.background1 {
        background-color:#ffffff;
}

.background2 {
        background-color:#c4122c;
}


.style17 {font-size: 30px;
	font-weight: bold;
	color: #014983;
}

.style18 {font-size: 16px;
          color: #014983
}

.style19 {font-size: 20px;
          color: #014983
}

.style20 {font-size: 14px;
          color: #014983
}

.style22 {font-size: 12px;
          color: #014983
}
.style27 {
	font-family: "arial,sans-serif";
	font-size: 112px;
	font-style: italic;
	color: #014983;
}

.style28 {color: #FFFFFF}

.style29 {
	font-family: "arial,sans-serif";
	font-style: italic;
	font-size: 34px;
	font-weight: bold;
	color: #014983;
}

.style32 {font-family: "arial,sans-serif"}

.style33 {font-size: 14px}

.style34 {
	font-family: "arial,sans-serif";
	font-size: 18px;
	color: #014983;
        
}

.style36 {
	font-family: "arial,sans-serif";
	font-size: 12px;
	color: #C3FDB8;
}

.style37 {
        float:left;
        background-image: url(images/placard.jpg);
        width:200px;
        height:436px;

}

.style38 {
        float:right;
        background-image: url(images/placard.jpg);
        width:200px;
        height:436px;

}

.style39 {
        float:left;
        background-image: url(images/star.jpg);
        width:200px;
        height:195px;
        padding:1px;

}

.style40 {
        float:right;
        background-image: url(images/star.jpg);
        width:200px;
        height:195px;
        padding:1px;

}

.style41 {
        float:left;
        width:250px;
        height:317px;
        margin:8px 2px 2px 2px;
        padding:1px;

}




/* Photo Hover Views */



.thumbnailwl{
position: relative;
z-index: 0;
}

.thumbnailwl:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailwl span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #ffffff;
padding: 3px;
left: 80px;
bottom: 125px;
border: 6px groove #014983;
visibility: hidden;
color: #503181;
font-size: 14px;
text-decoration: underline;
z-index: 100;
}

.thumbnailwl span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailwl:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 125px;
left: 80px; /*position where enlarged image should offset horizontally */
}


.thumbnailwr{
position: relative;
z-index: 0;
}

.thumbnailwr:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailwr span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #ffffff;
padding: 3px;
left: -300px;
bottom: 125px;
border: 6px groove #014983;
visibility: hidden;
color: #503181;
font-size: 14px;
text-decoration: underline;
z-index: 100;
}

.thumbnailwr span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailwr:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 125px;
left: -300px; /*position where enlarged image should offset horizontally */
}




.thumbnailh{
position: relative;
z-index: 0;
}

.thumbnailh:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailh span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #ffffff;
padding: 3px;
left: -80px;
bottom: 125px;
border: 6px groove #014983;
visibility: hidden;
color: #503181;
font-size: 14px;
text-decoration: underline;
z-index: 100;
}

.thumbnailh span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailh:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 125px;
left: -80px; /*position where enlarged image should offset horizontally */
}





/* Dropdown Menu Format */


span#container
	{ position:absolute; background:#c4122c; border:0px solid #ffffff; height:20px; }

p	{ margin:0; padding:1.2em; }
p a:link,
p a:visited,
p a:hover,
p a:active
	{ font-weight:bold; color:#ffffff; }

ul#navigation-1
	{ margin:0; padding:1px 0; list-style:none; width:100%; height:21px; border-top:1px solid #c4122c; border-bottom:1px solid #ffffff; font-family: "arial,sans-serif"; }
ul#navigation-1 li
	{ margin:0; padding:0; display:block; float:left; position:relative; width:179px; z-index:1000; }
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{ padding:4px 0; display:block; text-align:center; text-decoration:none; background:#c4122c; color:#ffffff; width:179px; height:15px; }
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:4px 0; display:block; text-align:center; text-decoration:none; background:#c4122c; color:#ffffff; width:177px; height:15px; border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
	
ul#navigation-1 li ul.navigation-2
	{ margin:0; padding:1px 1px 0; list-style:none; display:none; background:#c4122c; width:177px; position:absolute; top:21px; left:-1px; border:1px solid #ffffff; border-top:none; z-index:1000; }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li
	{ width:177px; clear:left; width:177px; }

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#c4122c; padding:4px 0; width:177px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#c4122c; padding:4px 0; width:177px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000; }

ul#navigation-1 li ul.navigation-2 li ul.navigation-3
	{ display:none; margin:0; padding:0; list-style:none; position:absolute; left:177px; top:-2px; padding:1px 1px 0 1px; border:1px solid #ffffff; border-left:1px solid #ffffff; background:#c4122c; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover ul.navigation-3
	{ display:block; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited
	{ background:#c4122c; }
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover,
ul#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active
	{ background:#c4122c; }
ul#navigation-1 li ul.navigation-2 li a span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; z-index:1000; }
ul#navigation-1 li ul.navigation-2 li:hover a span,
ul#navigation-1 li ul.navigation-2 li a:hover span
	{ position:absolute; top:0; left:132px; font-size:12pt; color:#ffffff; z-index:1000; }