/* Global definitions */

html,body {
height:100%;
}

body{
background: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
margin:0px;
padding:0px;
text-align:left;
}
img{
border-style:none;
border:0px;
}
li{
list-style-type: square;
}
form{
margin:0px;
padding:0px;
}
a {
color: #000000;
}
a:link, a:visited {
color: #000000;
text-decoration:none;
}
a:active, a:hover {
color:#ff6600;
text-decoration:underline;
}

/* Containers */

#body_outer{
width:100%;
min-height:100%;
height:auto !important;
height:100%;
background:#3737ff url(images/body_bg.png) repeat-x;
text-align:center;
}
#container{
background:#ffff00;
width:973px;
min-height:100%;
height:auto !important;
height:100%;
margin:0px auto;
padding:0px;
text-align:left;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
}
#pathway_outer{
width:973px;
height:35px;
margin:0px;
padding:0px;
background:url(images/pathway_bg.png) no-repeat;
}
#pathway_inner{
width:953px;
margin:0px 10px;
padding:0px;
height: 35px;
line-height:50px;
font-size:10px;
font-weight:bold;
color:#000099;
}
#header{
width:973px;
height:170px;
margin:0px;
padding:0px;
background:url(images/header_bg.png) no-repeat;
}
#header h1{
text-align:right;
height:60px;
padding-top:30px;
font-size:24px;
font-weight:bold;
margin:10px;
}
#main_outer{
width:973px;
margin:0px;
padding:0px;
height:100%;
min-height:100%;
}
#left_outer{
float:left;
width:200px;
margin:0px;
padding:0px;
}
#left_inner{
margin:10px;
padding:0px;
}
#containerul, #containerul ul{
  text-align:left;
  font-size:10px;
  margin:0;
  padding:0;
}

#containerul li{
  margin:0px;
  margin-top:5px;
  padding:0;
  list-style-type:none;
}
#containerul li li{

margin-left:10px;
}
#containerul a {
	color: #000000;
	text-decoration: none;
}
#containerul .symbols{
  float:left;
  width:12px;
  height:1em;
  background-position:0 100%;
  background-repeat:no-repeat;
}
#right_outer{
float:right;
width:750px;
margin:0px;
padding:0px;
}
#right_inner{
margin:10px;
padding:0px;
}
#footer_outer{
clear:both;
text-align:center;
font-size:10px;
width:973px;
height:30px;
margin:0px;
padding:0px;
}
#footer_inner{
border-top:1px solid #000000;
margin:0px 10px;
height:30px;
line-height:30px;
}