/*    Main Style Definitions   */

body {
    margin: 0px;
    padding: 0px;
}

body, p, table, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
   	color: #333333;
}

.sites_table th {

    padding: 3px;

}

/* --- Page Header --- */

#page_header {
    min-width: 400px;
}

#header_menu {
    white-space: nowrap;
    padding: 0px;
    margin: 10px;
    float: right;
}

/* --- Page Footer --- */

#page_footer {
	color: #dbdbdb;
	min-width: 800px;
	margin-top: 4px;
	padding-left: 20px;
	clear: both;
}

/* --- Two Column --- */

#two_column {
	margin-top: 10px;
	min-width: 900px;
	min-height: 300px;
	border-top:#f1f1f1 1px solid;
	border-bottom: #b5bdcd 2px solid;
}

#two_column #left_column {
	float: left;
	width: 400px;
	padding: 10px;
}

#two_column #right_column {
	float: left;
	width: 400px;
	background-color:#f6f6f6;
	padding: 10px;
}

/* --- Home Page --- */

#hp_present_line {
	width: 100%;
	min-width: 900px;
	height: 240px;
	border-top:#f1f1f1 1px solid;
	border-bottom: #b5bdcd 2px solid;	
	background:#f0f0f0 url(../images/decorations/hp/bg_present_line.gif);
	margin-top: 10px;	
}

#hp_present_line .bmb_img {
	float: left;
	width: 300px	
}

#hp_present_line .text_box {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px;	
	border: #f1f1f1 1px solid;
	background-color: #fff;
	width: 400px;
}

#hp_present_line .text_box h1 {
	font-family:Arial, Helvetica, sans-serif;
    color:#6699cc;
    font-size:20px;
    line-height:24px;
    font-weight: normal;
}

#hp_present_line .text_box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#hp_content {
	width: 100%;
	min-width: 900px;
	background-color: #f6f6f6;
	min-height: 240px;
	border-bottom: #f1f1f1 4px solid;
}

#hp_content .text_block {
	float: left;
	margin: 20px;
	padding: 4px;
	border: #f1f1f1 1px solid;
	width: 220px;
	height: 200px;
	background-color: #fff;
	text-align: justify;
}

#hp_content h2{
	color: #6699cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#hp_content p{
	color: #666666;
}

/* --- Show Bookmarks --- */

#show_bookmarks {
	border-top:#f1f1f1 1px solid;
	border-bottom: #b5bdcd 2px solid;
	padding: 10px;
	margin-top:10px;
}

#show_bookmarks a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

