/*============================
*  CONTENT PAGE LAYOUT
*=============================*/
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}	
#banner {
	position:relative;
	width:760px;
	height: 159px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#left_column {
	position:relative;
	width:144px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
}
#top_left_column {
	height:57px;
	background:transparent url(/images/navbar_start.gif) no-repeat scroll center top;
}

ul.nav_item {
	list-style-type:none;
}

ul.nav_item li {
	padding: 4px 15px 4px 0px;
	font-size: 14px;
	color: #6699FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

#nav_column_end{
	padding: 4 0 0 0;
	height:36px;
	background:transparent url(/images/navbar_end.gif) no-repeat scroll center bottom;
}
.google-120x240{
	padding: 50px 0 0 0; 
}

#content_column {
	position:relative;
	width:432px;
	float: left;
}
#top_content_column {
	height:21px;
}
#content {
	position:static;
	float: left;
	padding: 5px 5px 5px 5px;
}
#main_content {
	padding: 5px 10px 5px 10px;
}
#right_column {
	width:184px;
	float: right;
	background-color:#33cc99;
        
}
.right_item {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.right_item h2 {
        background-color:#6699FF;
        font-size:12px;
        color:#FFFFFF;
	font-weight:bold;
        padding: 8px 10px 8px 10px;
}
.right_item p {
	font-size:12px;
        background-color:#33cc99;
        color:#FFFFFF;
        padding: 5px 15px 5px 15px;
}
.right_item p ul {
	font-size:12px;
        background-color:#33cc99;
        color:#FFFFFF;
        padding: 0px 5px 5px 0px;
}
.right_image {
	padding: 20px 5px 20px 5px;
	text-align: center;
}
#footer {
	padding:20px 0px 0px 0px;
	width:760px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663399;
	text-align:center;
	float:left;
}

/*============================
*  BASIC STYLES
*=============================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	background-color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 5px;
	line-height:1.5;
}
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
td {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	color: #663399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #663399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*============================
*  STYLES FOR QUOTES ETC
*=============================*/
.inlinequote{
        width:50%;
        float:right;
        background-color:#33cc99;
        padding:1px;
}
.inlinequote .content{
        font-size: 11px;
        color: #663399;
        background-color:#FFFFFF;

} 
.inlinequote .person{
        color: black;
        font-size: 10px;
        background-color:#CCCCCC;
}
.pagequote{
        float:none;
        padding:5px;
}
.pagequote .content{
        font-size: 12px;
        background-color:#FFFFFF;

} 
.pagequote .person{
        color: #666666;
        font-size: 10px;
        text-align: left;
        line-height: 0.9;
}
.pagequote .location{
        color: #666666;
        font-size: 10px;
        text-align: right;
        line-height: 0.5;
}