body {
	font-family: Arial;
	font-size: 12px;
	
	
	/*color:#333;*/
	padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

b {
    color: #007BC0 ;
}

h1 {
    color: #007BC0;
    margin: 0px;
    font-size: 24px;
}

h2 {
    color: #007BC0;
    background-color: #b2d7ec;
    padding: 0px 5px;
    display: inline;
    
}
a:link, a:visited {
    color: #007BC0;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #FF9600;
}

a.bubble_link {
    display: inline-block;
    width: 200px;
    height: 60px;
    padding: 10px 15px 0px 0px;
    text-align: right;
    margin: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-image: url(../img/bubble_link_blue.jpg);
}

a.bubble_link:hover {
    background-image: url(../img/bubble_link_orange.jpg);
}

table {
   width: 100%;
   border-collapse:collapse;
}
td {
  vertical-align:top;
}

p {
  color: #8f8f8f;
}

span.small{
  font-size: 10px;
}

hr {
    background-color: #8f8f8f;
	border: medium none;
	clear: both;
	color: #8f8f8f;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 5px;
	padding:0;
}

input {
    border: 1px solid #8f8f8f;
    color: #007BC0;
    font-weight: bold;
}

#main {
    width:990px;
	margin:0 auto;
	overflow:hidden;
	background: #D5D5D5;
}

#header {
	height:120px;
	background:url(../img/header.jpg) no-repeat scroll 310px 0px;
}

#header .navigation a:link, #header .navigation a:visited {
    padding-left: 13px;
}

#header .navigation a:hover {
    padding-left: 13px;
}

#header .navigation {
    position: relative;
    top: 20px;
    right: 52px;
    float:right;
}

#footer_border {
    clear:both;
    display: block;
    height: 3px;
    background-image: url(../img/footer_bar.jpg);
}

#footer {
    clear:both;
    color: white;
    display: block;
    height: 123px;
    background: #A4A4A4;
}

#footer .navigation {
    position: relative;
    top: 20px;
    right: 40px;
    float:right;
}

#footer a:link, #footer a:visited {
    color: #E9E9E9;
}

#footer a:hover {
    color: #007BC0;
}
#footer .navigation a {
    padding: 0px 13px;
}

#footer .bottom_middle {
    position: relative;
    width: 300px;
    margin: 0px auto;
    text-align: center;
    top: 100px;
}

#footer .bottom_right {
    position: relative;
    top: 85px;
    right: 52px;
    float:right;
}

.box_content {
    width: 222px;
    min-height: 205px;
    background: #D5D5D5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; 
    overflow:hidden; 
}

.box_content span.subject{
     background: white;
     padding: 0px 0px;
     color: #007BC0;
     font-weight: bold;
}

.box_bottom {
  height: 10px;
  width: 242px;
  background: #D5D5D5 url(../img/box_bottom.jpg);
}