/**********************************/
/* Stylesheet for e107 theme: DSI */
/**********************************/

body {
	background-color:#E8EAEB; margin:0 0;
} 

p {font-size:14px;}
/* more settings for 'p'
p {
	margin-top: 0px
}
 */

a {
	font-size:14px;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*a:hover {
	text-decoration: none;
	background-image: url("images/menu_BG_hover.png")
}*/

li {font-size:14px;}

.content {
	border: #444 2px solid;
	padding: 15px;
	font-size: 11px;
	background: #fff;
	color: #000;
	text-align: left;
}

#wrapper {
	width:774px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#subwrapper
{
width:774px;
	background:url('images/colbac.png');
	background-repeat:repeat-y;
	margin:0px;
}

#header
{
height:342;
width:774px;
margin:0px;
padding:0px;
clear:both;
background-color:#bdbebd;
}

#menu {
	padding-left:8px;
	text-align: left;
	text-decoration:none;
	font-weight:bold;
}

#col1
{
height:100%;
width:248px;
float:left;
/*background:url('images/colbac.png');
background-repeat:repeat-y;*/
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

/*  logos not needed?
#logo1 {
	position: relative;
	height: 90px;
	width: 500px;
	background-image: url('images/logo1.png');
	background-repeat: no-repeat;
}

#logo2 {
	position: relative;
	height: 90px;
	width: 500px;
	background-image: url('images/logo2.png');
	background-repeat: no-repeat;
}

#logo3 {
	position: relative;
	height: 90px;
	width: 500px;
	background-image: url('images/logo3.png');
	background-repeat: no-repeat;
}

#logo4 {
	position: relative;
	height: 90px;
	width: 500px;
	background-image: url('images/logo4.png');
	background-repeat: no-repeat;
}
*/

h3 {
	color: #444;
	font-weight: bold;
	margin-bottom: 2px;
}

#content
{
float:right;
width:521px;
}

#footer {
	margin:0px;
	clear:both;
	width:774px;
	height:50px;
}

img.header {
	width:774px;
	height:76px;
	margin:0px;
}
img.footer {
	width:774px;
	height:50px;
	clear:both;
	margin-bottom:0px;
}

p.col1 {
	margin:0;
	padding-left:10px;
}

ul.bullet {
	list-style-image:url('images/bullet.jpg');
}

#disclaim {
	clear: both;
	color:#000;
	background-color:#bdbebd;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 70%;
}
