/* CSS Document */

/*set so no pre-set border is around the edges*/
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

html{
overflow: auto;
}

body {
background: #999999;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
line-height: 1.3em;
color: #000000;
}

p {
padding-top: 8px;
}

b {
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a {
color:#990000;
}

img {
padding-left: 110px;
}



/*Wrapper to keep everything centered in middle of screen properly*/
#wrapper_main {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: inline-table; /* for macIE */
}
/* hides from macIE \*/
* html #wrapper_main { height: 1%; }
#wrapper_main { display: block; }
/*end hide from macIE */

#wrapper_main:after {
display: block;
clear: both;
height: 0;
content: ".";
visibility: hidden;
}



/*Content position*/
#content{
background: #E9E9E9;
margin-left: auto;
margin-right: auto;
padding: 15px;
width: 600px;
height: 100%;
text-align: left;
border: 1px solid #E30101;
border-top: none;
border-bottom: none;
}


