body {
margin: 0px;
padding: 0px;
font-family: Trebuchet MS, sans-serif;
background-color: #030B3D;
}

a:link {
text-decoration: underline;
color: #000000;
}
a:visited {
text-decoration: underline;
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}

#outer_container{
width: 1000px;
height: auto;
margin: auto;
}

#top_header{
height: 427px;
width: 1000px;
margin: 0px;
margin-top: 20px;
margin-bottom: -10px;
}

#inner_wrapper{
width: 800px;
margin: auto;
height: auto;
background-color: white;
}

#content{
width: 720px;
margin-left: 40px;
margin-bottom: 40px;
}

#content H1{
font-size: 30px;
margin: 0px;
color: #030B3D;
margin-bottom: 5px;
border-bottom: dotted #CCCCCC 1px;
}

#content p{
font-size: 14px;
margin-top: 5px;
margin-bottom: 10px;
color: #000000;
}


#end_quote{
margin-left: 60px;
font-size: 15px;
color: green;
width: 400px;
margin-bottom: 60px;
}

.article_heading{
font-size: 20px;
border-bottom: dotted #CCCCCC 1px;
}

#content li{
font-size: 14px;s
}

.img_right{
float: right;
margin-left: 5px;
margin-bottom: 5px;
}

.img_left{
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

#footer{
clear: both;
width: 800px;
text-align: center;
font-size: 10px;
margin-top: 0px;
color: #FFFFFF;
margin: auto;
margin-bottom: 40px;
}

#footer a:link {
color: #FFFFFF;
}
#footer a:visited {
text-decoration: none;
color: #FFFFFF;
}
#footer a:hover {
color: #FFFFFF;
}
#footer a:active {
background-color: #FFFFFF;
color: #FFFFFF;
}

form{
margin-top: 0px;
margin-bottom: 0px;
}

.table{
font-size: 14px;
}



