body {
background-color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding:0px;
margin:0px;
}
a.norm:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.norm:visited {
	color: #275269;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.norm:hover {
	color: #275269;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #275269;
	text-decoration: none;
}
a.norm:active {
	color: #275269;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #275269;
	background-color: #CCCCCC;
}

a.blank:link, a.blank:visited {
	color: #666666;
	text-decoration: none;
}

a.blank:hover, a.blank:active {
	color: #275269;
	text-decoration: none;
}

a.leftmenu:link, a.leftmenu:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

a.leftmenu:hover, a.leftmenu:active {
	color: #275269;
	text-decoration: none;
}

a.headmenu:link, a.headmenu:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 66px;	
}

a.headmenu:hover, a.headmenu:active {
	color: #275269;
	text-decoration: none;
}


h1 {
	font-size: 10px;
	margin:0px;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h2 {
font-size:14px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h4 {
	font-size: 10px;
	margin:0px;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}



/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 212px;
margin-right: 0px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}

#left a{
	text-decoration:none;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}
#left a:hover,
#left a:focus,
#left a:active{
	text-decoration:none;
	color:#275269;	
	

	
}

#accoheader a{
	text-decoration:none;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#accoheader a:hover,
#accoheader a:focus,
#accoheader a:active{
	text-decoration:none;
	color:#275269;	
}

.accoh3{ /**/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.3em;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

.accotoggle{ /*class added to contents of 1st demo when they are open*/
	color: #275269;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	
}



.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}






.lmenu{ /**/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.3em;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* -----------iframe--------------------------- */
iframe {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-left-color: #e6e6e6;
	height: 420px;
	width: 100%;
	text-align: left;
	border-right-style: none;
	border-bottom-style: none;
}
