/* the font styles for the text */
h1, h2, h3, h4 {
clear: both; color: #99cccc;
}

h1 {font-size: 18px;
}

h2 {font-size: 16px;
}

h3 {font-size: 14px;
}

h4 {font-size: 12px;
}

p {color: #000000; font-size: 12px; line-height:20px;}

p,h1,h2,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family:verdana,arial,helvetica,sans-serif;
 }

/* the link text styles */
a:link {
background-color: #6666ff;
color:#99cccc;
font-weight: bold;
text-decoration:none;
}

a:visited {
color: #99cccc;
background-color: #6666ff; 
text-decoration: none;
}

a:hover {
color:#ffff99;
background-color:#993333;
}

a.nav:link, a.nav:visited {
color: #6666ff;
background-color: #99cccc;
font-weight:bold;
text-decoration:none;
}
a.nav:hover {
color: #ffff33;
background-color: #993333;
}

a.outside:link, a.outside:visited {
color: #6666ff;
background-color: #99cccc;
text-decoration:none; 
font-weight: normal;
}

a.outside:hover {
text-decoration:underline;
background-color: transparent;
}


/* the color and border class selectors */

.maincolor {
background-color: #6666ff;
color:#ffffff;
}

.seccolor, .seccolorleft, .seccolorright {
background-color: #99cccc;
color:#6666ff;
}

.seccolorleft {
border-right: 2px solid #cccccc;
}


.seccolorright {
border-left: 2px solid #cccccc;
}







/*the styles for the  3 content DIVs */
#left {
margin-top: 40px;
margin-left: 20px;
width: 200px;
font-size: 12px;
line-height: 22px;
}

#right {
margin-top: 40px;
margin-left: 10px;
margin-right:20px;
font-size: 11px;
line-height: 16px;
}


#main {
padding: 0px 10px 10px 20px;
}

/* the body element styles */

body {margin: 0;}


/* form element styles */

input.submitbutton {
color: #ffffff;
background-color: #993333;
border-top: 2px solid #993333;
border-right: 2px solid #993333;
border-bottom: 2px solid #993333;
border-left: 2px solid #993333;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
height: 20px; 
width: 60px;
vertical-align:middle;
}

input.textbox {
color:#ffffff;
background-color:#666666;
font-family: arial, sans-serif;
font-size: 11px;
border-top: 1px dashed #ffffff;
border-right: 1px dashed #ffffff;
border-bottom: 1px dashed #ffffff;
border-left: 1px dashed #ffffff;
height: 18px;
width: 80px;
vertical-align:middle;
padding:2px 0px 0px 2px;
}

/*the photo strip */

#photo {
background-image: url(ustresimler.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}

/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}

