body {
	background-color: #1E1EA5;
	color:#666666;
	font-family: Arial, sans-serif;
	font-size:13px;
	min-width: 935px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	line-height: 16px;
}

#container {
	background: #FFF url('images/leftside.gif') repeat-y left;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	padding-left: 176px;      /* LC fullwidth */
	padding-right: 10px;     /* RC fullwidth + CC padding */
	width:749px; /* For doing a fixed width layout make this the OVERALL WIDTH - L/R Padding */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 5px 5px;       /* CC padding */
	width: 100%;
}

#left {
	background-color:#D2D4E9;
	width: 176px;             /* LC width */
	padding: 0px;       /* LC padding */
	right: 186px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 150px;             /* RC width */
	padding: 20px 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
	margin-top:10px;
	text-align:center;
}

/*** IE Fix ***/
* html #left {
	left: 0px;              /* RC fullwidth */
}

/*** Equal-height Columns ***/
#container {
	overflow: hidden;
}

#container .column {
	/* padding-bottom: 1001em; */    /* X + padding-bottom */
	/* margin-bottom: -1000em; */  /* X */
}

/*** Footer Fix ***/
* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #1E1EA5;         /*** Same as body background ***/
}
/* INCLUDE ABOVE IN EVERY SITE */




h1 {
	color:#FF0000;
	font-family: Arial Black, sans-serif;
	font-size:24px;
}

h2 {
	color:#1E1EA5;
	font-family: Arial Black, sans-serif;
	font-size:20px;
}


h3 {
	color:#FF0000;
	font-family: Arial, sans-serif;
	font-size:14px;
}


object, embed {
	z-index: 0;
}

#header {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	position:relative;
	width:935px;
}

#footer {
	background-color:#1E1EA5;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:935px;
}

#menu {
	float:left;
	font-size:11px;
	list-style:none;
	margin:0;
	width:176px;
}

#menu a {
	/* background: #ECECEC url('images/menubg1.gif') repeat-x center center; */
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #1E1EA5;
	display: block;
	height:23px;
	line-height:23px;
	text-decoration: none;
	text-align: left;
	text-indent:10px;
	text-transform: uppercase;
	vertical-align: center;
	width: 175px;
	overflow:auto;
}

#menu a span {
	float:left;
}

#menu a div {
	background: transparent url('images/menuarrow1.gif') no-repeat center right;
	float:right;
	height:23px;
	margin-right:3px;
	width:12px;
}

#menu a:hover {
	background: transparent url('images/menubg2.gif') repeat-x center center;
	color:#FF0000;
}

#menu a:hover div {
	background: transparent url('images/menuarrow3.gif') no-repeat center right;
}

#menu a.current, #menu a.current:hover {
	background: #FF0000 url('images/menubg3.gif') repeat-x center center;
	color:#FFF;
}

#menu  a.current div, #menu a.current:hover div {
	background: transparent url('images/menuarrow2.gif') no-repeat center right;
}

#menu li ul {
	margin:0;
	padding:0;
}

#menu li ul li {
	background-color:#FFCC00;
	list-style:none;
	margin-left:10px;
}

#menu li ul li a {
	color:#003399;
	width:165px;
}

/* Scoller Box */
#scroller {
	color:#003399;
	background-color: #ECECEC;
	border:1px solid #979797;
	float:right;
	font-weight:900;	
	height:15px;
	min-height:350px;
	overflow: hidden;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	text-align:center;
	width:175px;
}

#scroller h2 {
	color: #FF0000;
}

#scroller .scrollmsg {
   display:none;
   position:absolute;
   left:5px;
   top:40px;
   margin-right:5px;
}

#top_menu {
	list-style:none;
	position:absolute;
	top:47px;
	right:50px;
}

#top_menu li {
	background-image: url('images/tab.gif');
	float:left;
	height:27px;
	margin-right:10px;
	width:120px;
}

#top_menu li a {
	color:#FFF;
	display:block;
	font-size:16px;
	height:27px;
	padding-top:6px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:120px;
}

