/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* IMAGE */
.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }

body {
	background-image: url(shared/bg01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.wrap2 {
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.header {
}
.menu {
	background-image: url(shared/bg02.gif);
	background-repeat: repeat-x;
	height: 66px;
}
.menu-buttons {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.menu-buttons ul {
	padding-top: 13px;
}
.menu-buttons li {
	float: left;
	margin-right: 2px;
}

.but01 {
	background-image: url(shared/but01.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 29px;
	width: 65px;
}
.but02 {
	background-image: url(shared/but02.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 29px;
	width: 111px;
}
.but03 {
	background-image: url(shared/but03.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 29px;
	width: 90px;
}
.but04 {
	background-image: url(shared/but04.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 29px;
	width: 99px;
}
.submit {
	background-image: url(shared/submit.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 19px;
	width: 58px;
    border: none;
    margin-top:5px;
}
.clearbut {
	background-image: url(shared/clear.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 19px;
	width: 58px;
    border: none;
    margin-top:5px;
}
.but01:hover, .but02:hover, .but03:hover, .but04:hover, .submit:hover, .clearbut:hover { background-position:bottom;}.content {
	background-image: url(shared/bg03.gif);
	background-repeat: repeat-x;
}
.pic-header {
	height: 156px;
	width: 763px;
	padding-top: 14px;
}
.left-grid {
	float: left;
	width: 515px;
	margin-top: 10px;
}
.right-grid {
	float: right;
	width: 238px;
	margin-top: 10px;
}
.box {
	margin-bottom: 10px;
}
.box .side {
	border-right: 1px solid #abcaf2;
	border-left: 1px solid #abcaf2;
	padding: 5px;
}
.maintext {
font-size: 13px;
	color: #749DD2;
}

.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #abcaf2;
	margin-top: 20px;
	font-size: 11px;
	color: #749DD2;
	padding-top: 10px;
}
.footer-text {
	color: #002f65;
}
.footer-text a {
	text-decoration: none;
	color: #002f65;
}
.footer-text a:hover {
	color: #749DD2;
}
