body {
	font-family: Arial;
	background-repeat: repeat-x;
	background-image: url(/images/bg.gif);
	margin: 0px;
	background-color: #e8f6ff;
	color: black;
}

div#wrapper {
	position: relative;
	height: auto;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	margin-bottom: 10px;
	visibility: visible;
	width: 800px;
	height: 163px;
	width: 800px;
	background: no-repeat url(/images/header.gif) center top;
}

div#content-wrapper {
	bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 800px;
}
div#flags {
	padding-left: 50px;
	padding-top: 128px;
	float: left;
	width: auto;
	height: 20px;
}

ul#menu {
	clear: both;
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	position: static;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 25px;
	font-family: "Comic Sans MS", "Zapf Chancery", cursive;
	float: left;
	background-repeat: repeat-y;
	background-image: url(/images/menu-content.gif);
	text-align: center;
	height: auto;
	width: 210px;
	list-style-type:none;
}

li#menu-top {
	list-style-position: outside;
	list-style-type: none;
	background-color: #e8f6ff;
	width: 200px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(/images/menu-top.gif);
}

li#menu-bottom {
	padding-top: 5px;
	line-height: 25px;
	list-style-position: outside;
	list-style-type: none;
	background-color: #e8f6ff;
	width: 200px;
	height: 61px;
	background-repeat: no-repeat;
	background-image: url(/images/menu-bottom.gif);
}

#adsense {
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 25px;
	font-family: "Comic Sans MS", "Zapf Chancery", cursive;
	clear: both;
	text-align: center;
	height: auto;
	width: 210px;
	list-style-type:none;
}

div#content {
	margin: 0px;
	position: relative;
	padding: 0px;
	height: auto;
	display: inline;
	clear: none;
	background-repeat: repeat-y;
	background-image: url(/images/content-bg.gif);
	width: 560px;
	text-align: justify;
}

div#content-top {
	margin-top: 0px;
	background-repeat: no-repeat;
	height: 50px;
	width: 560px;
	background-image: url(/images/content-top.gif);
}

div#content-main {
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 25px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-height: 320px;
	height: auto;
	width: 506px;
}

div#content-bottom {
	position: relative;
	background-position: 0 bottom;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	width: 560px;
	height: 70px;
	background-image: url(/images/content-bottom.gif);
	background-repeat: no-repeat;
}

.menu-item {
	text-align: left;
	text-decoration: none;
	color: #3d86ae;
	font-weight: bold;
}

menu-item:hover {
	text-decoration: none;
	color: #07658d;
	font-weight: bold;
}

.success {
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #016708;
	height: auto;
	width: 472px;
	border-color: #016708;
	border-style: dashed;
	border-width: 2px;
	background-color: #0cc712;
}

.unsuccess {
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #6c0200;
	height: auto;
	width: 472px;
	border-color: #6c0200;
	border-style: dashed;
	border-width: 2px;
	background-color: #db1d16;
}

#tab_bar {
	clear: none;
	float: none;
	position: static;
	line-height: 30px;
	padding: 0px;
	font-size: 23px;
	font-family: Arial;
	margin-left: 6px;
	margin-bottom: -2px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	width: 100%;
	height: 30px;
}

.flag {
	padding: 1px;
	border-color: #3d86ae;
	border-width: 2px;
	border-style: solid;
}

.tab {
	color: #3c3c3c;
	border-width: 1px;
	border-color: #c1c1c1;
	border-style: solid;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-top: 0px;
	background-color: #c1c1c1;
	margin: 0px;
	list-style-type: none;
	position: static;
	visibility: show;
	display: inline;
}

.tab#selected {
	color: black;
	border-left-color: #c1c1c1;
	border-bottom-color: #dddddd;
	border-right-color: #c1c1c1;
	border-top-color: #c1c1c1;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-color: #dddddd;
}

.greybox {
	margin: 0px;
	padding: 5px;
	color: black;
	height: auto;
	width: 496px;
	border-color: #c1c1c1;
	border-style: solid;
	border-width: 1px;
	background-color: #dddddd;
}

.greyboxtitle {
	font-family: Arial;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 25px;
	color: #75a5be;
	height: 25px;
	width: auto;
	border-color: #c1c1c1;
	border-style: solid;
	border-width: 1px;
	background-color: #f0f0f0;
}

.rotator {
	height: 50px;
	padding: 4px;
	border-color: #c1c1c1;
	border-style: solid;
	border-width: 1px;
	background-color: #dddddd;
	width: 500px;
}

.rotator-img {
	margin-right: 10px;
	background-color: #b8b8b8;
	padding-right: 0px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #c1c1c1;
	height: 50px;
}

.rotator-desc {
	margin-top: auto;
	line-height: 24px;
	margin-bottom: auto;
	width: auto;
	height: auto;
}

.rotator-tools {
	margin-bottom: -20px;
	height: 20px;
	text-align: right;
	margin-right: 0px;
	margin-top: 0px;
}

.rotator-link {
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 18px;
}

.faq-question {
	line-height: 16px;
	font-size: 18px;
	font-weight: bold;
}

.faq-answer {
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 20px;
	line-height: 16px;
	font-size: 16px;
}

.del_image {
	line-height: 50px;
	float: right;
	visibility: visible;
	height: 50px;
	width: 50px;
}

.image {
	position: static;
}

.image_title {
	line-height: 25px;
	font-size: 20px;
	display: inline;
	font-weight: bold;
	text-align: left;
}

.upload_file {
	font-weight: bold;
	color: black;
	width: 300px; 
	height: 25px;
	font-size: 18px;
	line-height: 23px;
}

.title_field {
	background-repeat: repeat;
	border-color: #07658d;
	color: #07658d;
	width: 300px; 
	height: 30px;
	font-size: 18px;
	line-height: 23px;
	background: #75a5be url(/images/field-bg.gif);
	border: 1px solid;
}

.form-title {
	width: 200px;
	font-size: 30px;
	line-height: 31px;
	font-weight: bold;
}

.form-description {
	color: #07658d;
	text-align: left;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}

input.submit {
	padding-bottom: 5px;
	word-wrap: normal;
	line-height: 19px;
	word-spacing: 5px;
	text-align: center;
	font-family: "Comic Sans MS", "Zapf Chancery", Arial;
	font-weight: bold;
	font-size: 20px;
	color: #07658d;
	height: 43px;
	width: 304px;
	background: #3d86ae url(/images/button.gif) no-repeat;
	outline: none;
}

input.submit:hover {
	line-height: 20px;
	font-size: 21px;
	color: #044c6b;
	height: 43px;
	width: 304px;
	background: #07658d url(/images/button.gif) no-repeat 0 0px;
}

select {
	height: 30px;
	background-color: #75a5be;
	color: #07658d;
	font-size: 16px;
}

div.title {
	font-family: "Comic Sans MS", Verdana, "Zapf Chancery", fantasy, sans-serif;
	margin-left: 60px;
	color: #07658d;
	font-weight: bold;
	text-align: left;
	font-size: 25px;
}

b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

uul {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: -15px;
}

lii {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#faq-bar {
	border-color: #07658d;
	border-width: 1px;
	border-style: solid;
	color: #3d86ae;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	background-color: #75a5be;
}

.selected {
	text-decoration: none;
	color: #07658d;
}

.unselected {
	text-decoration: none;
	color: #3d86ae;
}

a:link {
	color: #3d86ae;
	text-decoration: underline;
}

a:visited {
	color: #3d86ae;
}

a:active {
	color: #3d86ae;
}

a:hover {
	color: #07658d;
}

#tos {
	padding-right: 20px;
	padding-left: 15px;
	float: right;
}

#captcha-image {
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(/images/captcha.gif);
	height: 35px;
	width: 100px;
}

#captcha-image:hover {
	background-image: url(/images/reload.gif);
}

