@charset "utf-8";
/* CSS Document */
/* Menu */
.menu{
font-weight: bold;
width: 100%;
}

.menu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; 
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #1D489E;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #dcdcdc; /*bottom border is 3px*/
}

.menu ul li a:hover, .menu ul li a.selected{
border-bottom-color: #1D489E;
}

/* Headings */
h1 { 
font-family: Georgia; 
color: #1D489E; 
font-size: 22px; 
font-weight: normal; 
line-height: 50px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #ffffff; 
font-size: 11px; 
font-weight: bold; 
line-height: 15px;
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #1D489E; 
font-size: 13px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #ffffff; 
font-size: 13px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

a:link {
	color: #1D489E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1D489E;
}
a:hover {
	text-decoration: underline;
	color: #1D489E;
}
a:active {
	text-decoration: underline;
	color: #1D489E;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #f4f4f4;}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2b2b2b;
	text-align: left;}
	
.style2 {font-size: 22px; font-family: Georgia, "Times New Roman", Times, serif;}
.style5 {font-size: 16px}
.style7 {color: #CCCCCC}
.style9 {font-size: 26px; color: #00129B;}
.style12 {font-size: 6px; color: #152CD2; }
.style16 {font-size: 12px}
.style17 {color: #DDDDDD;font-weight: bold;}
.style22 {font-size: 26px}
.style23 {font-size: 10px}
.style25 {color: #2C6FF4}
.style26 {font-size: 18px}
.style27 {font-size: 14px; font-weight: bold;}
.style29 {font-size: 13px; font-weight: bold;}
.style32 {font-size: 22px; color: #ffffff;}
.style30 {color: #152CD2}
.style35 {font-size: 24px}
.style36 {color: #FFFFFF}
.style37 {color: #000000}
.style40 {font-size: 14px}
.style41 {font-size: 11px}



.class1 A:link { color: #00FF1E; text-decoration: underline;}
.class1 A:visited { color: #00FF1E;text-decoration: underline}
.class1 A:active { color: #00FF1E; text-decoration: none}
.class1 A:hover {color: #00FF1E; text-decoration: none}

.class2 A:link { color: #00129B;text-decoration: underline;}
.class2 A:visited { color: #00129B;text-decoration: underline}
.class2 A:active { color: #00129B; text-decoration: none}
.class2 A:hover {color: #00129B; text-decoration: none}

.class3 A:link { color: #2b2b2b;text-decoration: none;}
.class3 A:visited { color: #2b2b2b;text-decoration: none}
.class3 A:active { color: #2b2b2b; text-decoration: none}
.class3 A:hover {color: #2b2b2b; text-decoration: none}

.class4 A:link { color: #fff;text-decoration: none;}
.class4 A:visited { color: #fff;text-decoration: none}
.class4 A:active { color: #fff; text-decoration: none}
.class4 A:hover {color: #fff; text-decoration: none}

.home A:link { color: #1D489E;text-decoration: none;}
.home A:visited { color: #1D489E;text-decoration: none}
.home A:active { color: #1D489E; text-decoration: none}
.home A:hover {color: #1D489E; text-decoration: underline}

img
{  border-style: none;
}

.nav{
	width: 225px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #f4f4f4;
	border-size: 1px;
	border-width: 1px;
}

.nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.nav li a{
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/nav.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-align:left;
}	
	
.nav li a:link, .nav li a:visited {
	color: #1D489E;
}

.nav li a:hover{
	color: #000000;
	background-position: 100% -32px;
}

	
.nav li a.selected{
	color: #1D489E;
	background-position: 100% -64px;
}
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 0px 0px;
}
