/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */
body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	background-color: #01aef0;
	line-height:16px;
	margin: 0px;
	padding: 0px;
}

#colorback {
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #e6e7e4;
	position: fixed;
	z-index: -2;
}


#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 10px;
background: white;
}


#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 10px;
background: white;
}

#white-top {
height: 10px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
}

#white-btm {
height: 10px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: underline; color: #ffffff; }
a:active { text-decoration: underline; color: #ffffff; }
a:visited { text-decoration: underline; color: #ffffff; }
a:hover { text-decoration: line-through; color: #ffffff; }

a img { border: none; }

#menu {
    font-size: 8pt;
	color: #66CCFF;
	width: 250px;
	z-index: 4;
    padding-top: 80px;
    padding-left: 40px;
    bottom: 0;
    height: 100%;
	background-color: #01aef0;
	float:left;
	z-index:0;

}

#topLogo { position: absolute; top: 117px; padding-left: 31px; }

#tophatch { position: absolute; top: 97px; padding-left: 351px; }

#rep { position: absolute; top: 30px; padding-left: 31px; }

#dm { position: absolute; top: 30px; padding-left: 580px; }

#head {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:60px;
	
//	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { }

#content {
 /*   height: 100%; */
     padding-top: 80px;
	width:450px;
	float:left;
	padding-left: 70px;
}

#contentimg {
 /*   height: 100%; */
     padding-top: 80px;
	width:1000px;
	float:left;
	padding-left: 70px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-family: arial; font-size: 32px; }
h2 { font-family: arial; font-size: 24px; }
h3 { font-family: arial; font-size: 16px; }
h4 { font-family: arial; font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 450px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }