/**
* CSS
* 
* @version 1.1
* @author STACKS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	background-attachment: fixed;
	background-image:url('box.gif');
	background-repeat:repeat;
	line-height:normal!important;

}

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

a:link { text-decoration: none; color: #00CCCC; }
a:active { text-decoration: none; color: #00CCCC; }
a:visited { text-decoration: none; color: #00CCCC; }
a:hover { text-decoration: underline; color: #00CCCC; }

a img { border: none; }

#menu {
	width: 170px;
	color: #2a2a2a;
	height: 700px;
	overflow: auto;
	top: 25px;
	bottom: 0;
	left: 40px;
	position: fixed;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	background-color: #f7f9f8;
	margin: 0 0 5px 0;
	padding: 20px; 
}

#title {
	text-align:center;
	color: #3db181;
	font-style: italic;
	font:"Hoefler Text", Georgia, "Times New Roman", Times, serif;
	background-color: #f7f9f8;
	padding: 0px;
	margin: 0px ; 
}

img {
	padding: 20px ;
	margin: 0; 
	background-color: #f7f9f8;
}

#description {
font-size: 10px; text-align:center; background-color:#FFFFFF; font-color: #000;
}

#other { 
}

#menu ul li.section-title { font-style: italic; border-bottom: thin dotted #000; padding-bottom: 3px; margin-bottom: 3px; }

#content {
	height: auto;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 255px;
	font-size:11.5px;
}

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

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

p {
    background-color: #f7f9f8;
	margin: 0 0 5px 0;
	padding: 20px;
	color: #000;
}

p a:link{ color: #00CCCC;text-decoration: none;}
p a:active{ color: #00CCCC; text-decoration: none;}
p a:visited{ color: #00CCCC; text-decoration: none;}
p a:hover{ color: #00CCCC; text-decoration: underline;}

p.whitetext { color: #fff; }
p.blacktext { color: #000; }
p.lightgray { color:#ccc; }
p.darkgray { color:#666; }


h1 { font-size: 32px; color:#FFFFFF; font-style: oblique; font-variant:normal }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 0 0; background-color: transparent;}

#once { clear: left; }