body {
  background-color: #CCCCCC;
  background-image: url(bg.jpg);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-attachment: fixed;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
  }
	
p {
margin: 0px;
padding: 0px;
margin-bottom: 1em;
margin-left: 5px;
margin-right: 5px;
font-size: 75%;
}
li {
font-size: 75%;
}

.center {
margin: 0px auto;
padding: 0px;
text-align: center;
}

.small {
font-size: 70%;
}

h2 {
font-family: 'Trebuchet MS';
font-size: 110%;
color: #993300;
font-weight: normal;
margin: 0px;
padding: 0px;
margin-left: 5px;
margin-bottom: 5px;
}

#wrapper {
margin: 0px auto;
width: 600px;
padding-top: 10px;
}

#header {
position: relative;
height: 121px;
background-color: #98B9DB;
width: 600px;
margin: 0px auto;
border: 2px solid white;
background-image: url(bg_header.jpg);
background-position: bottom left;
background-repeat: repeat-x;
margin-bottom: 4px;
}

#logo {
position: absolute;
top: 0px;
left: 118px;
}

#photo {
border: 1px solid gray;
}

#nav {
height: 20px;
background-color: #010D79;
width: 760px;
margin: 0px auto;
border: 2px solid white;
  background-image: url(bg_nav.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
margin-bottom: 4px;
margin-top: 4px;
}

#nav p {
margin: 0px;
padding: 0px;
color: white;
font-size: 13px;
margin-top: 2px;
font-weight: bold;
}

#nav p a {
color: white;
text-decoration: none;
}
#nav p a:hover {
color: white;
text-decoration: underline;
}


#content {
	text-align: left;
	background-color: white;
	width: 760px;
	margin: 0px auto;
	border: 2px solid white;
	background-color: white;
	color: #010D79;
}

#content h2 {
font-weight: normal;
color: #8EA7FF;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 20px;
}

#content h3 {
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
color: #8EA7FF;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 14px;
}



 #sidecolumn {
 width: 280px;
 float: right;
 }
 
 
 #maincolumn {
 margin-right: 280px;
 }


#footer {
	height: 15px;
	background-color: #010D79;
	width: 760px;
	margin: 0px auto;
	border: 1px solid white;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	font-size: 80%;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #FFFFFF;

}

#footer p{
margin-top: 1px;
margin-bottom: 1px;
color: #FFFFFF;
text-decoration: none;
}

#footer p a{
color: #FFFFFF;
text-decoration: none;
}



#popup {
text-align: center;
margin-top: 10px;
font-size: 80%;
}

#popup img {
border: 1px solid gray;
}

#popup a {
color: black;
}
#popup a:hover {
color: black;
text-decoration: none;
}

hr {
  border: 0;
  width: 80%;
}
