html { font-size: 101%; } /*fix IE bug in font scaling*/

/*sets up some defaults for the entire page*/
body {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #333333;
	background-color: #34627C; 
	margin: 20;
	padding: 0;
	font-size: 12px;
}

.smalltext {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	font-style: italic;
}

td {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #26383d;
	font-size: 12px;
}
.tableCell{
	background: #E8E495
}

.textfield {
	margin:0px;
	height:18px;
	border:dashed 1 #34627c;
	background: #E8E495; 
}

.alerttext {
	color: red;
	font-weight: bold;
{

img {
	border: 0;
	margin: 0;
}

h1 {
	color: #26383d;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #26383d;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #26383d;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

h4 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	color: #274a9b;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

a.menuitem:link { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #000000;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.menuitem:visited { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #000000;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.menuitem:active { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #000000;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.menuitem:hover {
	color:#FFE488;
	background-color: #5B92C8; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #000000;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.menuitemover:hover {
	color:#FFE488;
	background-color: #5B92C8; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #000000;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}
a.premmenuitem:link { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #E8E495;
	border-style:solid;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.premmenuitem:visited { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #E8E495;
	border-style:solid;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.premmenuitem:active { 
	align:center;
	color:#FFF9E4;
	background-color: #34627C; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #E8E495;
	border-style:solid;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.premmenuitem:hover {
	color:#FFE488;
	background-color: #5B92C8; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-style:solid;
	border-color: #E8E495;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

a.premmenuitemover:hover {
	color:#FFE488;
	background-color: #5B92C8; 
	margin: 2;
	padding: 2;
	font-size: 12px;
	border-color: #E8E495;
	border-style:solid;
	border-width:2px;
	width:100%;
	font-weight: bold;
	text-decoration: none;
}

.menutitle {
	color:#34627C;
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

/*standard links*/
a:link { 
	text-decoration: underline;
	color: #000;
}

a:visited { 
	text-decoration: underline; 
	color: #000;
}

a:active { 
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #696969;
}
/*END standard links*/




/*top header logo*/
.topheader {
	border: 0px;
	background: #FFF url('images/cwlogo.png') no-repeat top center;
	width: 450px;
	height: 110px;
	align: center;
}

.pageWrapper {
	display: table;
	background: #FFF9E4;
	border: 1px solid black;
	width: 800px;
	margin:20px;
	align:center;
}
.maincontent {
	margin:20px;
}


/*bottom footer logo*/
.footer {
	font-size: 10px;
	font-style: italic;
	text-align:center;

}
