#menu14
{
    width: 200px;
    margin: 10px;
    background-color: #FFFFFF;
}

#menu14 ul
{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

#menu14 li
{
    list-style-type: none;
}

#menu14 ul li a
{
    height: 24px;
    voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
}

#menu14 ul li a.nosubmenu:link, #menu14 ul li a.nosubmenu:visited
{
    color: #333;
    display: block;
    background: url(menu14.gif);
    padding: 8px 0 0 10px;
}

#menu14 ul li a.nosubmenu.here
{
    color: #FFF;
    background: url(menu14.gif) 0 -32px;
    padding: 8px 0 0 10px;
}

#menu14 ul li a.nosubmenu:hover
{
    color: #FFF;
    background: url(menu14.gif) 0 -32px;
    padding: 8px 0 0 10px;
}

#menu14 ul li a.submenu:link, #menu14 ul li a.submenu:visited
{
    color: #333;
    display: block;
    background: url(menu14.gif);
    padding: 8px 0 0 10px;
}

#menu14 ul li a.submenu.here
{
    color: #FFF;
    background: url(menu14.gif) 0 -32px;
    padding: 8px 0 0 10px;
}

#menu14 ul li a.submenu:hover
{
    color: #FFF;
    background: url(menu14.gif) 0 -32px;
    padding: 8px 0 0 10px;
}


#menu14 ul li ul
{
    padding: 0;
    margin: 10px 10px 10px 20px;
}

#menu14 ul li ul li a
{
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}

#menu14 ul li ul li a:link, #menu14 ul li ul li a:visited
{
    color: #555;
    display: block;
    background: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

#menu14 ul li ul li a:hover
{
    color: #000000;
    background: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

#menu14 ul li ul li a:here
{
    color: #000000;
    background: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

h1
{
    font-size: 1.7em;
    font-weight: bold;
    line-height: 32px;
    color: #666;
}

p
{
    text-align: justify;
}

a[href]
{
    color: #0000ff;
    text-decoration: none;
}
a[href]:visited
{
    color: #0000ff;
    text-decoration: none;
}
a[href]:hover
{
    color: #0000CC;
    text-decoration: underline;
}

BODY
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
    color: black;
    margin: 2.0em 0.5em 2.0em 0.5em;
    background-color: #778899;
}

#container
{
    background-color: #FFFFFF;
    width: 996px;
    color: black;
    margin: 0 auto 0 auto;
}

#headerrow
{
    height: 17em;
}

#leftheader
{
    color: white;
    width: 210px;
    text-align: center;
    vertical-align: top;
    background-color: #27569e;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

#headerbar
{
    width: 786px;
    margin: 0 1em 0 1em;
    text-align: right;
    vertical-align: bottom;
    background-image: url(http://www.gstl.itu.edu.tr/gomsis2012/kiz_kulesi.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: 2px solid silver;
}

#middlerow
{
    height: 37.5em;
}

#contentcell
{
    width: 786px;
    background-color:#FFFFFF;
    vertical-align: top;
    border-left: 2px solid silver;
}

#footerrow
{
    height: 5em;
}

#leftfooter
{
    color: #fff;
    width: 210px;
    background-color: #27569e;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

#footerbar
{
    text-align: center;
    vertical-align: bottom;
    background-color:#FFFFFF;
}

#leftheadertext
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0.7em 0 0 0;
}

#rightheadertext
{
    font-size: 17px;
    font-weight: bold;
    color: white;
    margin: 0 0.5em 7.7em 0;
}

#headerrule
{
    display: none;
    border: 0px;
    height: 0px;
}

#pagetitle
{
    font-size: 28px;
    font-weight: bolder;
    color: #66c;
    margin: 0.1em 0.4em 1em 0.4em;
    text-align: right;
}

#content
{
    margin: 1em 5em 1em 5em;
    background-color:#FFFFFF;
}

#footertext
{
    font-size: 9px;
    color: #999;
    margin: 0em 1.2em 1em 1.2em;
    padding-top: 0.7em;
    border-top: 2px solid silver;
}

#footerrule
{
    display: none;
    border: 0px;
    height: 0px;
}











/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/


#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}


#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}


#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.9em;
   color:#333;   
}



/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}