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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

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

a:link {
	text-decoration: none;
	color: #333333;
	font-style: italic;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: line-through;
	color: #333333;
	font-style: italic;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff5a00;
}

a img { border: none; }

#menu .container p a:hover { border:none; background:none;} /* removes background color on logo - Eric Rihlmann */

#menu {
	width: 200px;
	overflow: auto;
	top: 25px;
	left: 25px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	background-image: url(../../../Images/bk2.png);
	background-repeat: repeat;
}

#topLogo { top: 25px;
	text-decoration: none;
	padding-bottom: 0 }

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

#menu .section-title {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}

#menu ul li {
	margin-left: 3px;
	color: #333333;
}

 #copy {
            font-family: Georgia, serif;
            font-style: italic;
            margin-top: 5px;
            padding-top: 10px;
            border-top-color: #000000;
            border-top-style: solid;
            border-top-width: thin;
        }

#content {
	height: 100%;
	padding-top: 20px;
	padding-left: 40px;
	margin: 0 0 0 215px;
	top: 25;
	text-align: left;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }