* {
	margin:0;
	padding:0; }

body,html {
	height:100%;
	background:url(images/background.png) repeat;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#004370;
	font-size:12px; }

a {
	color:#004370;
	text-decoration:underline; }

a:hover {
	text-decoration:none; }

a img {
	border:none; }

#outer_container {
	min-height:100%;
	background:url(images/outer_container_back.png) repeat-x; }

/* container */
#container {
	margin:0 auto;
	width:719px;
	background:url(images/container_back.png) repeat-y;
	padding-left:6px;
	padding-right:10px; }
/* /container */

/* container_bottom */
#container_bottom {
	background:url(images/container_bottom.png) no-repeat;
	height:11px;
	margin:0 auto;
	width:735px; }
/* /container_bottom*/

/* header */
#header {
	width:716px;
	height:227px;
	/*background:url(images/header_back.png) no-repeat;*/
	padding-bottom:5px; }

#header_inner {
	position: absolute;
	top: 0px;
}
ul#slideshow {
	position: absolute;
	width:716px;
	height:227px;
	list-style-type:none;
}
ul#slideshow li {
	width:716px;
	height:227px;
	position: absolute;
	top: 0;
	left: 0;
}
/* /header */

/*content*/
#content {
	background:url(images/content_back.png) repeat-y;
	overflow:hidden; }

/* left*/
#left {
	float:left;
	width:166px;
	display:inline;
	margin-right:13px;
	background:url(images/outer_menu_back.png) repeat-y; }

/* menu */
#menu {
	background: #024572 url(images/menu_back.png) repeat-x;
	min-height:341px;
	padding-top:4px; }

#menu_bottom {
	background:url(images/menu_bottom.png) no-repeat;
	height:10px; }

#menu a, #menu a:hover {
	color:white;
	text-decoration:none;
	height:23px;
	vertical-align:middle;
	line-height:23px;
	display:block;
	margin:0 4px;
	padding-left:16px;
	background:url(images/arrow.gif) 5px center no-repeat; }

#menu a:hover {
	background:url(images/arrow_blue.gif) 5px center no-repeat #b8cbd7;
	color:#004572; }

#menu ul li ul {
	display:none; }

#menu ul li ul a {
	background:none;
	padding-left:16px; }

#menu ul li ul a:hover {
	background:#b8cbd7; }

#menu ul li:hover ul {
	display:block; }
/* /menu */
/* /left*/

/* right*/
#right {
	float:left;
	display:inline;
	width:520px;
	overflow: auto;
	margin-top:11px;
	padding:0 0 10px;
    }

#right h1 {
	color:#004370;
	font-weight:bold;
	font-size:16px;
	margin-bottom:35px; }

#right p {
	line-height:24px;
	margin: 0 !important;
    /*width: 510px;*/
    /*margin-left: 10px !important;*/
    /*font-family: Arial !important;*/
    /*font-size: 12px !important;*/
    text-indent: 0 !important;
    }

#right div{
    margin: 0 !important;
    width: 510px;
    /*margin-left: 10px !important;*/
    /*font-family: Arial !important;*/
    /*font-size: 12px !important;*/
    text-indent: 0 !important;
}

#right font {
    /*font-size: 12px !important;*/
}

#right b{
    font-size: 12px !important;
}

#right p span a {
    /*font-family: Arial !important;*/
    /*font-size: 12px !important;*/
    text-indent: 0 !important;
    margin-left: 0 !important;
}

#right p span a b {
    /*font-family: Arial !important;*/
    /*font-size: 12px !important;*/
    text-indent: 0 !important;
    font-weight: normal !important;
    margin-left: 0 !important;
}

/*#right ol {
	list-style:none;
	border:1px solid #004370;
	border-left:none;
	border-right:none;
	border-top:none;
	margin-top:9px;
	margin-bottom:13px; }

#right ol a {
	display:block;
	height:27px;
	border:1px solid #004370;
	border-left:none;
	border-right:none;
	border-bottom:none;
	vertical-align:middle;
	line-height:27px;
	text-decoration:none;
	padding-left:14px; }

#right ol a.white {
	background:white; }

#right ol a.blue {
	background:#b8cbd7; }

#right ol a:hover {
	background:#004370;
	color:white; }*/
/* /right*/
/* /content*/

/* footer */
#footer {
	margin:0 auto;
	width:719px;
	text-align:center;
	color:white;
	margin-top:5px;
	padding-bottom:10px; }

#footer a {
	color:white;
	text-decoration:none; }

#footer a:hover {
	text-decoration:underline; }
/* /footer*/
