
/* General styles */
body {
        margin:0;
        padding:0;
        border:0;			
        width:100%;
        background: #fff;
		font-size: 12px;
		font-family:  Arial, Helvetica, sans-serif;
	    color: #666;
    }
	a {color:#2F637A;}
	
	a:hover {
		color:#fff;
		background:#728EA2;
		text-decoration:none;
	}
	 	
    h1, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	
	h1 {font-size: 2em; margin-top: 0; color: #728EA2;}
	
	h2 { 
	 border: 1px solid #ccc; 
     background-color:#eee;
	 padding-left: 5px; 
	 font-weight:normal;
	 font-size: 1.1em; 
     color:#728EA2; 
    }
	
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin: 5px 0 ;
		border: none;
	}
	
	.did_FormTable
{
	width:100%;
	margin-top:10px;
	border:1px solid #ccc;
	background-color: #fff;
}
	.did_GridColumnHeader
{
	font-size: 1.1em; 
    color: #728EA2; 	
	background-color: #eee;
	padding:5px;
}
	
/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		background-color:#728EA2;
		margin-bottom: 10px;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
		background-color:#000;
	    margin: 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 15px;
	    padding:3px 10px;
	    text-align:center;
	    color:#eee;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#ABBF4A;
		text-decoration:underline;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	
	/* top menu */
	
#lang{ color: #eee; margin: 10px; padding: 0; border: none; position: absolute; top: 0; right: 0; font-size: 10px;}

#lang a{ color: #eee; text-decoration:none}

#lang a:hover{ background-color:#728EA2; text-decoration: underline; }

	
	
	.colmask {
		position:relative;		
	    clear:both;
	    float:left;
        width:100%;				
		overflow:hidden;		
	}
	/* page column style settings */
	
	.pagestyle {}
	
    .pagestyle .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	
        position:relative;
        right:100%;
    }
    .pagestyle .colleft {
        float:left;
        width:100%;
        margin-left:-200px; 	
        background:#fff;    	
    }
    .pagestyle .col1wrap {
        float:left;
	    width:50%;
	    padding-bottom:1em; 	
	}
	.pagestyle .col1 {
        margin:0 10px 0 410px;	
        position:relative;
	    left:100%;
	    overflow:hidden;
	}

* html	.pagestyle .col1 {
        margin:0 10px 0 auto;	
        position:relative;
	    width:800px;
		left:100%;
	    overflow:hidden;
	}

    .pagestyle .col2 {
        float:right;
        width:180px;        	
        position:relative;
        left:190px;         	
    }
	.col2 h2 { padding:5px;}
	.col2 a:hover { background-color:#666;}
	.col2 p {  margin-top: -9px; border: 1px solid #ccc; padding:5px; line-height:186%}
	
	.col3 h2 { padding:5px;}
	.col3 a:hover { background-color:#666;}
	
	.col3 p{ background-color: #666; color:#fff; padding: 10px; margin-top: -9px}
.col3 p a{ color:#ABBF4A;}
.col3 p a:visited{ color:#ABBF4A;}
	
    .pagestyle .col3 {
        float:right;
        width:180px;        	
        position:relative;
        left:570px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:5px solid #ABBF4A;
		background-color: #666;
		margin-top: 20px;
		padding-top:10px;
    }
   
#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #eee;
}

#footer a {color: #FFFFFF;}

#footer img { float:right; position: relative; right: 15px; bottom: 15px}

table { font-size: 12px;}	
/*Quote*/
.byline {margin-top: 0; margin-right: 50px; text-align: right; font-size: 1em; line-height: 100%; }

.pquote {
			float: none;
			width: 95%;
			background: url(../images/openquote.gif) top left no-repeat;
			color: #728EA2;
			font-size: 1.2em;
			line-height: 150%;
			padding: 0.5em;
			margin:10px 0 0 20px;
		}
		
.pquote p:first-letter {font-size: 1.5em; padding-left:20px;}

.post {
	margin-bottom: 5px;
	padding-bottom: 15px;
	line-height: 200%;
}

.box-post {
	padding: 10px 5px;
	border: 1px solid #ccc;
}
table tr { background-image: url(../images/bg_grey.jpg)}
ul {list-style-image: url(../images/arrow.png); border: 1px solid #ccc;}
table ul { list-style: none; border: none; padding: 0;}
/*Lime*/
.lime{ background-color: #ABBF4A; color: #fff; padding: 5px; margin-top: -9px;}
.lime a {color: #fff; border-bottom: 1px dotted #fff;}