/* interesting aye ? If you need some info, just contact me */

html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}
div.clearer {
	line-height: 0;
	height: 0;
	clear: both;
}
a img {
	border: none;
} 
th {
	font-size : 14px;
	font-weight : bold;
	background-color: #A0B0E1;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom:10px;
}
P {
	padding-bottom: 0px;
	padding-top: 0px;
}

H1 {
	font-size : 18px;
	font-weight : bold;
	color : #0029AD;
	padding-top : 0px;
}

H3 {
	font-weight : bold;
	font-size : 11px;
	color: #202020;
	margin-bottom:0px;
	padding:0px;
	
}

hr {
    	height: 1px;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #EEEEEE;
	margin-bottom: 10px;
}

A {
	color : #0029AD;
	text-decoration : none;
	border: 1px solid #ffffff; 
}

A:HOVER {
	color : #0029AD;
	background-color: #D9DEF1;
	border-width: 1px ;
	border-style: solid;
	border-color: #D9DEF1; 
}
A:VISITED {
	color : #0029AD;
}

ul,ol{
	list-style : square;
	padding-left:0px;
	margin-left: 15px;
	margin-top: 0px;
}


input,textarea {
	border-style: solid;
	color: #0029AD;
	border-width: 1px;
	font-size: 11px;
	border-color: #D9DEF1;
	padding: 3px;
	background-color:transparent;
}

.infobox {
	background-color: #EFF2FB;
	border-style: dashed;
	border-width:1px;
	border-color: #0029AD;
}

.error {
	border:1px solid red;
	color: red;
	font-weight:bold;
}
.notice {
	border: 1px solid yellow;
	padding:10px;
}
.success {
	border: 1px solid green;
	padding:10px;
}


td {
	padding:10px 0px 5px 0px;
}

.inputButton{ background-color:#0029AD; border-color:#0029AD; border-width:1px;border-style:solid; color: #FFFFFF; font-weight: bold;}
.inputButton:hover { background-color:#FFFFFF; border-color:#0029AD; border-width:1px;border-style:solid; color: #0029AD; font-weight: bold;}


/* container */
#container {
	top:0px;
	width: 580px;
	padding:0px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
/* content */
#content {
	position:relative;
	padding:40px 20px 50px 20px;

	top: 50px;
	background-image:url('../img/background.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border:1px solid #0029AD;

} 

/* mainmenu */
#mainmenu {
	position:absolute;
	top:46px;
	left: 0px;
	width:100%;
	margin-right:10px;
}
#mainmenu ul {
	margin:0px;
	padding:0px;
	display:block;
	width:auto;
	float:right;
}

#mainmenu li {
	display: inline;
	padding-top:5px;
	height:20px;
        text-align:center;
	float:left;
	margin-right:2px;

}
#mainmenu a {
	height:100%;
	font-weight:normal;
	text-decoration:none;
	display: block;
	padding:5px;

}
#mainmenu li:hover {
}

#mainmenu a:hover {
      text-decoration:underline;
}


#header {
	position:absolute;
	top:0px;
	height:50px;
	width:100%;
	background-image:url('../img/head.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	padding-top:10px;
}
#header a {
	background:transparent;
	border:0px;
	font-size:10px;
	line-height: 10px;
	padding:0px;
}
#header a:hover {
	color:red;
}
#footer {
	position:relative;
	bottom:10px;
	width:100%;
	height:30px;


}


