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

body {
	line-height: 18px;
	letter-spacing: 0.75px;
	margin-top: 115px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #bcd6cd;
}

body.section-1 { margin-top: 115px; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; }
body.section-2 { margin-top: 115px; border-style: none; }
body.section-3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; }

a:link { text-decoration: none; text-align: left; color: #3f3f3f; }
a:active { color: #7f7f7f; text-decoration: none; text-align: left; }
a:visited { color: #7f7f7f; text-decoration: none; text-align: left; }
a:hover { text-decoration: none; text-align: left; color: white; }

a img { border: none; }

#menu {
    text-align: left;
    text-decoration: none;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #bcd6cd;
}

#menu ul {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	margin-left: 17px;
	list-style: none;
}

#menu ul li.section-title { font-style: italic; color: #333333; font-family: Georgia, "Times New Roman", Times, serif, sans-serif; font-size: 13px; text-decoration: none; text-align: left; margin-top: 5px; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
}

h1 { font-style: italic; font-size: 21px; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-style: normal; font-weight: normal; font-size: 15px; }
h3 { }
h4 { }

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

#once { clear: left; }

h5 { color: black; font-style: normal; font-weight: normal; margin-left: 20px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 0px; border-right-width: 0px; border-bottom-width: 0px; border-top-width: 0px; border-color: #bcd6cd; border-style: solid; border-left-width: 1px; padding-left: 5px; font-size: 10px; font-family: Helvetica, Verdana, Arial, sans-serif; }

h6 { color: #646464; font-size: 10px; font-style: normal; font-weight: normal; font-family: Helvetica, Verdana, Arial, sans-serif; }

h7 { line-height: 42px; font-weight: bold; font-size: 42px; font-family: Helvetica, Verdana, Arial; color: white; }

h9 { color: white; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; }