/* Set main content properties */
#content {
	background-color: #c5d5fc;
	width: 100%;
	
}

/* Set header properties */
#header {
	background-color: #345e86;
	
	padding: 15px;
	
}

	/* Set header text properties */
	
	#h-text {
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		padding-left: 10px;
	}


/* Set footer properties */
#footer {
	background-color: #345e86;
	color: #fff;
	font-size: 10px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	
}

/* Set menu properties */
#menu {
	background-color: #345e86;
	width: 200px;
	
}

/* Set menu content properties */
#menu-content {
	color: #fff;
	padding: 10px;
}

/* Core styles */

html, body {
	width: 100%;
	height: 100%;
}

body,td,th { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	width: 100%;
	border: 0;
}
#content-wrap {
	padding: 20px;
}

