/*
div{ border: 1px solid;}
table { border: 1px solid green;}
td, tr{ border: 1px solid red;}
*/

/* basic layout, divided in 9 areas */
.main{
	border: 0px; 
	padding: 0px; 
	width:100%;
}

.main1{
	width: 200px;
}

a.main1link{
	background-image:url(img/main1.jpg);
	width: 200px;
	height: 150px;
	display: block;
}

.main2{
	background-image:url(img/main2.jpg);
}

a.main2left{
	background-image:url(img/main2left.jpg);
	width: 272px;
	height: 150px;
	display: block;
}

.main2right{
	background-image:url(img/main2right.jpg);
	width: 161px;
	height: 150px;
	float:right;
}

.main3{
	width: 140px;
	background-image:url(img/main3.jpg);
}

.main4topHalf{
	width: 200px;
	background-image:url(img/main4.jpg);
	vertical-align:top;
}

.main4top{
	width: 200px;
	height: 50px;
	background-image:url(img/main4top.jpg);
}

.main4bottomHalf{
	width: 200px;
	background-image:url(img/main4.jpg);
	vertical-align:bottom;
}

.main4bottom{
	width: 200px;
	height: 40px;
	background-image:url(img/main4bottom.jpg);
}

.main5{
	background-image:url(img/main5.jpg);
	vertical-align: top;
}

.main5topleft{
	background-image: url(img/main5topleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.main5top{
	width: 100%;
	background-image: url(img/main5top.jpg);
	background-repeat: repeat-x;
}

.main5topright{
	background-image: url(img/main5topright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.main5bottom{
	background-position: bottom;
	width: 100%;
	background-image: url(img/main5bottom.jpg);
	background-repeat: repeat-x;
}

.main5bottomright{
	background-image: url(img/main5bottomright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.main5bottomleft{
	background-image: url(img/main5bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.main6{
	width: 140px;
	background-image:url(img/main6.jpg);
	vertical-align: top;
}

.main6topHalf{
	width: 140px;
	background-image:url(img/main6.jpg);
	vertical-align:top;
}

.main6top{
	width: 140px;
	height: 270px;
	background-image:url(img/main6top.jpg);
}

.main6bottomHalf{
	width: 140px;
	background-image:url(img/main6.jpg);
	vertical-align:bottom;
}

.main6bottom{
	width: 140px;
	height: 50px;
	background-image:url(img/main6bottom.jpg);
}

.main7{
	width: 200px;
	height: 100px;
	background-image:url(img/main7.jpg);
}

.main8{
	background-image:url(img/main8.jpg);
}

.main9{
	width: 140px;
	background-image:url(img/main9.jpg);
}


/* menu */

div.menu a{
	display: block;
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	text-transform: capitalize;
}

.fakeChar {
	visibility: hidden;

}

.menuButtonLink{
	background-image:url(img/menuButton.jpg);
	color : #006bb6;
}

.menuButtonLink:link{
	background-image:url(img/menuButton.jpg);
	color : #006bb6;
}

.menuButtonLink:visited{
	background-image:url(img/menuButton.jpg);
	color : #006bb6;
}

.menuButtonLink:hover{
	background-image:url(img/menuButtonHo.jpg);
	color : #fffcd2;
	padding-left: 0px;
}

.menuButtonLink:hover .fakeChar{
	font-size: 14px;
	padding-left: 0px; 
}

.menuButtonLink:active{
	background-image:url(img/menuButtonCl.jpg);
	color : #fffcd2;
}


.menuNudge{
	margin-left: 10px;
	margin-top: 6px;
    width: 150px;
}

.menuBottom{
	width: 200px;
	height: 50px;
	background-image:url(img/menuBottom.jpg);
}

/* jsMenu */

.jsMenu a{
	display: block;
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	text-transform: capitalize;
	color : #0758a6;
}

.jsMenu a:hover{
	color : #fffcd2;
}

.jsMenu a:link{
	color : #0758a6;
}

.jsMenu a:visited{
	color : #0758a6;
}

.jsMenuButtonLink{
	background-image:url(img/menuButton.jpg);
}

.jsMenuButtonLinkHo{
	background-image:url(img/menuButtonHo.jpg);
}

.jsMenuButtonLinkCl{
	background-image:url(img/menuButtonCl.jpg);
}

/* semi-transparent top layer. Bottom only works in XHTML 1.0 and 1.1 */

div.main5topleftTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	top: 0px;
	left: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5topleftTransp.png');}
div.main5topleftTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5topleftTransp.png);
}

div.main5toprightTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	top: 0px;
	right: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5toprightTransp.png');}
div.main5toprightTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5toprightTransp.png);
}

div.main5bottomleftTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	bottom: 0px;
	left: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5bottomleftTransp.png');}
div.main5bottomleftTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5bottomleftTransp.png);
}

div.main5bottomrightTransp{
	height: 200px; 
	width: 200px; 
	position: absolute;
	bottom: 0px;
	right: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/main5bottomrightTransp.png');}
div.main5bottomrightTransp[class]{ /* css2 declaration, unused by IE */
	background-image: url(img/main5bottomrightTransp.png);
}

/* misc */

.content{
	/*font-family: Verdana, Arial;*/
	
	font-family:Century Gothic, Verdana, Arial;
	color: #003c75;
	position: relative;
	padding-left: 20px; 
	padding-right: 10px; 
	font-size: 0.8em;
	padding-top: 1px;
}

body{
	background-color:#FFFFFF;
	margin:0px; 
	padding:0px; 
	background-image:url(img/background.jpg);
}

a{
	text-decoration: none;
}

a:link {
	color: #005AFF;

}
a:visited {
	color: #3367C5;
}
a:active {
	color: #4D8CFF
}
a:hover {
	color: #4D8CFF;
}

.content a:hover {
	border-bottom: 1px dashed;
}

img.flag{
	border-style: solid;
	padding: 2px;
	border-width: 2px;
	border-color: #a08f9f #9d8a9c #593157 #582f56;
	margin: 0px 1px 1px 10px;
}

img.flagHo{
	border-style: solid;
	padding: 2px;
	border-width: 2px;
	border-color: #593157 #582f56 #a08f9f #9d8a9c;
	margin: 1px 0px 0px 11px;
}

/* min-height emulation */

.prop {
	height:480px;
	float:right;
	width:1px;
/*	background-color: red;*/
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

img.floatright{
	float: right;
	margin: 10px 0px 10px 10px;
	border: 2px solid #247bcd;
}

img.floatleft{
	float: left;
	margin: 10px 10px 10px 0px;
	border: 2px solid #247bcd;
}

/* markup */

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #0758a6;
	letter-spacing: 0em;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #247bcd;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #509fea;
}

h4 {
	padding-bottom: 1px;
}

hr {
	margin: 0px 30px 0px 30px;  
	border-top: 1px dashed;
	height: 0px;
	border-color: #247bcd;
}

p.bigL:first-letter { 
	font-weight: bold;
	color: #0758a6;
	font-size: 300%; 
	float: left;
}

li { 
	color: #0758a6;
}

ul { 
	list-style-type: square;
}

strong {
	font-weight: bold;
}

a.printCmd{
	display: block;
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	text-transform: capitalize;
	background-image:url(img/print.png);
	color : #0758a6;
}

.alignRight{
	text-align:right;
}

.backButton{
}

.topButton{
}

.link1{
	font-weight: bold;
	font-size:120%;
}