﻿        body
        {
       	    background-color: #FFE4BF; 
        	font-family: Arial;
        }

        divx
        {
            padding:0px;
            margin:0px;
            border:0px        
        }
        
        #divOuter
        {
        	text-align:center;

        }
        
        #divMain
        {
            position:relative; 
            width:800px;
            background-color:White;
        	margin-left:auto;
        	margin-right:auto;
        }
        
        #divBanner
        {
        	position:relative;
        }
        
        #divText
        {
        	position:relative;
            text-align:left;
            left:10px;
            top:10px;
            line-height:1.3em;
            padding-right:10px;
        }

        
        #divMenu
        {
        	width:768px;
        	background-color:#FFC775;
        	padding:6px;
        	margin-top:10px;
            margin-left:auto;
            margin-right:auto;
        }
        
        #divMenu a,
        .menuButtonClass
        {
			font-weight:bold;
            font-size:small;
            margin: 0px;
            padding: 1px;
            background: #FF9900;
            border: #000000 1px solid;
            color: #000000;
            text-decoration:none;
        }        
        
        
        .divClassAges
        {
        	text-align:center;
        	color:White;
        	font-size:small;
        	background-color:Black;
        }
        
        .divClassLinks
        {
            text-align:center;
            position:relative;	
            width:230px;
            text-decoration:none;
            margin-top:6px;
        }
        
        #divQuickLinks
        {
        	position:relative;
        	float:left;
        	width:230px;
        	margin-left:10px;
        	z-index:2;
        }
        
        #divFooter
        {
        	width:768px;
        	background-color:#FFC775;
        	text-align:center;
        	padding:6px;
            margin-left:auto;
            margin-right:auto;
            font-size:smaller;   	
        }
        
        #divContent
        {
        	width:800px;
        	text-align:left;
        }
        
        h1,h2
        {
        	padding-top:0px;
        	margin-top:0px;
        	font-size:large;
        }
        
      
        
        .curvedBorderHolder
        {
        	height:10px;
 	        width:800px;
        	margin-left:auto;
        	margin-right:auto;
            text-align:left;
            font-size:2px;        	
        }
        
        .curvedBorderInner
        {
        	width:790px;
        	height:10px;  
        	font-size:2px;             	
        }
        
        #divTopLeftInner
        {
        	background-image:url('topLeftCurve.gif');
        	height:10px;
        }
 
        
        #divBottomLeftInner
        {
        	background-image:url('bottomLeftCurve.gif');
        	background-repeat: no-repeat;
        	overflow:hidden;
        
        }
        
        .classNames
        {
            font-size:20px;
            color:black; 
            vertical-align:top;	
            text-decoration:none;
        }
        
        .classLinks
        {
            text-decoration:none;	
        }
        
        #divLatestNews
        {
			border: 2px dashed orange;
			float:left; 	
        	margin-bottom:14px;
        	text-align:center;
        }
        
        #spanLatestNews
        {
        	margin-left:auto;
        	margin-right:auto;
        	font-size:medium;
        	font-weight:bold;
        	color:Red;
        }
        
        #divLatestNewsReadMore
        {
        	text-align:right;
        	font-size:x-small;
        }
        
        #divLatestNewsTeaser
        {
        	font-size:small;
        }
        
        .divGeneralText
        {
			margin-left:30px;
			margin-right:20px;	
			margin-bottom:20px;
        }

        .divFormText
        {
			margin-left:30px;
			margin-right:20px;	
			margin-bottom:10px;
        }
        
        .blackLink
        {
			color:Black;	
        }
        
        table
        {
        	border-collapse: collapse;
        	border: 1px solid gray;
        }
        
        th
        {
        	border: 1px solid gray;
        }
        
        td
        {
        	border: 1px solid gray;
        } 
        
        li
        {
        	margin-bottom:3px;
        }
        
        .imgFloatRight
        {
        	float:right;
        	padding:6px;
        	padding-right:10px;
        }
        
        .imgFloatLeft
        {
        	float:left;
        	padding:6px;
        	padding-left:10px;
        }        
        
       