/* CSS Document */

* {margin: 0; padding: 0;}

html {overflow: -moz-scrollbars-vertical;}

/* Centering */
body {
font-family: "Arial Unicode MS", Arial, sans-serif;
}

div.wrapper{
margin: 0 auto; padding: 0; width:1000px}


div.background {
width:1000px;
background: #6699cc;
height:auto;
}

/* Standard tags */

img {border:none}

p { font-size:12px; font-weight:normal; color:#333333; padding-bottom: 20px;}

p.list { font-size:12px; font-weight:normal; color:#333333; padding-bottom:2px;}

ul {font-size:12px; font-weight:normal; color:#333333; line-height:20px; list-style-position:outside; margin-left:5px; text-align:justify; padding-bottom:10px;}

ol {font-size:12px; font-weight:normal; color:#333333; line-height:20px; list-style-position:outside;}

li { padding-bottom:10px;}

li.menu { padding-bottom:0px; padding-top:0px;}

li.mainmenu {padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px; }

li.downloads {list-style-type:none}

th {font-size:11px; font-weight:bold; color:#333333;}

td {font-size:11px; font-weight:normal; color:#333333;}

h1 {font-size:14px; color:#333333; padding-bottom:15px;}

a {color: #0033CC;}

a:visited {color: #666666}

a.bottom { text-decoration:none; color:#ffffff}

a.bottom:hover { text-decoration:none; color:#333333}

/* Custom positional divs */

.header {position: relative;
			top: 0px;
			left: 0px;
			width:1000px;
			height:150px;
			}

.menubar 	{position: relative;
			top: 0px;
			left: 40px;
			width:926px;
			height:51px;
			background-image:url(menu.gif);
			background-repeat:no-repeat;
			z-index:1000;
			}
			
.banner 	{position: relative;
			top: 5px;
			left: 40px;
			width:920px;
			height:119px;
			background-image:url(banner.jpg);
			background-repeat:no-repeat;
			}
			
.contentbackground {
			position: relative;
			top: 0px;
			left: 40px;
			width:920px;
			height: auto;
			background-image: url(textbg.jpg);
			background-position:top; 
			background-repeat: no-repeat;
			background-color:#FFFFFF;
			}		

.textbox {position: relative;
			top: 30px;
			left: 40px;
			width:650px;
			height: auto;
			text-align: justify;
			}
			
.imagebox { position: absolute;
			top:10px;
			left: 700px;
			width: 200px;
			height: auto;
			}
			
.certificate { position: relative;
			top:60px;
			left:20px;
			width:400px;
			height:700px;
			}
			
.arrowhead {position: absolute;
			top:250px;
			left:500px;} 
			
.footer 	{position: relative;
			background-position:bottom;			
			padding-left:20px;
			width:1000px;
			height:31px;
			font-size:12px; font-weight:normal; color:#ffffff; padding-bottom:2px;}
			
			
