/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #05D3D1;
font-size: 11px; 
color: #ffffff; 
line-height: 1.5em;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

p
{
margin: 5px 0 5px;
padding: 0;
}

h1
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #333;
font-size: 11px;
border-bottom: 1px solid #336699;
background: inherit;
}

a{color: #333; text-decoration: none; background: inherit;}
a:hover {color: #FFF; text-decoration: none; background: inherit;}

ul
{
color: #333;
list-style-type: none;
padding-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
font-weight: normal;
/* text-transform: lowercase; */
padding: 0;
}


/* Main box  surrounding everything*/

#outer
{
margin: 0 auto;
width: 760px;
overflow:auto;
border: 1px solid #222;
background-color: #D4E6F7;
color: #333;
}

/* Below is everything inside of #outer*/


/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 148px;
}

/* The right column (content) */

#right
{
float: right;
margin: 0 5px;
width: 602px;
}

#right a{color: #333; text-decoration: none; background-color:inherit;}

/* Div classes Styles */
div .orange2 
{
background:url(images/header.jpg) no-repeat top left;
height: 100px;
border-bottom: 1px solid #222;
background-color: #0370D5;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #222;
width: auto;
margin: 5px 0 5px 5px;
background-color: #FFFF94;
color: inherit;
}

.navheader
{
background-color: #FFAF33;
color: inherit;
width: auto;
border-bottom: 1px solid #222;
padding: 2px;
margin-bottom: 5px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
padding: 5px;
margin:0 0 0 3px;
color: #FFF;
font-size:11px;
font-weight:bold;
background-color: #FFFF94;
overflow: hidden;
}