/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	
	background-color: #740000;
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

#intro-bg {width: 780px; margin: 0 auto; background-image: url(../images/intro.gif); background-position: top; background-repeat: no-repeat;}

#intro-font {width: 760px; margin: 0 auto; text-align: center; font-size: 12px; line-height: 12px;}

/* end of  layout */


/* content box */

.box-bg {
	background-image: url(../images/box_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 4px;
	background-color: #00158F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.box-title {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background-color: #003399;
}

.box-title-white {background-image: url(../images/title-bg.gif); background-position: top; background-repeat: no-repeat; width: 760px; height: 40px; text-align: center; color: #FFFFFF; text-transform: uppercase; font-size: 30px; font-style: italic; font-weight: bold;}

.wrapper {width: 760px; margin: 0 auto; margin-top: 5px;}

.link-box {float: left; width: 240px; margin-right: 3px; margin-left: 5px; text-align: left; font-size: 12px;}

.bullet {margin-right: 5px; vertical-align: middle;}

.thumb-wrapper {width: 720px; margin: 0 auto; margin-top: 5px;}

/* end of content box */


/* highlight */

.highlight img {border: 1px solid #FFFFFF; margin: 5px;}

.highlight:hover img {border: 1px solid #FF0000; margin: 5px;}

.highlight:hover {color: #FFFFFF; /* Dumb definition for MSIE */}

/* end of highlight */


/* footer */

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

#copyright {font-size: 9px; font-style: italic; text-align: center; padding-top: 135px;}

/* end of footer */


/* GLOBAL LINKS */

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

a:visited {
	color: #FFFFCC;
}

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

a:active {
	color: #FFFFCC;
	text-decoration: underline;
}

/* end of GLOBAL LINKS */
.bg2 {
	padding: 10px;
		background-image: url(../images/bg.gif);
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.nav-bg {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background-color: #003399;
}
.thumb {
	border: 1px solid #FFFFFF;
}
.desc {
	font-size: 10px;
	font-style: italic;
}
.date {
	font-size: 11px;
	color: #FFFF00;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 18px;
	font-weight: bold;
}