body {
	/* BG */
	background-color	: #FDF8EF;
	/* Content */
	padding			: 0px;
	margin			: 0px;
	/* Fonts */
	font-family		: verdana, arial, sans serif;
	font-size		: 13px;
	color			: #00266D;

}
body a{
	color			: #00266D;
}
p, table, td, tr {
	/* Fonts */
	font-family		: verdana, arial, sans serif;
	font-size		: 13px;
	text-align		: justify;
}
.blind {
	visibility		: hidden;
	display			: none;
}
em {
	font-style		: normal;
	font-weight		: bold;
}

#Head {
	/* Position */
	position		: absolute;
	top			: 0px;
	left			: 0px;
	/* Size */
	width			: 100%;
	height			: 110px;
	/* BG */
	background-image	: url(images/header-bg.jpg);
	background-repeat	: repeat-x;
	background-position	: top left;
	/* Content */
	padding			: 0px;
}


#Menubar {
	/* Position */
	position		: absolute;
	top			: 102px;
	left			: 0px;
	/* Size */
	width			: 160px;
	height			: 584px;
	/* BG */
	background-image	: url(images/menu.jpg);
	background-repeat	: no-repeat;
	background-position	: top left;
	/* Content */
	padding			: 0px;
	padding-top		: 90px;
}
#Menu {
	/* Size */
	width			: 151px;
}
.menuItem {
	/* BG */
	background-color	: #1F57B7;
	/* Border */
	border-style		: solid;
	border-color		: #3E8EFF;
	border-width		: 1px;
	border-bottom		: 0px;
	border-left		: 0px;
	/* Content */
	padding-top		: 4px;
	padding-bottom		: 4px;
	padding-right		: 0px;
	padding-left		: 15px;
	/* Cursor */
	cursor			: hand;
}
.menuItem a{
	color			: #FFFFFF;
	text-decoration		: none;
	font-size		: 0.9em;
}

.menuItemSub{
	/* BG */
	background-color	: #1F57B7;
	/* Content */
	padding-top		: 2px;
	padding-bottom		: 2px;
	padding-right		: 0px;
	padding-left		: 40px;
}
.menuItemSub a{
	color			: #FFC002; /*#FFD24F;*/
	text-decoration		: none;
	font-size		: 0.9em;
}
#MenuItemActive {
	/* BG */
	background-color	: #FFC002; /*#FFD24F;*/
}
#MenuItemActive a{
	color			: #00266D;
}
.menuItemLast {
	/* Size */
	width			: 151px;
	height			: 20px;
	/* Border */
	border-top-style	: solid;
	border-top-color	: #3E8EFF;
	border-top-width	: 1px;
}
#MenuMood {
	/* Position */
	position		: absolute;
	top			: 103px;
	left			: 0px;
	/* Size */
	width			: 151px;
	height			: 71px;
	/* BG */
	background-image	: url(images/pixel.gif);
	background-repeat	: no-repeat;
	background-position	: top left;
	/* Border */
	border-style		: solid;
	border-color		: #3E8EFF;
	border-width		: 1px;
	border-left		: 0px;
	
}

#Content {
	/* Position */
	position		: absolute;
	top			: 110px;
	left			: 160px;
	/* Size */
	width			: 70%;
	min-height		: 300px;
	/* BG */
	background-image	: url(images/bg.jpg);
	background-repeat	: no-repeat;
	background-position	: top left;
	/* Content */
	padding-top		: 2em;
	padding-left		: 4em;
}
#Content p {
	margin-top		: 0em;
	margin-bottom		: 1em;
}
#Content img {
	border-style		: solid;
	border-color		: #3E8EFF;
	border-width		: 1px;
	margin			: 25px;
	margin-top		: 5px;
	margin-right		: 0px;
}
#Content .titleImage {
	margin-top		: 0em;
	margin-bottom		: 0.5em;
	border-width		: 0px;
}
#Content h3 {
	font-size		: 1.1em;
	color			: #184AA6;
	margin-top		: 0.5em;
	margin-bottom		: 0.2em;
}
#Copyright {
	margin-top		: 3em;
	text-align		: center;
	color			: #AAAAAA;
	font-size		: 0.7em;
}
#Powered {
	margin-bottom		: 2em;
	text-align		: center;
	color			: #AAAAAA;
	font-size		: 0.7em;
}
#Powered a{
	color			: #AAAAAA;
}

