
	
	body {
		
		margin:auto;
		padding:5px;
		width:900px;
		height:auto;
		align: center;
		background:#FFF;
		font-size:90%;
		font-family:  verdana, tahoma, sans-serif; background-image: url('images/bg3.gif'); background-repeat: repeat-x;
	}

	wrapper { width: 800px; background:#FFF; border: 1px solid #FFF;	margin-right: auto;
	margin-left: auto; 
	align: center; padding: 10px;}

#wmgcumulus {align: center;}



.buttonscontainer {width:auto; align: center; background-color: #FFF; border: 3px solid #EEE;}

.buttons a {color: #0000FF;
background-image: url('images/blue.gif');
background-repeat: repeat y;
background-color: #A7D6F4;
padding: 5px;
font: 1em verdana, sans-serif;
font-weight: strong;
text-decoration: none;
display: block;
margin: 2px;
width: 100%;
height:auto;
text-align: left;}

.buttons a:hover {
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #46A5E5;
color: #0000FF;
font: 1em verdana, sans-serif;
font-weight: strong;
text-decoration: none;}

.buttonscontainer2 {width: auto; background-color: #0175C0; height: auto; padding-top: 18px; padding-bottom: 1px; text-align: center; line-height: 1.5em;}

.buttons2 a {color: #FFF;
font: 1.1em verdana, sans-serif;
font-weight: strong;
text-decoration: none;
display: inline;
margin: 5px;
width: auto;
text-align: center;}

.buttons2 a:hover {
color: #0000FF;
text-decoration: none;
font: 1.1em verdana, sans-serif;
font-weight: strong;}



	a {color:#0000FF; text-decoration:none; }

	a:hover {color:#0000FF; text-decoration:none;}
	
	hr {color: #C7E2F6; height: 1px;}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;}

	p.c2 {text-align: center; }

p.c5 {text-align: left; font-size:80%; line-height:1.5em; margin:0; padding:5px 0;}
p.c55 {text-align: left; font-size:80%; color:#000000;}
	p.c6 {text-align: center; font-size: 120%; font-weight: strong; font-family: verdana, tahoma, sans-serif; color: #000;}
	p.c22 {text-align: center; background-color:#fff; padding: 1em; border: 1px solid #0175C0; }
	p.c23 {text-align: left; background-color: #FFF; padding: 1.1em; border: 1px solid #FFF;background-image: url('images/rolls.jpg'); }
	p.c20 {text-align: center; font-size:90%;
		font-color: #FFF;}
	p.c25 {text-align: center; background-color: #0175C0;; padding: 1.1em;}
	p.c26 {text-align: center; padding: 1.1em; font-size: 1em; color: #0000FF; baclground-color: #0175C0;}
	table.t100 {text-align: left; background-color: #A7D6F4; cell-padding: 5px; border: 1px solid #0175C0; font-size: 90%; color: #000; width: 99%; }


	img {margin:2px 0 1px;}

	/* Header styles */

	#header {
		clear:both;
		float:left;
		width:100%;background: #C7E2F6; height: auto; }

	#banner { clear: both; float: left; width: 100%; background-color: #8CC3EC; background-image: url('logos/banner.jpg'); background-repeat: no-repeat; background-position: center; height: auto; padding: 0;}

	
	h1 {font-size: 100%;} h2 {font-size: 90%;} h3 {font-size: 90%;} h4 {font-size: 90%; text-align: center; color: #000;}

	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:5px;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}


	
	#layoutdims {
		clear:both;
		background:#0175C0; background-image: url('images/navbar2.gif'); background-repeat: no-repeat;
margin:0; height: auto; text-align: center; padding-top: 15px; padding-bottom:10px; padding-left: 10px; padding-right: 10px; font-family:  verdana, tahoma, sans-serif; color: #FFF; font-size: .9em; font-weight: strong;}

	#list #list2 { padding: 1.5em; background-color: #EEE; border: 1px solid #20B14A;}

	#form {width: auto; height: auto: padding-right: 5px; bgcolor: #FFF;}


	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */

	.threecol {background:#FFF;/* right column background colour */	}

	.threecol .colmid {	right:25%; /* width of the right column */
background:#fff; background-image: url('images/bg4.gif'); background-repeat: repeat-x;	/* center column background colour */ }

	.threecol .colleft {right:50%;/* width of the middle column */
background:#FFF;  /* left column background colour */}

	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */	}





div.container {width:auto; height:auto;
	align: center;padding: 1px; border: 1px solid #ff0000;
  }


div.spacer {
  clear: both;
  }


div.float {
  float: left;
  margin: 5px;
  }
  
div.float p {
   text-align: center;
   }

div.bx1 {clear:both; padding: 5px; width:auto; height:auto; align: center;margin-right: auto;	margin-left: auto; }


	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		height:32px;
		border-top:1px solid #000;
		background-image: url('images/navbar-low.gif'); background-repeat: repeat-x;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	