/*

																						##### LHS STYLES. #####
																						#### Feb '08. Kevin Leitch ###
																						
																						## Please note that IE specific code (if any) are in the files: ##
			
                                      			- style-ie.css
                                      			- style-ie7.css
                                      			
                                      			## OK, on with the show ##
                                      			
                                      			=1: Universal overrides
                                      			=2: Main layout divs
																						=3: Nav

*/

/* 
			=1: Universal Overrides & elements
*/

* {
		padding: 0;
		margin: 0;
}

body {
		font-size:62.5%;
		font-family: calibri, verdana, tahoma, arial, helvetica, sans-serif;
		background-color: #fff;
}

div {
		position: relative;
}

img {
		border: 0;
}

/* 
			=2: Main layout divs
*/

#wrapper {
		width: 760px;
		margin: 0 auto;
		/*background-color: yellow;*/
}

/* 
			=3: Nav
*/

#navcontainer { 
		width: 200px;
		float: left;
}

#navcontainer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
		font-size: 1.2em;
		font-weight: bold;
		padding-right: 10px;
		border-right: 1px solid #eee;
		margin-right: 10px;
}

#navcontainer a {
		color: #000;
    display: block;
    padding: 3px;
    width: 160px;
    background-color: transparent;
    border-bottom: 1px solid #eee;
		text-decoration: none;
}

#navcontainer a:link, .navlist a:visited {
    color: #000;
    text-decoration: none;
}

#navcontainer a:hover {
    background-color: #ccc;
    color: #fff;
}

#subnav {

}

#footer {
		clear: both;
		width: 760px;
		border-top: 3px solid #ccc;
}

#content {
		font-size: 1.3em;
		width: 500px;
		float: left;
		/*background-color: green;*/
}

#content p,
#content blockquote {
		line-height: 2.0em;
		margin-bottom: 15px;
}

#content blockquote {
		margin-left: 30px;
		padding-left: 10px;
		border-left: 1px solid #000;
		font-style: italic;
}

#content h2 {
		color: #75B1FA;
}

#content h3 {
		margin-top: 20px;
		color: #EE8D18;
}

#content ul,
#content ol {
		margin-left: 40px;
}

#content ul.roman li {
		list-style-type: lower-roman;
}

#content ul.nobum {
		margin-bottom: 20px;
}

#content dl dt {
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 20px;
}

#content ul#downloads {
		margin-top: 20px;
		margin-bottom: 20px;
}

#content ul#downloads li {
		list-style: none;
		margin-bottom: 10px;
}

#content ul#downloads li a {
		color: #999;
		text-decoration: none;
}

#content ul#downloads li a:hover {
		color: #000;
}

.mainimg {
		float: left;
}

#content p.newsletters {
		display: block;
		width: 500px;
		padding: 5px;
		background: #eee;
		font-weight: bold;
		margin-bottom: 5px;
}

#content p.newsletters a {
		color: #EE8D18;
		text-decoration: none;
}

#content p.newsletters a:hover {
		color: #666;
		text-decoration: underline;
}