﻿html, body {
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 12px;
	        font-style: normal;
	        line-height: normal;
	        font-weight: normal;
	        font-variant: normal;
	        text-decoration: none;
	        color:#68757d;
	        background-color: #b6cddb;
	        margin:0;
	        padding:0;
	        width:100%;
	        height:100%;
        }

        html>body { height:100%; }

        #wrapper {
            width:766px;
            height:100%;
            border-collapse:collapse;
        }

        .top {
	        width:766px;
	        height:410px;
	        text-align:center;
	        padding:0px;
        }

        .col_top {
	        background-image:url(App_Themes/default/images/background_content_top.gif);
	        background-repeat:no-repeat;
	        background-position:bottom;
	        height:21px;
        }

        .col_left 
        {
	        background-image:url(App_Themes/default/images/background_left_column_spacer.gif);
	        background-repeat:repeat-y;
	        background-position:left;
	        background-color:#ffffff;
        }

        .col_right 
        {
	        background-image:url(App_Themes/default/images/background_right_column_spacer.gif);
	        background-repeat:repeat-y;
	        background-position:right;
	        background-color:#ffffff;
        }

        .col_center { background-color:#ffffff; }

        .col_bottom {
	        background-image:url(App_Themes/default/images/background_content_bottom.gif);
	        background-repeat:no-repeat;
	        background-position:top;
	        height:21px;
        }

        #footer {
            font-size:10px;
            text-align:center;
            color:#e5e9ee;
        }
        
        /*_START_----------DEFAULT PAGE----------*/

        .default_col1 { float:left; width:32%; text-align:left; padding:3px; border-right:solid 2px #b6cddb; }

        .default_col2 { float:left; width:32%; text-align:left; padding:3px; }
        
        .default_col3 { float:left; width:32%; text-align:left; padding:3px; border-left:solid 2px #b6cddb; }
        
        .news li{ font-size:10px; list-style-type:disc; margin-bottom:10px; }
        
        hr { color:#b6cddb; }
        
        .column1 { text-align:left; padding:5px; }
        
        .hl_date { font-size:11px; font-weight:bold; text-align:center; width:100%; margin-bottom:15px; }

        .hl_login { text-align:center; }
        
        .w3c_links, .w3c_links img { text-decoration:none; border:solid 0px #ffffff; margin:5px 0px 3px 20px; }
        
        .center_col {margin:0px 5px 0px 10px;}
        
        /*_STOP_----------DEFAULT PAGE----------*/


.logincontrol { text-align:left; width:160px; }

.lTitle {
	text-align:center;
	color:White;
	background-color:#5D7B9D;
	font-size:0.9em;
	font-weight:bold;
}

.lLabel { text-align:left; font-size:9px; }

.lEntry { font-size:10px; }

.lButton {
	text-align:right;
	font-family:Verdana;
	font-size:9px;
	color:#284775;
}
