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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #FF6600;}
a:active { text-decoration: 666; }
a:visited { text-decoration: none; color: #FF6633; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
}

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

#menu ul li.section-title { border-bottom: 1px dotted #333300; border-top: 1px dotted #333300;
padding: 5px 0px 5px 0px; font-family: Times serif; font-style: italic; font-size: 10pt; }

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

.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; }

#twitter_div ul {width: 520px;
    overflow: auto;
    position: relative;
    height: 100%;
    font-size: 15px;
    line-height: 1em;
    padding: 0px 25px 20px 5px;
    margin-top: 0pt;
    margin-left: 0pt;
    color: #333300;
	background-color: #FFFFFF;
}

#twitter_div li {border-bottom: 1px solid #CCCCCC;
padding: 9px 0px 9px 20px;}

#elsewhere_div { width: 500px;
	overflow: auto;
    position: relative;
    height: 100%;
    padding: 5px 0px 5px 25px;
    background-color: #FFFFFF;}
    
#bodytext_div { width: 500px;
	overflow: auto;
    position: relative;
    height: 100%;
    padding: 5px 25px 5px 25px;
    background-color: #FFFFFF;}
    
#bodytext_div p { width: 100%;
	height: 100%;
    font-size: 10px;
    line-height: 2em;
    color: #333300;
    text-align: justify}
    
#bodytext_div ul {
    overflow: auto;
    position: relative;
    height: 100%;
    font-size: 10px;
    line-height: 2em;
    padding: 0px 20px 5px 0px;
    margin-top: 0pt;
    margin-left: 0pt;
    color: #333300;
}
    
#bodytext_div li {border-bottom: 1px solid #CCCCCC;
padding: 4px 0px 4px 0px;}
    
#bodytext_div h4 { font-size: 12px; color: #333300; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }