body {
    background-image: url("");
    background-repeat:no-repeat;
    background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#rcorners1 {
    border-radius:15px;
	border: 5px solid #fbb812;
    background:#002f6a;
    padding: 20px;
	font-size:16px;
	color:#ffffff;  
}	
p {
	font-size:16px;
	color:#000000;
}
p1 {
	font-size:16px;
	color:#ffffff;
}
ul {
	font-size:18px;
	color:#ffffff;
}
li {
	font-size:16px;
	color:#ffffff;
}
li.two {
	font-size:16px;
	color:#000000;
}
ul.two {
	font-size:16px;
	color:#000000;
}
ul.one {
	font-size:16px;
	color:#ffffff;
}
ol.one {
	font-size:16px;
	color:#ffffff;
}
li.one {
	font-size:16px;
	color:#ffffff;
}
a.one:link, a.one:visited {
    display: block;
    width: 120px;
	background-color:#ffffff;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	padding:5px;
	vertical-align:middle;
}
a.one:hover, a.one:active {
	background-color:#002f6a;
	color:#002f6a;
	font-size:14px;
	vertical-align:middle;
}
a.two:link, a.two:visited {
	color:#002f6a;
	font-style:inherit;
	text-align:center;
	font-size:14px;
	padding:5px;
}
a.two:hover, a.two:active {
	color:#002f6a;
	font-size:14px;
	font-style:inherit;
}
a.three, a.three:active {
	color:#fbb812;
	font-style:inherit;
	font-size:16px;
}	
a.three:hover {
	color:#fbb812;
	font-style:inherit;
	font-size:16px;
}	
a.four, a.four:hover, a.four:active {
	color:#fbb812;
	font-size:16px;
	font-weight:bold;
    text-decoration: none;
}

h1 {
	color:#002f6a;
	font-family: "Verdana", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	font-size:18px;   
}
h2 {
	color:#002f6a;
	font-size:16px;   
}
h3 {
	color:#002f6a;
	font-size:14px;  
}
ul#menu {
    padding:2;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    background-color:#002f6a;
    color: white;
    padding: 14px 14px;
    text-decoration: none;
    border-radius: 8px 8px 8px 8px;
}

ul#menu li a {
    background-color:#002f6a;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
	font-family: "Verdana", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	font-weight:bold;
    border-radius: 8px 8px 8px 8px;
}
li#active {
    background-color:#fbb812;
    color:#002f6a; 
    padding: 10px 20px;
    text-decoration: none;
	font-family: "Verdana", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	font-weight:bold;
    border-radius: 8px 8px 8px 8px;
}
.thumbnail { 
top:-50px; 
left:-35px; 
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

/*change the number below to scale to the appropriate size*/ 
.thumbnail:hover { 
transform: scale(2); 

}