/* CSS Document */

body {background:#CCCCCC;}

#container{
    margin:0 auto;
    width:672px;
    position: relative;
    top: 14px;
	border:solid #999999 1px;
	background:#FFF;
}

#header{
flaot:right;
    background-image:url('images/header.jpg');
    background-position:bottom right;
    background-repeat:no-repeat;
    width:672px;
    text-align:right;
	border-right:solid #666 1px;
	height:225px;
	}
	
	
	
	img{behavior:url(style/iepngfix.htc);}

#navcontainer {
width: 234px;
float : left;
margin : 0px;
padding : 0px;
margin-top : 50px;
}

#navheader {
width: 234px;
float : left;
margin : 0px;
padding : 0px;
background-image:url(images/menubg.jpg);
overflow:hidden;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#navcontainer li {
	margin: 0;
	padding: 6px 6px 6px 0px;
	background-image:url(images/menubgover.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#navcontainertop {
	margin: 0;
	background-image:url(images/menubgover.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#john {
float:right;
border-bottom: solid #999 1px
}
.elect {
width:250px;
color:#404040;
font-family:Georgia, "Times New Roman", Times, serif;
display:inline;
margin:15 10 15 15px;
text-align:left;
vertical-align:top;
}

#navcontainer a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom : 0px;
	padding : 0px 0px 0px 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer li:hover
{
background-image:url(images/overbg.png);
color: #fff;
}

/*Main Page Content*/

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}


.piclink {
border:solid black 2px;
padding:2px;
}

img.content {
border:solid black 2px;
padding:2px;
}

.caption { font-size: 80%;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
                  text-align: center; 
				  color:#888888}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#CC0000
}

#left{
border-right: dotted black 1px;
border-right-style:dotted;
padding-right: 20px;
padding-left:20px;
vertical-align:text-top;
}

#right{

padding-left:20px;
padding-right:20px;
vertical-align:text-top;
text-align:left;
}

/* Begin Footer */
#footer {
width: 672px;
padding: 18px 20px 20px 20px;
margin: 0px auto;
text-align: right;
color: #26354A;
font-size: 10px;
}
#footer a {text-decoration: none; font-weight: normal;}
#footer a:link {color: #26354A;}
#footer a:visited {color: #26354A;}
#footer a:active {color: #999;}
#footer a:hover {color: #888;}

#footertwo {
width: 672px;
padding: 2px 20px 20px 20px;
margin: 0px auto;
text-align: center;
color: #26354A;
font-size: 10px;
}