* {
    font-family         :   arial, helvetica, sans-serif;
}

html {
    height              :   100%;
    margin              :   0;
    padding             :   0;
}

body {
    background-image        :   url('../gfx/bg.jpg');
    background-position     :   bottom left;
    background-repeat       :   no-repeat;
    padding                 :   0;
    padding-left            :   65px;
    margin                  :   0;
    height                  :   100%;
}

div#header {

}

    div#header img {
        border-width        :   0;
    }

div#topmenu {
    background-color    :   #082faf;
    font-size           :   12px;
    padding             :   5px;
    padding-left        :   180px;
}

    div#topmenu a {
        font-weight         :   bold;
        text-decoration     :   none;
        color               :   #fffbce;
        margin-right        :   15px;
    }
    
    div#topmenu a:hover {
        color               :   #ffea00;
        text-decoration     :   underline;
    }

div#container {
    background-color    :   #fffbce;
    height              :   auto;
    min-height          :   100%;
    background-image    :   url('../gfx/bg_menu.gif');
    background-repeat   :   repeat-y;
}

div#wrapper {
    width               :   690px;

}

div#leftmenu {
    width               :   153px;
    padding-top         :   30px;
    padding-left        :   5px;
    padding-right       :   12px;
    text-align          :   right;
    font-size           :   12px;
    line-height         :   28px;
    float               :   left;
}

    div#leftmenu a {
        font-weight         :   bold;
        text-decoration     :   none;
        color               :   #082faf;
        display             :   block;
    }
    
    div#leftmenu a:hover {
        text-decoration     :   underline;
        color               :   #000000;
    }
    
    div#leftmenu div.submenu {
        line-height         :   17px;
        font-size           :   11px;
        padding-bottom      :   5px;
    }
    
        div#leftmenu div.submenu a {
            color               :   #555555;
            text-decoration     :   underline;
            font-weight         :   normal;
        }
        
        div#leftmenu div.submenu a:hover {
            color               :   #000000;
        }

div#content {
    width               :   490px;
    padding-left        :   27px;
    padding-top         :   35px;
    font-size           :   12px;
    float               :   right;
}
    
    div#content h1 {
        font-size           :   18px;
        color               :   #d71f1f;
    }
    
    div#content h2 {
        font-size           :   14px;
        color               :   #e36153;
    }
    
    div#content h3 {
        font-size           :   12px;
        color               :   #000000;
    }
    
    div#content p, div#content ul, div#content ol, div#content table td {
        font-size           :   12px;
        line-height         :   20px;
    }
    
    div#content img {
        border-width        :   0;
    }
    
    div#content a {
        color               :   #082faf;
    }
    
    div#content a:visited {
        color               :   #6b81bb;
    }
    
    div#content a:hover {
        color               :   #000000;
    }
	
	.link_over {
        color               :   #000000 !important;
		font-weight			: 	bold;
    }
 
div#content_popup {
    width               :   400px;
    padding-left        :   20px;
    padding-top         :   20px;
    font-size           :   12px;
    float               :   right;
}
    
    div#content_popup h1 {
        font-size           :   18px;
        color               :   #d71f1f;
    }
    
    div#content_popup h2 {
        font-size           :   14px;
        color               :   #e36153;
    }
    
    div#content_popup h3 {
        font-size           :   12px;
        color               :   #000000;
    }
    
    div#content_popup p, div#content_popup ul, div#content_popup ol, div#content_popup table td {
        font-size           :   12px;
        line-height         :   20px;
    }
    
    div#content_popup img {
        border-width        :   0;
    }
    
    div#content_popup a {
        color               :   #082faf;
    }
    
    div#content_popup a:visited {
        color               :   #6b81bb;
    }
    
    div#content_popup a:hover {
        color               :   #000000;
    } 

div#content_popup input,
div#content_popup select { 
    font-family         :   arial, helvetica;
    font-size           :   12px;
    color               :   #000000; 
}
 
    
div.clear {
    clear               :   both;
}

div#address {
    display             :   none;
    background-color    :   #ffffff;
    font-size           :   12px;
    padding             :   5px;
    color               :   #082faf;
}

    div#address em {
        color               :   #cccccc;
        margin-left         :   10px;
        margin-right        :   10px;
    }
    
    div#address a {
        color               :   #082faf;
    }
    
    div#address a:hover {
        color               :   #000000;
    }

.school {
    font-size           :   11px;
}

table.contactform input, table.contactform textarea {
    width               :   280px;
    font-family         :   arial, helvetica;
    font-size           :   12px;
    color               :   #0000cc;
}

.form_title
{
	width: 200px;
}

.form_field
{
	width               :   200px;
}


textarea {
	width               :   280px;
}
.error {
	color:#FF0000;
}