/* basic layout ---------- */
html { height: 100.02%; }

body{
padding:0;
background: #c7c7c7 url(images/content_bg.gif) repeat-y top;
color:#333;
font:13px/19px Verdana, Arial, Helvetica, sans-serif;
margin:0;
}

#container{
width:750px;
margin:0;
margin-left:auto;
margin-right:auto;
background: #ffffff;
}

#content{
padding:0 25px 5px 30px;
margin:0;
}

#footer{
padding:0 0 1px 0;
background:#072f67;
border-top:8px solid #000;
}

	
/* headings -------- */
h1{
color:#072f67;
font:22px/26px Georgia, Times New Roman, Serif;
font-weight:bold;
margin:20px 0 0 0;
padding:3px 0 3px 0;
background: url("images/h1.gif") no-repeat 0px 6px;
border-bottom:1px solid #bbb;
}

h2{
color:#072f67;
font:16px/26px Georgia, Times New Roman, Serif;
font-weight:bold;
margin:18px 0 0 0;
padding:3px 0 0 0;
}

h1 a, h2 a{
color:#072f67;
text-decoration:underline;
}

h1 a:hover, h2 a:hover{
color:#666;
text-decoration:underline;
}

h3{
color:#333;
font:14px/18px Verdana, Arial, Helvetica, sans-serif;
margin:15px 0 0 0;
padding:15px 0 0 0;
border-top:1px solid #bbb;
}

h4{
color:#072f67;
font:14px/18px Georgia, Times New Roman, Serif;
font-weight:bold;
margin:0;
padding:5px 0 0 0;
}

h5{
color:#333;
font:14px/18px Georgia, Times New Roman, Serif;
font-weight:bold;
font-style: italic;
margin:0;
padding:10px 0 0 0;
}

#footer p{
color:#999;
font-size:85%;
line-height:16px;
text-align:center;
}


/* linkage -------- */
a{
color:#0149af;
text-decoration:none;
}

a:hover{
color:#999;
text-decoration:underline;
}

#footer a{
color:#999;
text-decoration:underline;
}

#footer a:hover{
color:#666;
text-decoration:underline;
}


/* images -------- */

img { 
border: 0; 
}

img.right{
padding:5px;
border:1px solid #aaa;
float:right;
margin:0 24px 10px 30px;
}


/* lists -------- */
ul{
margin-left: 10px;
padding-left: 10px;
list-style-position: outside;
}

li{
list-style-position: outside;
list-style:none;
list-style-image: url(images/bullet.gif)
}


