/* CSS Document */
blockquote {
margin:2px 30px 0;
}

.clear{
clear:both;
}

#left-content{
background-color:#E7EDE9;
border:#000 1px solid;
color:#607397;
float:left;
font:16px/24px Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0 30px 0 30px!important;
margin:0 30px 0 20px;
padding:15px 10px 4px 10px;
width:300px;
height:430px;
text-align:center;
}

#left-content p{
margin:5px 0 15px 0;
}

#left-content a:link, #left-content a:visited{
color:#607397;
text-decoration:none;
}

#left-content a:hover{
color:#333;
}

#right-content{
background-color:#E7EDE9;
border:#000 1px solid;
color:#607397;
float:left;
font:16px/24px Arial, Helvetica, sans-serif;
font-weight:bold;
padding:15px 10px 4px 10px;
width:300px;
height:430px;
text-align:center;
}

#right-content p{
margin:5px 0 15px 0;
}

#right-content a:link, #right-content a:visited{
color:#607397;
text-decoration:none;
}

#right-content a:hover{
color:#333;
}

