/* Start of CMSMS style sheet 'CM&amp;C - style' */
html, body { 
	margin: 0;
	padding: 0;
	
	text-align: left;
	color: #000000;
	
	background: #ffffff;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	
	height: 100%;
	
	overflow: hidden;
}


/* Global styles */
* {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0px;
}


/* Headers */
h1, h2, h3, h4, h5 {
	font-size: 150%;
	font-family: 'Trebuchet MS', 'Sans-Serif', 'Arial';
	font-weight: normal;
	
	color: #000000;
	
	text-align: left;
	text-decoration: none;
}


/* Divs */
#container {
	width: 100%;
	height: 100%;
	
	background: url('images/menu_back.jpg') repeat-y;
}

#menu {
	float: left;
	
	display: inline;
	
	width: 200px;
	height: 100%;
}

#text_container_ext {
	width: auto;
	
	height: 100%;
	
	margin-left: 200px;
	margin-right: auto;
	overflow-y: scroll;
}

#text_container {
	width: 600px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	overflow: visible;
	
	padding-bottom: 30px;
}

.menu_text {
	position: relative;
	bottom: 19px;
	left: 28px;
	
	float: right;
	
	font-family: 'Arial';
	font-size: 10px;
	color: white;
	font-weight: bold;
	
	letter-spacing: 1px;
}

#copyright {
	padding-left: 20px;
	padding-right: 20px;
	
	color: #ffffff;
	
	font-size: 10px;
	font-weight: bold;
}

div#text_container ul li {
	margin: 0 0 0.25em 3em;
}

div#text_container ul {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   padding: 0;
}

input {
width: 130px;
}

textarea {
width: 150px;
height: 70px;
}

/* End of 'CM&amp;C - style' */

