body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #003300 fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	font-family: verdana;
	color: #ffffff;
}

#utility a:hover{
	font-family: verdana;
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 118px;
	left:6px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

.glink {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #000000;
	text-decoration: none; 
	text-align:justify; 
	margin-top:4; 
	margin-left: 4 ;
	margin-right:4;
	
}

a.glink, a.glink:visited{
	font-family: verdana;
	font-size: 11px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}




body { scrollbar-face-color: #DAE5FA; 
		background-color: #5C5C5C;
       scrollbar-shadow-color: #003366;
       scrollbar-highlight-color: #DCDCDC;
       scrollbar-3dlight-color: #91A7DC;
       scrollbar-darkshadow-color: #DCDCDC;
       scrollbar-track-color: #DBE9FA;
       scrollbar-arrow-color: #003366
 
}

li{ list-style:square;}
	
hr {
	color: #004E00;
	border-top-style:dotted;
	border-bottom-style:none;
	border-bottom-width:thin;
	border-top-width:thin;
	height: 1;
	width: 100%;
	text-align: center;
	border-right-width: 1;
	border-left-width: 1;
}

.baslik {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.baslikTepe {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.text {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #000000;
	text-decoration: none; 
	text-align:justify; 
	margin-top:4; 
	margin-left: 4 ;
	margin-right:4;
	
}
.randBut {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none; 
}

.text a {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #DC1921;
	text-decoration: underline; 
}
.text a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #ffffff;
	background-color:#003300;
	text-decoration: underline;
}

.randevu {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
