/* BASIC */
body {
	background-color: #e2ecf2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #274690;
	margin: 5px 10px;
	padding: 0px;
}

h1 {
	font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: lowercase;
}

h2,h3,h4,h5,h6 {
	font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #274690;
	text-transform: lowercase;
	text-decoration: underline;
}

a {
	color: #274690;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #9ab0e4;
}

/** HEADER */
#header {
	margin: 0px;
	padding: 0px 0px 25px 0px;
	background: #9ab0e4 url("../images/top_lefta.gif") no-repeat left top;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 0px;
	border: 0;
	background: url("../images/top_righta.gif") no-repeat right top;
	text-decoration: none;
}

#header h1 {
	float: right;
	margin: 0;
	padding: 20px 150px 20px 20px;
	color: white;
	font-weight: bold;
	background: url("../images/top_righta.gif") no-repeat right top;
	text-decoration: none;
}

#header img {
	margin: 20px 20px 0px 0px;
}

/** TOP MENU */
#topmenu {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #4d74cf;
	border-color: white;
	border-width: 1px 0px;
	border-style: solid;
}
/*
#topmenu ul {
	background: url("../images/jack01_50x35.gif");
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

#topmenu li {
	display: inline;
	padding: 0px;
	margin: 0px -4px 0px 0px;
}

#topmenu a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#topmenu a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
/*	background-color: rgb(77, 116, 207);*/
}

#topmenu img {
	border: 0;
	margin: 0px -1px -3px;
	padding: 0px;
}

/* CONTENT */
/*#outside {
	border-right: 1px solid blue;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
}
*/
#content {
	margin: 0px;
	border-right: 1px solid blue;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}

p.parag	{
	text-indent: 1.5em;
}

/*	border-right: 1px solid blue;
	border-left: 1px solid blue;
	border: 1px solid blue;	padding-right: -1px;
	background: #ECF6FC url(../images/motif_129x600e.jpg) no-repeat right bottom;*/
#columnA {
	background: #e2ecf2 url("../images/bg_derrick01.gif") no-repeat right top;
	margin-left: 27%;
	margin-top: 1em;
	padding: 10px;
	font-size: 90%;
	line-height: 1.4em;
}

#columnB {
	/*	background: #E8EDF9 url(../images/motif_129x600e.jpg) no-repeat left top; */
	background-color: #d6e4ed;
	margin: 0;
	float: left;
	width: 24%;
	padding: 10px;
	font-size: 80%;
	line-height: 1.4em;
	border-right: 1px dotted gray;
}

#columnB h2 {
	font-size: large;
}

/** FORM */
#form1 img {
	border: 0;
}

#form1 table,tr,td {
	background: #c8dceb;
}

#form1 textarea {
	width: 350px;
	text-indent: 0;
}

#form1,#memberinfo,.smaller {
	font: 80% verdana, arial, sans-serif;
}

#memberformresult #content {
	padding: 5px;
	position: relative;
	margin-left: 215px;
	background: #a0c8ff;
}

#memberformresult hr {
	visibility: hidden;
	clear: both;
	width: 100%;
}

.data {
	width: 350px;
	text-align: left;
	padding: 2px 5px;
}

.label {
	width: 200px;
	text-align: right;
	padding: 2px 5px;
}

/** FOOTER */
#footer {
	margin: 0px auto;
	text-align: center;
	background: rgb(154, 176, 228) url("../images/bottom_lefta.gif") no-repeat
		left bottom;
	border-top: 1px solid #ffffff;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 15px 10px;
	background: url("../images/bottom_righta.gif") no-repeat right bottom;
	font-size: smaller;
	color: white;
}

hr.clear {
	width: 100%;
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
	line-height: 0;
}

hr.hidden {
	width: 100%;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0.1em;
	clear: both;
}

/* topmenu3 */

#centeredmenu
{
    float : left;
    width : 100%;
    background : #ffffff;
    border-bottom : 1px solid #6587d6;
    border-top : 1px solid #6587d6;
    overflow : hidden;
    position : relative;
    background-color : #9ab0e4;
}
#centeredmenu ul
{
    clear : left;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    left : 50%;
    text-align : center;
    background-color : #9ab0e4;
}
#centeredmenu ul li
{
    display : block;
    float : left;
    list-style : none;
    margin : 0;
    padding : 0;
    position : relative;
    right : 50%;
}
#centeredmenu ul li a
{
    display : block;
    margin : 0 0 0 1px;
    padding : 3px 10px;
    background : #6587d6;
    color : #ffffff;
    text-decoration : none;
    line-height : 1.3em;
}
#centeredmenu ul li a:hover
{
    background : #ffffff;
    color : #0000ff;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover
{
    color : #ff0000;
    background : #008000;
    font-weight : bold;
}
li.boxy span
{
	position: fixed;
	top: 0;
	left: -1000px;
	background-color: white;
	color: black;
	padding: 5px;
	visibility: hidden;
	text-decoration: none;
}
li.boxy:hover span
{
	position: fixed;
	top: 25px;
	left: 175px;
	width: 350px;
	background-color: white;
	color: black;
	border: 1px solid navy;
    padding: 5px;
	text-align: left;
	font-size: smaller;
	text-decoration: none;
	visibility: visible;
	z-index: 50;
	-webkit-border-radius: 0.50em;
	-moz-border-radius: 0.50em;
	border-radius: 0.50em;
	CCborderRadius: 0.50em;
}

/*curvycorners*/

.myBox {
	color: blue;
	width: 200px;
	padding: 10px;
	text-align: left;
	background-color: transparent;
	border: 1px solid blue;
	margin-bottom: 10px;
	/* Do rounding (native in Firefox and Safari, CC in IE)*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
	borderradius: 10px;
}

.box0 {
	background-color: #e2ecf2;
	min-height: 200px;
}

.box1 {
	background-color: #e2ecf2;
}

.box2 {
	background-color: #00ff00;
}

.box3 {
	background-color: #0000ff;
}
#outer
{
  position: relative;
  width: 60%;
  min-height: 200px;
  margin: 20px auto;
  border: 2px solid #c00;
}
#inner
{
	margin: 10px auto;
  background-color: #9999ff;
  color: white;
  padding: 1em;
  width: 90%;
}

