body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #ffffff;
	text-align: center;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
}

#content{
	position: relative;
	width: 844px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	overflow: visible;
	/*background-image:-moz-radial-gradient(left top, #CCCC66 1%, #66CCCC 100%);
	background-image:-webkit-gradient(
			radial,
			left top,
			right bottom,
			color-stop(0.01, #CCCC66),
			color-stop(1, #66CCCC)
		    );
	background-image: -moz-radial-gradient(45px 45px 45deg, ellipse closest-corner, #CCCC66, #66CCCC );*/
	background-image: url('../images/bg_body_larger.png');
	background-color: #70CBD2;
	background-repeat: no-repeat;
	}

#header{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ffffff;
}

#menubar_top{
	position: relative;
	width: 844px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	background-image: url('../images/bg_menubar.png');
	background-repeat: no-repeat;
	text-align: center;
	z-index: 100;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}

#body_pic{
	text-align: right;
	position: relative;
	float: left;
	top: -45px;
	left: -45px;
	z-index: 75;
	margin: 0px;
	padding: 0px;
}

#main_box{
	text-align: left;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	padding: 30px;
	margin: 30px;
	margin-top: 5px;
	font-size: medium;
	font-weight: lighter;
	color: #000000;
	z-index: 50;
	vertical-align: top;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

#lower_box{
	padding: 30px;
	margin: 30px;
	margin-top: 5px;
	margin-left: 60px;
	color: #000000;
	float: left;
	text-align: left;
	font-size: medium;
	font-weight: lighter;
	background-color: #FFFFFF;
	color: #000000;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}


#menubar_bottom{
	position: relative;
	width: 844px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	margin-top: 5px;
	background-image: url('../images/bg_menubar.png');
	background-repeat: no-repeat;
	text-align: left;
	z-index: 99;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

#tabs {
	color: #FFFFFF;
	position: relative;
	padding-left: 60px;
	clear: left;
	z-index: 50;
}

#tabs .active {

}

#tabs  ul {
	list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
   /* */
}

.tab {
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	background-color: #CCCC66;
	padding: 0px 30px 0px 30px;
	margin: 0px 5px 0px 5px;
	
}

.active {
	background-color: #FFF;
	color: #000;
}

.first {
	margin: 0px 5px 0px 0px;
}

#tabs  ul li {
	position: relative;
	float: left;
}

#tabs  a {
    font-weight: bold;
    display: block;
    margin: 0;
    color: #FFFFFF;
}

#tabs .active a {
	color: #000000;
}

#tabs  li {
    position: relative;
    font-weight: bold;
    font-size: medium;
    display: block;
    margin: 0;
    color: #FFFFFF;
}

.repeat_box {
	padding: 30px;
	margin: 30px;
	margin-top: 5px;
	margin-left: 60px;
	color: #000000;
	float: left;
	text-align: left;
	font-size: medium;
	font-weight: lighter;
	background-color: #FFFFFF;
	color: #000000;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	clear: left;
	z-index: 95;
	width: 694px;

}

.rb_menu {
	
}

.rb_inactive {
	display: none;
}

.rb_active {
	display: block;
}

.menutext{
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}

.menutext_active{
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: medium;
}

.footertext {
	font-size: larger;
	font-weight: normal;
	color: #000000;
}

h1 {
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	position: relative;
	float: left;
	margin: 50px;
	z-index: 50;
	font-size: 300%;
}

h2 {
	position: relative;
	float: left;
	padding-left: 25px;
	margin-top: 5px;
	padding-bottom: 0px;
	font-size: larger;
	font-weight: lighter;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 200%;
}

h4{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: large;
}

li {
	font-size: small;
	color: #CCCC66;
        margin-right: 10px;
}

.list_item {
        font-size: medium;
        color: #000000;
}

.list_item a{
        color: #66CCCC;
}

.list_item_ma {
	font-size: small;
	font-weight: lighter;
	color: #000000;
}

a{
	font-weight: bolder;
	color: #66CCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.quicklinks a{
	color: #66CCCC;
}

.quicklinks a:hover {
	color: #000000;
}

.header{
	font-size: large;
        font-weight: bold;
}

.header2{
	font-size: large;
}

.header3{
        font-weight: bold;
}

.body_desc{
	font-size: small;
	font-weight: lighter;
	padding-left: 30px;
	color: #000000;
}

.indent1 {
	padding-left: 30px;
}

#line_right {
	height: 100%;
	width: 3px;
	top: 0px;
	position: fixed;
	right: 0px;
	background-color: #CCCC66;
	color: #cccc66;
	background-image: url(../images/bg_body_larger.png);
}

#fb_icon {
	position: absolute;
	height: 90px;
	width: 45px;
	background-color: #fff;
	margin: 15px 0px 15px 15px;
	vertical-align: middle;
}

#fb_comment {
	background-color: #CCCC66;
	min-height: 120px;
	height: auto;
	min-width: 50px;
	width: auto;
	position: fixed;
	right: 0px;
	top: 100px;
	background-color: #fff;
	color: #cccc66;
	font-size: large;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow:inset 5px 5px 5px #ccc;
	-webkit-box-shadow:inset 5px 5px 5px #ccc;
	box-shadow:inset 5px 5px 5px #ccc;
	z-index: 999;
	border-style: solid;
	border: 2px 0px 2px 2px;
	border-color: #cccc66;
	border-right-style: none;
}

#click_text {
	position: absolute;
	top: 220px;
	right: 0px;
	height: 200px;
	width: 200px;
	right: -175px;
     -moz-transform: rotate(270deg);  /* FF3.5+ */
       -o-transform: rotate(270eg);  /* Opera 10.5 */
  -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.75);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.75)"; /* IE8 */
}

