/* html>body hack IS NOT used in this stylesheet*/

/********************style sheet is organised in order of appearance *****************************/

* {
	margin:0px;padding:0px;/*this sets the default for padding and margins to none*/
	vertical-align: middle;
	
}


/******************** page structure *****************************/

body {
	font-size: 100%;
	font-family: verdana, helvetica, arial, "sans serif";
	background-color:#7ec7ea;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#outer_wrapper{
width:763px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper{
    float:left;
	width:763px;
	background-color:#ffffff;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #615858;
	border-left-color: #615858;
}

/******************** header *****************************/

#logo{
float:left;
	width:767px;
	background-image: url(../images/.gif);
	text-indent:0em;
	background-repeat: no-repeat;
	background-position: top right;
}




/*************** left content *******************/

#leftcontent{
	float:left;
	width:658px;
}


/***************************** tabs in left content*****************************************/


.tab {
	float:left;
	width:628px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}

.tabheader {
	float:left;
	width:628px;
	padding:0px;
	background-image: url(../images/tab_header_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tabcontent {
	float:left;
	width:624px;
	border-left: solid 2px #e1d2c9;
	border-right: solid 2px #e1d2c9;
	padding:0px;
	margin-bottom: 0px;
}


.tabfooter {
	float:left;
	width:628px;
	height:17px;
	padding:0px;
	margin-bottom: 0px;
	background-image: url(../images/tab_footer_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}




/*************** right content *******************/

#right_content{
	float:left;
	width:105px;
}



/************ footer ************/

#footer {
float:left;
	width:767px;
	height: 63px;
	padding: 0px;
}

/***general***/


H1{
font-size: 20px;
margin-left:10px;
}

H2{
font-size: 16px;
margin-left:10px;
}

p{
color:#615858;
	line-height:1.7em;
	margin-left:10px;
	margin-bottom:10px;
	margin-top: 0px;
	font-size: 0.7em;
}
a:link{
	text-decoration:none;
	color: #0066CC;
}
a{	color: #0066CC; 
	text-decoration: none;
}

a:visited{	color: #0066CC; 
	text-decoration:none;
}
a:link:hover, a:visited:hover	{text-decoration: underline;
	color: #990000;
}


