body { 
    margin: 10px;
    padding: 0; 
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
    background: #003366;
}
img{
border: solid 0px #000000;
}
#wrapper {
    width: 800px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 780px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 325px;
    width: 780px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 20px;
    height: 325px;
    width: 725px;
	background: #003366;
	border: 0px solid #000;
}

#shade {
    height: 75px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #FFF;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #003366;
	color: #e4fc42;
}

ul.navigation a.selected {
    background-color: #003366;
	font-weight: bold;
	color: #e4fc42;
}

ul.navigation a:focus {
    outline: none;
}
.move_right{
	text-align: right;
}
.move_center{
	text-align: center;
}
.move_left{
	text-align: left;
}
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}

.s8{font-size: 8px;}
.s10{font-size: 10px;}
.s12{font-size: 12px;}
.s14{font-size: 14px;}
.s16{font-size: 16px;}
.s18{font-size: 18px;}
.s20{font-size: 20px;}
.s22{font-size: 20px;}
.s24{font-size: 24px;}
.s26{font-size: 26px;}
.s28{font-size: 26px;}
.s30{font-size: 30px;}
.s32{font-size: 32px;}
.s34{font-size: 34px;}
.s36{font-size: 36px;}
.s38{font-size: 38px;}
.s40{font-size: 40px;}
.s42{font-size: 42px;}
.s44{font-size: 44px;}
.s46{font-size: 46px;}
.s48{font-size: 48px;}
.s50{font-size: 50px;}
.s52{font-size: 52px;}
.s54{font-size: 54px;}
.s56{font-size: 56px;}
.s58{font-size: 58px;}
.s60{font-size: 60px;}
/*COLOR*/
.gy{
color: #999999;
}

.gylo{
color: #CCCCCC;
}

.blu1{
color: #3366CC;
}
.big_text{
	font-weight: bold;
	color: #FEFEFE;
	font-size: 54px;
	text-decoration: none;
}
.big_text1{
	font-weight: bold;
	color: #7a7b84;
	font-size: 54px;
	text-decoration: none;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #003366;
		padding: auto;
		width: auto;
		padding: 0;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 4px solid #123c66;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 4px solid #ffff66;
		border-width: 4px 4px 4px;
		color: #fff;
	}
	#gallery ul a:hover { color: #e0fb2a; }