body {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #0d6f8a;
}

body, td, th, a, select, option {
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
    color: #0c394c;
    text-decoration: none;
}

.header_bg {
    margin: auto;
    text-align: center;
    background: url("../img/back_header.png") top center repeat-y;
    width: 1000px;
    height: 50px;
}

.header {
}

.content_bg {
    margin: auto;
    text-align: center;
    background: url("../img/back_body.png") top center repeat-y;
    width: 1000px;
}

.content {
    margin: auto;
}

.content_table {
    margin: auto;
    width: 980px;
}

.content_left_container {
    width: 250px;
    background-color: #fff;
    background: url("../img/content_left_image.jpg") bottom center no-repeat;
}

.content_right_container {
    width: 730px;
    margin-top: 20px;
    background: url("../img/back_content_right.png") top left repeat-y;
}

.content_right_middle {
}

.logo {
    background: url("../img/logo.png") top center no-repeat;
    height: 271px;
}

.padding_top_blue {
    background-color: #0c394c;
    height: 20px;
}

.padding_bottom_gray {
    height: 20px;
    background-color: #2c2c2c;
}

.footer_bg {
    margin: auto;
    text-align: center;
    background: url("../img/back_footer.png") bottom center repeat-y;
    width: 1000px;
}

.footer {
	padding-top:20px;
}

.footer table {
    margin: auto;
    width: 720px;
}

.footer td {
    padding: 20px 5px 5px 5px;;
    color: #fff;
}

.content_left {
    padding: 0px 10px;
}

.content_left_title {
    font-weight: bold;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
}

.categories {
    padding: 10px 0px;
}

.categories ul {
}

.categories li {
}

.categories_link {
    color: #0d6f8a;
    text-decoration: none;
}

.categories_link:hover {
    color: #f00;
    text-decoration: none;
}

.content_left_image {
    height: 400px;
}

.main_menu_container {
    background: url("../img/back_main_menu.png") top left repeat-x;
    height: 39px;
}

.main_menu {
}

.main_menu ul {
    margin: 0px;
    padding: 0px;
}

.main_menu li {
    list-style: none;
    float: left;
    padding: 12px 40px 0px;
}

.main_menu_link {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-decoration: none;
}

.main_menu_link:hover {
    color: #0d6f8a;
    text-decoration: none;
}

.web_link {
    color: #ff0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.web_link:hover {
    color: #f00;
    text-decoration: none;
}

.copy {
    color: #ddd;
    padding: 20px 20px 10px 0px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.greetings{
	background-color:#B40E22;
	padding:15px 10px;
	color:#fff;
	text-align:justify;
}

.greeting_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px 5px;
}

.more{
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	font-style:italic;
}

.global_link{
	color:#ff0;
	text-decoration:none;
}

.global_link:hover{
	color:#F00;
	text-decoration:none;
}

.woc_schedule{
	padding:20px 0px;	
}

.woc_schedule td{
	padding:5px;
}

.woc_home_title{
	padding:20px 10px;
	font-weight:bold;
	color:#0d6f8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.page_title{
	padding:5px 10px;
	font-weight:bold;
	color:#0d6f8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	border-bottom:1px solid #de9b00;
	margin-bottom:10px;
}

.content_right_detail{
	padding:10px 15px;
	text-align:justify;
}

.page_sub_title{
	font-weight:bold;
	margin:20px 0px;
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	color:#d76b01;
}

.txt{
	margin:20px 0px;
}

.txt td{
	padding:0px 5px;
}

.txt a{
	text-decoration:none;
}

.txt a:hover{
	color:#D76B01;
	text-decoration:none;
}
