* {margin: 0px; padding: 0px;}
body  {
	font: 100% "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	background: #dceaff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #202020;
}

#page { 
	width: 960px;
	margin: 15px auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	background: #fff;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	background: #DDDDDD; 
	padding: 0;
	margin: 0;
} 

#menu {
	padding: 10px 20px;
}

#menu a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
}

#menu a:hover {
	text-decoration:underline;
}

#nav {
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url("images/menu_gradient1.gif") top left repeat-x;
	text-align: left;
}

#nav ul li {
	color : #fff;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#container {
	background: url(images/col.gif) top left repeat-y;
	display:table;
	width: 960px;
	min-height:38em;
}
#column1 {
	width: 690px;
	float: left;
	padding: 0;
}

#column1 h2 {
	margin-bottom: 1em;
}

#column1 p {
	margin-bottom: 1em;
}

#page .content {
	margin: 5px;
}

#column1 .content {
	margin: 5px 15px;
	text-align: left;
}

.wgt_box1{font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:9px;margin:5px;border:1px solid #3366CC;background:#d1e0f1;padding:5px;}
.wgt_box1 p{margin-bottom:0.5em;}

.content ul {
	margin-left: 20px;
}

.bold {
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

#sidebar {
	top: 0px;
	width: 270px;
	float: left;
	padding: 0px;
}

#sidebar h3 {
	padding: 5px; 
	background:#1a354e; 
	color: #fff;
	margin: 5px 0px 0px 0px;
}

#sidebar h3 a {
    color: #fff;
    text-decoration:none;
}

#sidebar h3 a img {
    border:none;
    vertical-align: middle;
}

.widget {
	background:#3ff;
	color:#222;
	border:1px solid #000;
	font-size: 85%;
	overflow:hidden;
	padding: 0px 5px 5px 5px;
}

#sidebar div {
	background:#fff;
}

#sidebar .content table {
    margin-left: 5px;
}

#footer {
	background: url("images/menu_gradient2.gif") top left repeat-x;
	color: #fff;
	text-align: center;
	height: 30px;
} 
#footer p {
	padding: 4px 3px 1px 3px;
}
#footer a {
	color:#efb34a;
	text-decoration:underline;
}

