﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
    background-color: #F0F8FF;
    color: #2A2A2A;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #6093ff;
}

a:hover {
    color: #ff7625;
}

#container {
    margin: auto;
    width: 900px;
}

#header {
    color: #C0C0C0;
    font-size: 13px;
    clear: both;
}

#logo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#navigation {
    float: right;
    margin-top: 70px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	padding-right: 20px;
	color: #2A2A2A;
}

#navigation a:hover {
    color: #6093ff;
}

#main {
    background: #FFFFFF;
    width: 860px;
    padding: 20px;
    float: left;
    border: 1px #C0C0C0 solid;
    position: relative;
}

#main_title {
    font-size: 22px;
	font-weight: bold;
    color: #ff7625;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0C0;
    clear: both;
}

#main_text_frame {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px; 
	margin-bottom: 20px;
}

.main_section {
	display: block;
    font-size: 18px;
    font-weight: bold;
    color: #6093FF;
	margin-bottom: 10px;
}

.main_text {
	display: block;
	margin-bottom: 20px;
}

#footer {
    margin-bottom: 20px;
    font-size: 11px;
    text-align: left;
    color: #2A2A2A;
    clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	padding-left: 10px;
	color: #2A2A2A;
}

#footer a:hover {
    color: #6093ff;
}

#divider {
	border-bottom: #C0C0C0 1px solid;
	height: 15px;
	clear: both;
}

#default_menu_column {
    float: left;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left; 
    position: relative;   
}

#default_tab_panel {
	width: 170px;
	border: 1px #C0C0C0 solid;
	position: relative;
}

.default_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 1px #DAEBFE solid;
}

.default_tab:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

.default_last_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 0px;
}

.default_special_tab {
	background-color: #ff7625;
	color: #F0F8FF;
	padding: 10px;
	text-align: center;
}

.default_special_tab:hover {
	cursor: pointer;
}

.default_menu_right_side_text {
	display: block;
	margin: 20px 10px 0px 10px;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.debug {
	border: 1px red solid;
}
