@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}
.noborder{
	border: none;
}
.main_container{
	width: 980px;
	height: 700px;
	margin: 0px;
}
.keith_picture{
	float: left;	
	width: 346px;
	height: 700px;
}
.main_content{
	float: right;
	width: 634px;
	height: 700px;
}
.header{
	width: 634px;
	height: 134px;
}
.navbar{
	width: 634px;
	height: 59px;
	background-image:url('../images/oracle/navbar.jpg');
	background-repeat: none;
}
.content_area{
	width: 634px;
	height: 505px;
}
.left_col{
	float: left;
	width: 280px;
	word-wrap: break-word;
	position: relative;
	z-index: 20;
}
.right_col{
	float: right;
	width: 280px;
	margin-right: 40px;
	text-align: right;
	position: relative;
	z-index: 20;
}
.content_header{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 15px;
}
p.content{
	font-size: 11px;
	font-weight: 200;
	width: 280px;
	word-wrap: break-word;
}
input.newsletter{
	width: 280px;
	text-align: right;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c9cb;
}
a.navbar:link{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:visited{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:active{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:hover{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}
.navbar_left{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
font-size: 11px; 
	padding-top: 12px; 
	padding-left: 10px; 
	float: left;
}
.navbar_right{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px; 
	padding-top: 12px; 
	padding-right: 40px; 
	float: right;
}
.quotes{
	position:absolute;
	top:355px;
	left:490px;
	width:315px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style:italic;
	color: #234686;
}
.newQuoteDiv{
        position:absolute;
 	top:520px;
        left:490px;
        width:315px;
        text-align: center;
        font-family:"Times New Roman", Times, serif;
        font-size: 17px;
 	font-weight: bold;
        font-style:italic;
        color: #234686;
}
a.newQuoteLink:active{
 	font-family:"Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
        font-style:italic;
        color: #234686;
	text-decoration: underline;
}
a.newQuoteLink:link{
        font-family:"Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
 	font-style:italic;
        color: #234686;
	text-decoration: underline;
}
a.newQuoteLink:visited{
        font-family:"Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
 	font-style:italic;
        color: #234686;
	text-decoration: underline;
}
a.newQuoteLink:hover{
        font-family:"Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
 	font-style:none;
	text-decoration: none;
        color: #234686;
}

strong {
	font-weight: bold
}