﻿

body
{
	font-family: Verdana;
	font-size: x-small;
	background-color: #f2f2f2;
}

a:link
{
	color: #626262;
	text-decoration: none;
}
a:visited
{
	color: #626262;
	text-decoration: none;
}
a:hover
{
	color: #262626;
	text-decoration: underline;
}
a:active
{
	color: #626262;
	text-decoration: none;
}

/*a.nav:link
{
	color: #2e2e2e;
	text-decoration: none;
}
a.nav:visited
{
	color: #e2e2e2;
	text-decoration: none;
}
a.nav:hover
{
	color: #e2e2e2;
	text-decoration: underline;
}
a.nav:active
{
	color: #e2e2e2;
}
*/
a.img
{
	border: none;
}

/*********************************************** 
----> GRID
***********************************************/

*
{
	padding: 10px 0px 0px 0px;
	margin: 0;
}

.mainFrame
{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	background-color: white;
	min-height: 600px;
	background-color: Transparent;
	/*background-image: url('App_Images/top_background.gif');*/
	background-repeat: no-repeat;
	

}


#divTop
{
	height: 250px;
	width: 800px;
	float: left;
	background-image: url('App_Images/HypnoseNord_webTop2.gif');
	background-position: center top;
	background-repeat: no-repeat;
}


#divTopMenu
{
	width: 800px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	background-image: url('App_Images/HypnoseNord_webMenu.gif');
	

}

#pageBody
{
	float: left;
	width: 720px;
	padding: 10px 40px 10px 40px;
	background-color: white;
	background-image: url('App_Images/paga_gradient.gif');
	min-height: 300px;
	color: #626262;

}

#pageFooter
{
	float: left;
	width: 800px; /*padding: 10px 20px 10px 20px;*/
	height: 22px;
	background-image: url('App_Images/HypnoseNord_webFooter.gif');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #626262;
	font-size: x-small;
	padding-top: 8px;

}

/*********************************************** 
----> NAVIGATION
***********************************************/

.nav
{
	list-style-type: none;
	font-size: 9pt;
	text-align: center;
	padding: 0px;
	

}

.nav li
{
	display: inline;
	padding: 0px 0px 10px 10px;
}




/*********************************************** 
----> TYPOGRAPHY
***********************************************/

h1
{
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	padding:  15px 15px 0 15px;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	padding: 15px 15px 10px 15px;
	font-size: 12px;
}
h4
{
	padding: 15px 15px 10px 15px;
	font-size: small;
	font-weight: bold;
}

p
{
	padding:  5px 15px 15px 15px;
	font-size: 12px;
	color: #626262
}



.textList
{
	list-style-type: none;
	font-size: 9pt;
	padding-top: 25px;
}

.textList li
{
	padding: 0px 0px 0px 0px;
}


/*********************************************** 
----> TEMPLATE INFO
***********************************************/

ul.browser
{
	list-style-type: none;
	padding: 0 0 10px 40px;
}

