  
.imageWithBorder{
	  border: solid 1px #006;
  }
		
label{
	margin: 4px;
	display:block;
	float:left;
	width:250px;
	text-align:right;
	font-size:75%;
	background-color:#fff;
}

input[type|=text], input[type|=password]{
	display: block;	
	float:left;
	border: solid 1px #006;
}



input[type|=submit]{
	margin: 4px 4px 4px 200px;
	color: #006;
	border: solid 1px #006;
}

textarea{
	border: solid 1px #006;	
}

.edit{
	display: inline;
	float: left;
	margin: 10px;
	width: 255px;
}

.pic_cap{
	display: inline;
	float: left;
	padding:10px;
	width: 200px;
	height: 225px;
	text-align:center;

}

.maintext{
	color:#006;
	font-size:110%;
	width:600px;
	margin: 10px auto 10px auto;
}

.instructions{
	color:#737373;
	font-style:italic;
	font-size: 75%;
}


body{
	font-family:Arial;
	margin:10px 20px 0px 20px;
}

/*
ul{
	list-style:none;
	background-color:#fff;
	padding: 5px;
	width:15em;
}
*/
.outlinedTable{
    border: medium solid #006;
    margin-top:1em;
    margin-bottom:1em;
    border-spacing:10px;
    background:#ccf;
}

.alert{
    color:#b00;
}

.picture{
    border-width:1px;
    border-color:#006;
    border-style:solid;
    margin:.5em;
}

td {
	font-family: Arial,Helvetica,sans-serif;
	color: #006;
}

p {
	width:650;
	text-align:left;
}

.title{
	font-weight:bold;
	text-align:left;
}

li{
	margin-top:.2em;
}


.rightimage{
    display: inline;
    float: right;
    padding:10px;
    width: 200px;
    height: 200px;
    text-align:center;
}

.leftimage{
    display: inline;
    float: left;
    padding:10px;
    width: 200px;
    height: 200px;
    text-align:center;
}


.captiontext{
    color:#006;
    font-size:75%;
    text-align:center;
    height: 4em;
    overflow: hidden;
}


#navmenus ul
{
	padding: .2em;
	margin: 0;
	float: left;
	width: 750px;
	font-family: arial, helvetica, sans-serif;
}

#navmenus ul li { display: inline; }

#navmenus ul li a
{
}

#navmenus ul li a:hover
{
}

#navlist
{
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	background-color:#006;
	width:750px;
}

#navlist ul
{
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 0px 20px; }

#navlist a:link, #navlist a:visited
{
	color: #777;
	background-color: #006;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
}


#navlist li #active a:link, #active a:visited, #active a:hover
{
    color: #33f;
}

ul#sublist
{
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
	width:750px;
	background-color:#777;
}

#sublist li
{
    display: inline;
    list-style-type: none;
}

#sublist a { padding: 0px 20px; }

#sublist a:link, #sublist a:visited
{
    color: #fff;
    background-color: #777;
    text-decoration: none;
}

#sublist a:hover
{
    color: #fff;
    background-color: #777;
    text-decoration: none;
}

#sublist a:link, #sublist a:visited, #sublist a:hover
{
    color: #000;
}

#sublist #active
{
	color:#00f;
}
