/* LAYOUT */

body {
	background-color: #00006A;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
}

#content_area {
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	float: left;
}

#header {
	width: 760px;
	height: 191px;
}

#header_bg_1 {
	background-image: url(../images/header_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 249px;
	height: 144px;
}

#header_bg_2 {
	background-image: url(../images/header_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 17px;
}

#header_bg_3 {
	background-image: url(../images/header_05.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 511px;
	height: 24px;
}

#header_bg_4 {
	background-image: url(../images/header_06.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 6px;
}

#menu_bg {
	background-image: url(../images/header_04.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 249px;
	height: 24px;
}

#bookmark_bg {
	background-image: url(../images/header_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 511px;
	height: 144px;
}

#bookmark_button {
	float: right;
	position: relative;
	margin-right: 30px;
	margin-top: 25px;
}

.content_box_header {
	background-image: url(../images/content_box_header.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	margin-top: 10px;
}

.content_box_bg {
	background-image: url(../images/content_box_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 760px;
}

.content_box_footer {
	background-image: url(../images/content_box_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 5px;
	margin-bottom: 5px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 95px;
}

#copyright {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	float: left;
	position: relative;
	margin-top: 35px;
	padding-left: 30px;
}

#footer_menu {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	float: right;
	position: relative;
	margin-top: 35px;
	padding-right: 30px;
}

/* end of LAYOUT */

/* FONTS */

.category {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 30px;
	padding-top: 13px;
}

.title {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 40px;
	margin-top: 15px;
}

.left_cell_font {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 75px;
	margin-top: 15px;
}

.left_cell_font a {
	text-decoration: unnderline;
	color: #FFFFFF;
}

.left_cell_font a:hover {
	text-decoration: none;
	color: #FFDAD8;
}


.right_cell_font {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
}

.right_cell_font a {
	text-decoration: unnderline;
	color: #FFFF00;
}

.right_cell_font a:hover {
	text-decoration: none;
	color: #FFDAD8;
}

#footer_menu a {
	text-decoration: none;
	color: #99FFCC;
}

#footer_menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* end of FONTS */td {
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a img {
	border: 1px solid #FFFFFF;
}
.imgnoborder {
	border: 0px none;
}
.footerlinks {
	width: 760px;
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
	padding-top: 10px;
}
