img
{
border: 0px;
}

body 
{
scrollbar-3d-light-color: #221a35;
scrollbar-arrow-color: #221a35;
scrollbar-base-color: #221a35;
scrollbar-dark-shadow-color: #221a35;
scrollbar-face-color: #3A459C;
scrollbar-highlight-color: #3A459C;
scrollbar-shadow-color: #221a35;
}

body, p, div, span, ul, li
{
-moz-box-sizing: border-box;
box-sizing: border-box;
}


body 
{
background: #080157 url(images/background.jpg); 
} 


#container
{
position: absolute;
top: 0px;
left: 50%;
margin-left: -361px;
padding: 0px;
width: 722px;
background: #3A459C;
}

#header
{
position: absolute;
top: 0px;
left: 0px;
width: 718px;
height: 130px;
padding-bottom: 5px;
margin: 0;
background: url(images/header.jpg);
z-index: 1;
}

#menu
{
position: absolute;
top: 129px;
left: 10px;
width: 699px;
height: 40px;
padding: 0;
margin: 0;
background: #3A459C;
text-align: right;
z-index: 0;
border-left: 1px solid #050D53;
border-right: 1px solid #050D53;

}

#content 
{
position: absolute;
top: 169px;
left: 10px;
width: 699px;
padding: 50px 25px 25px 25px;
margin: 0;
background: #000577 url(images/gradient-bg.jpg) repeat-x;
line-height: 20px;
border-left: 1px solid #050D53;
border-right: 1px solid #050D53;
border-bottom: 1px solid #050D53;
overflow: hidden;
}


body, p, div 
{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 13px;
color: #E9E5C5;
}


a:link 
{
color: #098ECC;
}

a:visited 
{
color: #098ECC;
}

a:hover 
{
color: #B5BFDD;
}

a:active 
{
color: #B5BFDD;
}





#menu a
{
padding: 10px;
}
 
#menu a:link 
{
text-decoration: none;
color: #D9D9D9;
border: 1px solid #050D53;
background: #000577;
}

#menu a:visited 
{
text-decoration: none;
color: #D9D9D9;
border: 1px solid #050D53;
background: #000577;
}

#menu a:hover 
{
color: #050D53;
text-decoration: none;
border: 1px solid #050D53;
background: #3A459C;
}


#menu a:active 
{
text-decoration: none;
color: #050D53;
border: 1px solid #050D53;
background: #3A459C;
}

#menu ul
{
margin: -2px 15px 0px 0px;
padding: 10px;
list-style-type: none;
}

#menu li
{
display: inline;
}


#content ul
{
margin-left: 15px;
margin-bottom: 7px;
margin-top: 4px;
margin-right: 0px;
padding: 0px;
list-style-type: square;
}

p
{
margin-bottom: 20px;
}


h1
{
display: block;
font-size: 17px;
color: #E6F7A3;
font-weight: bold;
letter-spacing: 3px;
margin-bottom: 0px;
margin-top: 5px;
text-align: center;
}

h2
{
display: block;
font-size: 16px;
color: #A49E71;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 0px;
margin-top: 10px;
border-bottom: 1px solid #010339;
}


h3
{
display: block;
font-size: 15px;
color: #C5CFE9;
font-weight: bold;
letter-spacing: 3px;
margin-bottom: 0px;
margin-top: 10px;
padding-left: 10px;
background: url(images/arrow-rt.gif) no-repeat 0px 8px;
}

hr
{
display: none;
}

pre
{
font-size: 12px;
}