 html, body {
    height : 100%;
}
body {
   font : 11px Verdana, sans-serif;
}
h1 {
    font-size : 160%;
}
h2 {
    font-size : 140%;
}
p {
    margin : 2em 0;
    line-height : 1.5em;
}
p.ArticleText {
    font-size : 12px;
}
a {
    color : #07a;
    background-color:white;
    font-size : 11px;
    text-decoration : none;
    font-weight : 600;
    font-family : verdana, arial, helvetica, sans-serif;
}
a:link {
    color : #07a;
    background-color:white;
}
a:visited {
    color : #07a;
    background-color:white;
}
a:hover {    
    text-decoration : underline;
}

#navbox ul {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:0;
	margin-top:0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left:0;
	background-color:#0077AA;
	color:#fff;
	width:320px;
	line-height:12px; /* fixes Firefox 0.9.3 */
}

#navbox ul li {
	display:inline;
	padding-left:0;
	padding-right:0;        
	padding-bottom:2px; /* matches link padding except for left and right */
	padding-top:2px;
}

#navbox ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	padding-top:2px;
	color:#fff;
        background-color:#0077AA;
	text-decoration:none;
	border-right:1px solid #fff;
}

#navbox ul li a:hover {
	background-color:#369;
	color:#fff;
}

#navbox #first {border-left:0px solid #fff;border-right:1px solid #fff;}

#css-page {
    margin : 0 auto;  
    position : relative;
    min-height : 100%;
    height : auto !important;   
}
#head {
    margin : 10px 0;
    padding : 5px 0 0 20px;    
    border-style : solid;
    border-color : black;
    border-width : 1px 0;
    line-height : 15px;
}
#css-content {
    margin : 0;
}
#css-content:after {
    clear : both;
    display : block;
    content : ".";
    height : 0;
    visibility : hidden;
}
#content-pri {
    width : 80%;
    float : right;
}
#content-sec {
    padding : 10px;
    width : 15%;
    float : left;
    border : 1px dashed #999;
}
#content-sec ul, #content-sec ul li {
    list-style : none;
}
#css-foot {
    width : 100%;
    position : absolute;
    bottom : 0 !important;
    left : 0;
    font-size : 8px;   
}
#foot {
    margin : 40px 0 10px;
    padding : 5px 0 0 20px;
    height : 15px;
    border-style : solid;
    border-color : black;
    border-width : 1px 0;
    line-height : 11px;
    font-size : 8px;
}
            
            
            
            
            
            
            
            
            