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

body {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color:#35605B;
}

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

a:link { text-decoration: none;color:#9CB4B4 }
a:active { text-decoration: none; color:#9CB4B4 }
a:visited { text-decoration: none; color: #9CB4B4; }
a:hover { text-decoration: none;color:#9CB4B4 }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left:10px;
	padding-top:10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	color:#9CB4B4;
	padding-top:10px;
	line-height:23px;

}

#menu ul li.section-title { color:#35605B;
padding-top:10px;
padding-bottom:8px;
border-top-color:#9CB4B4;
	border-top-style:dotted;}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-top:50px;
	padding-left:80px;
	width:550px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14pt;
color:#9CB4B4;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:200}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;}
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0px;
padding-top:20px;
color:#35605B;
font-size:10pt}

#once { clear: left; }

/* Self Added */

#name {
	color:#35605B;
	padding-bottom:10px;
	border-bottom-color:#9CB4B4;
	border-bottom-style:dotted;}
	
#contact { 
	color: #9CB4B4;
	padding-top:10px;
	border-top-color:#9CB4B4;
	border-top-style:dotted;
	line-height:23px;
	font-size:10pt}

#copyright {
	font-size:10px;
	color:#9CB4B4;
	padding-top:8px;}

li {
	list-style-type:none}

li.link a { color:#35605B;
list-style-type: none;
text-decoration:none;}