
/* Resetting html elements to prefered default status 
to remove some crossbrowser issues */
body{margin:0px;background-color:#fff}
a img{border:none;}
form{margin:0px;}
p{line-height:1.2em;}
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;}

/* Setting the font */
body, td{font:10px verdana, helvetica, sans, sans-serif; line-height:1.2em;}

h1{letter-spacing:2px;font-size:18px;line-height:20px;margin:0;padding:0;}
h2{letter-spacing:2px;font-size:14px;line-height:16px;}
h3{font-size:12px;}
h4{font-size:11px;}
h5{font-size:10px;}
h6{font-size:10px;}
p {margin:5px 0 5px 0; padding:0;}

a {color: #4e6638;}

/* Defining the canvas */
body{text-align:center;margin:30px 0px;}

#container{
    width: 760px;
    margin: 0px auto;
    text-align: left;
}

/* Setting body background */
body {background: url(body-background.png) top left repeat-x;}

/* Styling the header */
#header {
    margin-bottom: 2px;
}

#logo{
}

.adr {
position:relative;
top:125px;
float:right;
text-align:right;
color:#000;
font-size:1em;
margin:0 2px 2px 0;
}

/* Styling the content*/
#content{
    margin-right: 170px;
    font-size: 10px;
    text-align:left;
line-height:150%;
}

/* Styling the menu*/
/* Level 1 */
#menu ul.ul_l1 {
    background-color: #ff1525;
    border-top: 1px solid #4e6638;
    border-bottom: 1px solid #4e6638;
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
    margin-bottom: 15px;
}

#menu ul.ul_l1 li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#menu ul.ul_l1 li a {
    padding: 0px 10px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0px;
}

/* Hover, active menu items */
#menu ul.ul_l1 li a:hover, #menu ul.ul_l1 li a:active, #menu ul.ul_l1 li a.III_l1, #menu ul.ul_l1 li a.IOO_li {
    background-color: #4e6638;
    padding: 2px 10px;
    margin: 0px;
}

/* Sub active */
#menu ul.ul_l1 li a.OII_l1, #menu ul.ul_l2 li a.OII_l2 {
    text-decoration: underline;
    margin: 0px;
}

/* Level 2 */
#menu ul.ul_l2 {
    background-color: #a0a0a0;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
}

#menu ul.ul_l2 li {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffc8c8;
}

#menu ul.ul_l2 li a {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    padding-left: 10px;
    line-height: 17px;
}

#menu ul.ul_l2 li a:hover {
    color: black;
}

#menu ul li a.III_l2, #menu ul li a.IOO_l2 {
    color: black;
}

/* Level 3 */
#menu ul.ul_l3 {
    background-color: #bababa;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

#menu ul.ul_l3 li {
    margin: 0px;
    padding: 0px;
}

#menu ul li a.III_l3, #menu ul li a.IOO_l3 {
    color: black;
}

#main {
    margin-left: 190px;
}

/* Styling the factboxes */
#factboxes {
    float: right;
    width: 150px;
}

#factboxes .factbox {
    border: 1px solid #ffc8c8;
    margin-bottom: 10px;
}

#factboxes h6 {
    font-size:12px;
    color:#000;
    background-color: #ffc8c8;
    padding: 2px 5px;
}

#factboxes .factbox p {
    margin: 0;
line-height:100%;
    padding: 2px 5px;
}


/* Styling the footer*/
#footer{
    clear: both;
    text-align: center;
    margin-left: 160px;
    margin-right: 170px;
    margin-top: 10px;
    border-top: 1px solid #ffc8c8;
    padding-bottom: 2px;
}

/* Styling the prof. meta tags form*/
fieldset
    {
	border:2px groove rgb(00,00,80);
	width:450px;
	padding: 10px;	
	}
legend
    {
	letter-spacing: 2px;
	color:rgb(00,00,80);
    font-weight: bold;
	}
label
	{
	width:200px;
	vertical-align:top;
	color:rgb(0,0,0);
	font: 12px arial, sans-serif;
	float:left;
	}
div
	{
	margin-top:0px;
	}
#t1, #t2, #t3, #t4, #t5, #t6, #t7, #t10, #t11, #t12, #t13, #t14, #t15, #t16, #t17, #t18, #t19, #t20, #t21, #t22, #t23, #t24, #t25, #t26, #t27, #t28, #t29, #t30, #t31, #t32, #t33, #t34, #t35, #t36, #t37, #t38, #t39, #t40, #t41, #t42, #t43, #t44, #t45, #t46, #t47, #t48, #t49, #t50
    {
	border:0px inset rgb(153,204,255);
	width: 250px;
	background: #000080;	
	}
#t8
	{
	border:0px inset rgb(153,204,255);
   width: 100px;
   background: #000080;
   }
#t9
	{
	border:0px inset rgb(153,204,255);
   width: 100px;
   background: #000080;
   }
#submit      { color: #ffffff; background-color: #000080; 
               width: 150px; border: 2px outset #000080;
}