.top-grey {
	background-image: url(images/top-grey-bg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 778px;
	text-align: right;
	color: #999999;
	font-size: 26px;
}
.header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 171px;
	width: 778px;
}
body {
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #343434;
}
.title-bar {
	width: 758px;
	background-image: url(images/titlebar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 21px;
	text-align: right;
	padding-right: 20px;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
}
.main-body {
	width: 778px;
	min-height: 150px;
	background-color: #FFFFFF;
}
.footer1 {
	background-image: url(images/footer_1_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 778px;
	color: #CCCCCC;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.footer1 a, .footer3 a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer1 a:hover, .footer3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer2 {
	background-image: url(images/footer_2_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 778px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	line-height: 20px;
}
.footer2 a {
	color: #000000;
	text-decoration: none;
}
.footer2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer3 {
	background-image: url(images/footer_3_bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 778px;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}.logobox {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:20px;
}
.header_right {
	float: right;
	width: auto;
	padding-right: 50px;
	padding-top: 35px;
}
.content_right {
	float: right;
	width: 587px;
}
.border {
	border: 1px solid #006699;
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #006699;
	font-size: 12px;
	font-weight: bolder;
}
.content_left {
	float: left;
	width: auto;
	padding-left: 10px;
}
.header_right img {
	padding-bottom: 8px;
}
.home_button a{
	background-image: url(images/buttons/home_off.gif);
	display: block;
	background-repeat: no-repeat;
}
.home_button a:hover{
	background-image: url(images/buttons/home_on.gif);
	background-repeat: no-repeat;
}
.about_button a{
	background-image: url(images/buttons/about_off.gif);
	background-repeat: no-repeat;
	display: block;
}
.about_button a:hover{
	background-image: url(images/buttons/about_on.gif);
	background-repeat: no-repeat;
}
.contact_button a{
	background-image: url(images/buttons/contact_off.gif);
	background-repeat: no-repeat;
	display: block;
}
.contact_button a:hover{
	background-image: url(images/buttons/contact_on.gif);
	background-repeat: no-repeat;
}
h1 {
	font-size: 18px;
	color: #006699;
	font-weight: bolder;
}
textarea, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
li, li a{
	list-style-type: none;
	width: 149px;
	height: 21px;
	padding-bottom: 6px;
}
.warning {
	background-color: #FF9B9B;
	border: 1px solid #FF0000;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.go {
	background-color: #A4FFA4;
	border: 1px solid #00CC00;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.container {
	width: 778px;
	margin: auto;
	padding: auto;
	float: center;
}
.manu a {
	font-size: 15px;
}
#notice-flash{
    background-color: #F9F5E7;
    background-image: url(../../images/icons/error.png);
    border-color:#F4D346;
    color: #BC6004;
	padding: 6px;
    border: 1px solid;
    padding-left: 40px;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: 13px center;
}
#notice-flash p{
    margin-top: 0px;
}