/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	height: 100 %;
}

/******* hyperlink and anchor tag styles *******/

a.menu:link, a.menu:visited, a.menu:active{
	color:#336699;
	text-decoration: none;
}

a.menu:hover{
	color:#336699;
	text-decoration: underline;
}

a:link, a:visited, a:active{
	font-weight:bold;
	font: bold;
	color:#000000;
	text-decoration: none;
}

a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-size: 16px;
 color: #336699;
 margin: 0px;
 padding : 0 px;
 margin-left: 20px;
 margin-top: 5px;
}

h2{
 font-size: 15px;
 color: #336699;
  margin: 0px;
 padding : 0 px;
}


h3{
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h4{
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h5{
 color: #336699;
 margin: 0px;
 padding: 0px;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em ;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
    height : 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	line-height: 1.166;	
}
html {
	height : 100%
}

#pagecell{
	position:absolute;
	top: 0px;
    left:50%;
	width:750px;
    margin-left:-375px; 	
	background-color: #ffffff;
	height: 100%;
	
}
#hoved{
	position: absolute;
	top: 0px;
    left:50%;
	width:750px;
    margin-left:-375px; 	
	height: 100px;
	background-color:#FFFFFF;
}

#menu{
	position:absolute;
	top: 100px;
	height: 20px;
	left:50%;
	width:750px;
	margin-left:-375px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
#TopHeader{
	position:absolute;
	top: 127px;
	height: 25px;
	left:50%;
	width:750px;
	margin-left:-375px;
	background-color:#FFFFFF;
}

#content{
	position:absolute;
	top: 152px;
    left:50%;
	width:670px;
    margin-left:-375px; 	
	padding:10px 40px 10px 40px;
	background-color: #ffffff;
}

#linie{
	height:1px;
	position:relative;
	left:50%;
	width:750px;
	margin-left:-415px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336699;
	z-index:1;
}

#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;
}





/********************* end **********************/
hr {
	color: #336699;
	size: 2;
}

.dropdown {
margin-left: 100px;
}


