/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Mickey Ionescu
* @author Jan Siegmund
*/


 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-image: url(/images/bg.gif); 
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}

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


a:link {
	text-decoration: none;
	color: #4f4f4f;
}
a:active {
	text-decoration: underline;
	color:#999999;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #4f4f4f;
}
a img { border: none; }

/*#header {
	margin: 0px;
	position: absolute;
	z-index: 98;
	left: 5px;
	top: 115px;
	background-color:#00CCCC;
}*/



#menu {
	width: 200px;
	overflow: visible; /* was :auto */
	position: absolute;
	margin-top: 0;
	top: 80px;
	bottom: 0;
	left: 0;
	height: 100%;
	color: #333333;
	z-index: 99;
	font-size: 10px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-align: right;
	line-height: 14px;
}

#menu ul {
	list-style: none;
	background-color:#FFFFFF;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 0;
}

#menu ul li.section-title {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 4px;
}

#menu a:link {
	text-decoration: none;
	color: #4f4f4f;
	display: block;
	margin-bottom: 1px;
}

#menu a:visited {
	text-decoration: none;
	color: #888888;
	display: block;
	margin-bottom: 1px;
}

#menu a:hover {
	text-decoration: none;
	color:#4f4f4f;
	display: block;
	padding-top: 1px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}

#menu a:active {
	text-decoration: none;
	color:#999999;
	margin-bottom: 1px;
}

#content {
	height: 100%;
	width: 500px;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 220px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	
}

#content p {
/*	width: 400px;
*/	margin-bottom: 9px;/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;*/
}

.container {
/*    padding: 5px 5px 25px 5px;
	background-color:#FFFFFF
	
*/

}

p {
    margin: 0px 0 9px 0;
}

h1 {
	font-size: 17px;
	padding-top: 0px; /*was 5px*/
	padding-right: 6px;
	margin-bottom: 0;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 { 
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-right: 6px;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #4f4f4f;
}

h3 {
	margin-top: 30px;
	margin-bottom: 0px;
	background: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #4f4f4f;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}


h3 a {
	border: none !important;
	color: #009966 !important;
	text-decoration: none !important;
	color: #4f4f4f !important;
	display: inline !important;
	font-weight: bold;
}

h3 a:hover {
	text-decoration: underline !important;
}


h4 { font-size: 12px; }

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

#once { clear: left; }
