.box1 a:link {
    color: #EEEEEE;
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #FFFF00;
    font-weight: bold;
}

.box1 a:visited {
    color: #EEEEEE;
    font-weight: bold;
    text-decoration: none;
}


a:visited {
    color: #FFFFFF;
    font-weight: bold;
}


.box1 a:hover {
    color: #22EE22;
    font-weight: bold;
}

a:hover {
	color: #22EE22;
	font-weight: bold;
	}

a img {
	behavior: none;
    border: none;
    vertical-align: middle;
}	

p.center {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	align: center;
}


	.thumbnail
		{
			float: left;
			width: 150px;
			height: 90px;
			border: 1px solid #999;
			margin: 0 30px 30px 0;
			text-align: center;
			font-family: verdana, arial, sans-serif;
		}
        .thumb_spacer
  		{
			float: left;
			width: 150px;
			height: 90px;
			border: 1px solid;
                        border-color: transparent;
			margin: 0 30px 30px 0;
			text-align: center;
			font-family: verdana, arial, sans-serif;
		}
	.clearboth { clear: both;}
	.box1 { margin-left: 150px; margin-right: 10%; 
		padding-top: 125px; margin-bottom: 0px;
		}

	.caption
		{
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;	
		}

	 ul#navlist
	{
		padding: 0px; margin: 0; list-style-type: none;
		float: left; width: 100%; color: #000; 
		background-color: #FF9900;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}

	ul#navlist li { display: inline; }

	ul#navlist li a
	{
	float: left; color: #000; background-color: #FF9900;
	padding: 1px 4px; text-decoration: none;
	margin: 2px 5px; text-align: center; 
	border: 1px solid #000;
	}

	ul#navlist li a:hover
	{
	background-color: #DDD; color: #111;
	}	
h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #CCCCCC;
        text-decoration: none;
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        line-height: normal;
        font-weight: lighter;
        font-variant: normal;
        text-transform: none;
        color: #999999;
        text-decoration: none;
}

h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: lowercase;
        color: #CCCCCC;
        text-decoration: none;
}


