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

body {
	/* background: #73C5E5 url(images/img01.gif) repeat-y center top; */
	font-family: 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; */
}

img {
	border: 0;
}

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

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



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




/** HEADER */

#header {
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#logo {
	float: left;
	margin: 0px;
	padding: 15px;
	/* border: 1px solid green; */
}

#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;
	/* border: 1px solid green; */
	min-height: 122px;
}

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

div.bannercaption a {

}

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


/* MENU 1*/


/*
#menu1 {
	width: 980px;
	margin: 0px auto;
	text-align: right;
	margin-top: 10px;
}

#menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#menu1 a:hover {
	color: #ccc;
}
*/


#menu1 {
	padding: 0px 15px 0 15px;
	margin: 0 auto;
	/* background: #67A897; */
	width: 950px;
	/* border: 1px solid green; */
}

#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;
	/* border: 1px solid red; */
}

#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 */
#menu2 {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 a:hover {
	background-color: #73C5E5;
}



/* MENU 3 */
#menu3 {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	text-align: center;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#menu3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu3 li {
	display: inline;
}

#menu3 a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#menu3 a:hover {
	color: green;
}






/*
div.menubottom {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	text-align: center;
	background-color: #fff;
}

div.menubottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menubottom li {
	display: inline;
}

div.menubottom a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

div.menubottom a:hover {
	color: green;
}
*/










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

#wrapper2 {
	width: 980px;
	margin: 0px auto;
	padding-top: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 100%;
	overflow: hidden;
	background-color: #fff;
}

#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, div#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 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 {

}



/** FOOTER */

#footer {
	clear: both;
	width: 970px;
	margin: 0px auto 0px auto;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	background-color: #fff;
}

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


/*
#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;
}
*/
