body {
	margin: 0;
	padding: 0;
	background: #55a1ed url(img/bg2.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#container2 {
	background: url(img/golf.jpg) no-repeat center top;
	margin: 0;
	padding-top: 31px;
}


#shadow {
	width: 900px;
	margin: 0 auto 0 auto;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/shadow_lr.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#shadow[id] {
	background: url(img/shadow_lr.png) repeat-y;
}


#shadowb {
	width: 900px;
	height: 20px;
	margin: 0 auto 0 auto;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/shadow_b.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#shadowb[id] {
	background: url(img/shadow_b.png) repeat-y;
}



#container {
	background-color: #2f186e;
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 5px 5px 0px 5px;
}


#header {
	height: 135px;
	background: #55a1ed url(img/bg_header.jpg) no-repeat;
}



#subheader {
	height: 130px;
    width: 850px;
    position:relative;
    margin: 5px 0;
}

#main {
    position:absolute;
    height: 130px;
    width: 850px;
    z-index:0;
 }

#minor {
    position:absolute;
    width: 850px;
	height: 130px;
    z-index:1;
 }

#footer {
	margin-top: 5px;
	height: 26px;
	background: #55a1ed url(img/footer.jpg) repeat-x;
}

 /* set background images for corners */
.rbroundbox { background: #fff none repeat; }
.rbtop div  { background: url(img/tl.gif) no-repeat left; }
.rbtop      { background: url(img/tr.gif) no-repeat top right; }
.rbbot div  { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot      { background: url(img/br.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbcontent  { margin: 0 14px; }

.wmenu {
	background: url(img/bg_page_menu.gif) repeat-y;
}

#menu {
	margin-top: 5px;
	background: #55a1ed url(img/bg_menu.jpg) no-repeat;
	height: 29px;
	padding-left: 30px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu ul li {
	float: left;
	width: 110px;
	text-align: center;
	background: #55a1ed url(img/menu.jpg) no-repeat;
}

#menu ul li.act {
	background: #55a1ed url(img/menu_act.jpg) no-repeat;
}

#menu a {
	text-decoration: none;
	color: #000;
	line-height: 29px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menu ul li.act a {
	color: #fff;
	font-weight: bold;
}

#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu li {
	padding: 2px 0 2px 15px;
	background: url(img/menu_bullet_act.gif) no-repeat 0 5px;
	line-height: 17px;
}

#submenu li.menu_1_act {
	background: url(img/menu_bullet_act.gif) no-repeat 0 5px;
}



#submenu li a {
	font-size: 13px;
	color: #2f186e;
	text-decoration: none;
}

#submenu li a:hover {
	text-decoration: underline;
}

#submenu li.menu_1_act a {
	color: #2f186e;
}

#lc {
	float: left;
	width: 160px;
	padding: 10px;
}


#rc {
	float: right;
	width: 632px;
	padding-left: 10px;
}

P, PRE {
	margin: 0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, H6 {
	margin: 25px 0px 10px 0px;
	padding: 0;
}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
}

H1 {
	font-size: 16px;
	color: #59419c;
}

H2 {
	font-size: 14px;
	color: #59419c;
}

H3 {
	font-size: 1.2em;
}

H4 {
	font-size: 1.2em;
}


H1#pagetitle {
	color: #629aff;
	margin: 0px;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
}

h2#pagesubtitle {
	color: #629aff;
	font: italic normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

/* -- COLUMNS---- */

td.col_left, td.col_center, td.col_right {
	vertical-align: top;
}

/* 2 col (L=R) */

.col_2_a td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_a td.col_right {
	padding-left: 10px;
}

.col_2_a div.col_left {
	width: 400px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 400px;
	overflow: hidden;
}


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_b td.col_right {
	padding-left: 10px;
}

.col_2_b div.col_left {
	width: 500px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 300px;
	overflow: hidden;
}

/* RTE */

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

span.bigger-text {
	font-size: 16px;
}


