* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	/* text-transform: lowercase; */
	/* font-weight: bold; */
}

h2, h3, h4, h5, h6 {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* color: #60B7DE; */
	/* text-transform: uppercase; */
	font-weight: bold;
	/* margin-top: 10px; *
	/* margin-bottom: 10px; */
}

h3 {

}

p {
	margin-bottom: 10px;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}



/*  WRAPPER WRAPS EVERYTHING */
#wrapper {
	width: 760px;
	border: 1px solid #fff;
	margin: 5px auto 5px auto;
}




/** HEADER */

#header {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#logo {
	float: left;
	margin: 0px;
	padding: 15px;
}

#logo h1 {

}

#logo h1, #logo h1 a {
	color: #999;
	text-decoration: none;
}

#logo h2 {
	font-size: 14px;
}


#banner1 {
	float: right;
	margin: 10px 10px 10px 10px;
	min-height: 122px;
}

#banner2 {
	text-align: center;
	background-color: #fff;
	padding: 10px;
}

div.bannercaption {
	font-family: Arial;
	font-size: 10px;
}

div.bannercaption a {

}

div.clearing {
	clear: both;
	height: 0px;
}


/* MENU 1*/
#menu1 {
	padding: 0px 15px 0 15px;
	margin: 0 auto;
	width: 730px;
}

#menu1 ul {
	list-style-type: none;
	/* width: 100%; */
	/* position: relative; */
	height: 27px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 11px 0 0 0;
	text-align: right;
}

#menu1 ul li {
	display: inline;
	float: right;
	margin: 0 0 0 4px;
	height: 27px;
}

#menu1 ul li.left {
	margin: 0;
}

#menu1 ul li a {
	display: block;
	float: left;
	color: #fff;
	background: #4A6867;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}

#menu1 ul li a.right {
	padding-right: 19px;
}

#menu1 ul li a:hover {
	background: #2E4560;
}
#menu1 ul li a.current {
	color: #2E4560;
	background: #fff;
}

#menu1 ul li a.current:hover {
	color: #2E4560;
	background: #fff;
}


/** MENU 2 */
#menu2container {
	position: relative;
	height: 48px;
	background: #69BEEE;
	width: 100%;
	font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
}

#menu2 {
	position: relative;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	background: #fff url(images/wax/bluewax_bottom.gif) repeat-x bottom left;
}

#menu2 ul{
	margin: 0px;
	padding: 0 0 4px 0;
	list-style-type: none;
	width: auto;
	float: right;
}

#menu2 ul li{
	display: block;
	float: left;
	margin: 0 1px;
}

#menu2 ul li a{
	display: block;
	float: left;
	color: #003858;
	text-decoration: none;
	padding: 0 0 0 12px;
	height: 21px;
	line-height: 195%;
}

#menu2 ul li a span{
	padding: 0 12px 0 0;
}

#menu2 ul li a:hover, #menu2 ul li a.current{
	color: #fff;
	background: #1D6893 url(images/wax/bluewax_navtopleft.gif) no-repeat top left;
}

#menu2 ul li a:hover span, #menu2 ul li a.current span{
	display: block;
	width: auto;
	background: #1D6893 url(images/wax/bluewax_navtopright.gif) no-repeat top right;
}



/* MENU 3 */
#menu3 
	float: left;
}

#menu3 ul {
	margin: 0;
	padding: 0;
}

#menu3 li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menu3 a {
	color: #000000;
	font-weight: bold;
	padding: 0 5px 0 0;
	text-decoration: underline;
}

#menu3 a:hover {
	color: #000000;
	text-decoration: none;
}



/** WRAPPER2, WRAPS LEFT CENTER RIGHT COLUMNS */

#wrapper2 {
	width: 760px;
	margin: 0px auto;
	padding-top: 10px;
	min-height: 100%;
	overflow: hidden;
	background-color: #fff;
	color: #000;
}

#wrapper2 p, #wrapper2 ul, #wrapper2 ol {
	line-height: 140%;
}




div#content ul {
	margin: 0;
	padding-left: 15px;
}

div#content ul li {
	margin-bottom: 5px;
}

div#content h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}

div#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content p {
	line-height: 145%;
}



/* BLOCKS */
/*
div.block {
	margin-bottom: 20px;
}

div.block h2 {
	font-size: 11px;
	background-color: #f3f3ff;
	text-transform: uppercase;
	padding: 8px 10px 6px 10px;
	border-top: 1px solid #60609b;
	border-right: 1px solid #60609b;
	border-left: 1px solid #60609b;
	line-height: 1;
	color: #000;
}


div.block .blockcontent {
	border: 1px solid #60609b;
	margin-bottom: 20px;
	padding: 15px 10px 15px 8px;
}

div.block .blockcontent ul {
	margin: 0;
	padding-left: 15px;
}

div.block .blockcontent ul li {
	margin-bottom: 5px;
}

div.block00 {
	margin-bottom: 20px;
}

div.block00 h2 {
	font-size: 11px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 8px 10px 6px 10px;
	line-height: 1;
	color: #000;
}

div.block00 .blockcontent ul {
	margin: 0;
	padding-left: 15px;
}

div.block00 .blockcontent ul li {
	margin-bottom: 5px;
}


div.block01 {

}

div.block01 h2 {
	font-size: 11px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #60609b;
	border-right: 1px solid #60609b;
	border-left: 1px solid #60609b;
	line-height: 1;
	color: #000;
}

div.block02 {

}
*/


div.block {
	padding: 20px 20px 20px 20px;
	background: #FEFFD5;
	border: 1px solid #FFEB70;
	font-size: 90%;
	margin-bottom: 10px;
}

div.block h2 {
	color: #225799;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
}


.blueblock {
	padding: 20px;
	background-color: #333399;
	margin-bottom: 10px;
	color: #eee;
}

.blueblock h2 {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}


/** FOOTER */

/*
#footer {
	clear: both;
	width: 818px;
	margin: 0px auto 0px auto;
	border-top: 1px dotted #ccc;
	text-align: center;
	padding: 5px;
	background-color: #000;
}

#footer p {
	color: #4773C1;
	font-size: smaller;
}
*/

#footer {
	font-family: Tahoma;
	font-size: 12px;
	clear:both;
	width: 720px;
	min-height: 80px;
	font-size: 80%;
	background: #DADADA;
	padding: 20px;
	text-align: left;
	border-top: 2px solid #2765AF;
}

#footer a {
	color: #000000;
	font-weight: bold;
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}


#footertxt {

}


/*
#userblocks {
	clear: both;
	width: 980px;
	margin: 0 auto;

}

#user1 {
	float: left;
	width: 320px;
	padding: 0px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: 10px;
}

#user2 {
	float: left;
	width: 320px;
	padding: 0px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: 10px;
}

#user3 {
	float: left;
	width: 320px;
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: 10px;
}
*/
