/* === Normalizing styles === *//* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html {
  margin: 0;
  padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}
/* Remove list-styles from list */
ol, ul{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var{
  font-style: normal;
  font-weight: normal;
}
/* Remove style from tables */
table{
  border-collapse: collapse;
  border-spacing: 0;
}
/* Remove border from fieldset and img */
fieldset, img{
  border: 0;
}
/* Left-align text in caption and th */
caption, th{
  text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after{
  content: '';
}
a{
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
a:active, a:visited, a:hover, a:link{
  text-decoration: none;
}
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}
* html, html * {
  font-size: 100.01%;
}
body{
    background: url("../images/page-bg.png") repeat-y scroll center 0 #c5daf0;
    margin: 0;                                        
    padding: 0;
    font-family: arial,helvetica,sanserif;
    font-size: 12px;
}

#wrap_page{
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 964px;
}
#header {
    background: url("../images/header.jpg") repeat-y scroll center 0;
    margin: 5px 7px;
    height: 118px;
    width: 950px;
}
#main_menu {
    background: url("../images/menubg.png") repeat-y scroll center 0;
    margin: 0px 3px;
    height: 48px;
    width: 958px;
}
#main_menu ul li {
   border-right: 1px solid #FFFFFF;
  display: inline;
  line-height: 34px;
  padding: 4px 65px;
  
}
#main_menu ul li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #C4C4C4;
    text-transform: capitalize;
}
#welcome {
  float: right;
  color: #eb040b;
}
#top-nav {
    float: right;
    font-weight: bold;
    padding-top: 80px;
}

#top-nav ul li {
  display: inline;
  padding: 0 14px;
  text-transform: uppercase;
}
h2 {
 font-size: 22px;
}

#wrap_content {
 padding:5px 7px;
 overflow: hidden;
}
span#welcome {
  float: right;
  color: #eb040b;
  text-align: right;
  width: 100%; 
}
table {
    background: none repeat scroll 0 0 #91B0D0;
    border: 1px solid #000000;
    color: #FFFFFF;
    float: right;
    width: 435px;
}
table tr td {
    padding: 10px 16px;
}
table caption {
  font-size: 22px;
  padding-bottom: 7px;
}
span#space1 {
  padding-right: 37px;
}