/*GENARAL*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
}

/*END GENERAL */

/* TOP */
#top {
	width: 100%;
	height: 152px;
	background: url(../img/top-bg.png) repeat-x;
}

#top-holder {
	width: 900px;
	height: 152px;
	margin-right: auto;
	margin-left: auto;
}

a#top-logo {
	width: 112px;
	height: 102px;
	margin-top: 11px;
	float: left;
	background: url(../img/top-logo.png) no-repeat;
}

#top-europe {
	width: 453px;
	height: 102px;
	margin-top: 11px;
	float: right;
	background: url(../img/top-europe.png) no-repeat;
}

#top-links {
	float: right;
	text-align: right;
	width: 450px;
	margin-top: 10px;
	margin-right: 1px;
}

#top-links a {
	color: white;
	text-decoration: none;
	margin-left: 30px;
}

#top-links a:hover {
	text-decoration: underline;
}
/* END TOP */

/* CONTENT */

#content-holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 215px;
	height: 1000px;
	padding-top: 28px;
	float: left;
	background-color: #ececec;
	background: url(../img/menu.png) repeat-x;
}

#menu-divider {
	width: 215px;
	height: 1px;
	margin-top: 28px;
	margin-bottom: 28px;
	background-color: #cecece;
}

#navbar {
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #afaeae;
	color: #afaeae;
	font-size: 12px;
}

#content #navbar a {
	color: #afaeae;
	text-decoration: none;
	font-size: 12px;
}

#content #navbar a:hover {
	color: #132645;
}

#content {
	float: left;
	width: 625px;
	margin-left: 55px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#content h1 {
	font-size: 24px;
	color: #012778;
	margin-bottom: 8px;
	margin-top: 2px;
	padding: 0px;
	background-color: none;
}

#content h1 a {
	font-size: 24px;
	color: #012778;
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: underline;
}

#content h1 a:visited {
	color: #646b7a;
}

#content ul {
	list-style-image: url(../img/ul.png);
	list-style-position: outside;
}

#content a {
	color: #bf0707;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content hr {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 0px;
	color: #d1cece;
}

#content h3 {
	color: #012778;
	font-size: 14px;
	margin-bottom: 8px;
}

.article-header {
	width: 100%;
	height: 17px;
	background-color: #ececec;
	color: #afaeae;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #d1cece;
}

.articles-history {
	margin-top: 40px;
	border-top: 1px solid #d1cece;
}

#content img {
	border: 3px solid #b7afaf;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

/* END CONTENT */

/* MENU STYLE */
.my-phd {
	border: 2px solid #dddada;
	margin-left: 21px;
}

#menu dt.menu-item {
	background-color: #ececec;
}
#menu dt.menu-item a {
	display: block;
	height: 22px;
	color: #132645;	
	text-decoration: none;
	padding-left: 35px;
	padding-top: 6px;
}	

#menu dt.menu-item a:hover {
	background: url(../img/dt.png) no-repeat;
	background-color: #dfdcdc;
}

#menu dt.menu-item-active {
	background: url(../img/dt.png) no-repeat;
	background-color: #dfdcdc;
}

#menu dt.menu-item-active a {
	display: block;
	height: 22px;
	color: #132645;	
	text-decoration: none;
	padding-left: 35px;
	padding-top: 6px;
}

.menu-square {
	height:9px;
	width:9px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	background-color: #008f76;
}

.menu-close {
	height:9px;
	width:9px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	background: url(../img/menu-close.png) no-repeat;
}

.menu-open {
	height:9px;
	width:9px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	background: url(../img/menu-open.png) no-repeat;
}

#menu dd.menu-item {
	background: url(../img/dd.png) no-repeat;
	background-color: #ececec;
}
#menu dd.menu-item a {
	display: block;
	height: 22px;
	color: #132645;	
	text-decoration: none;
	padding-left: 55px;
	padding-top: 6px;
}	

#menu dd.menu-item a:hover {
	background: url(../img/dd-active.png) no-repeat;
	background-color: #dfdcdc;
}

#menu dd.menu-item-active {
	background: url(../img/dd-active.png) no-repeat;
	background-color: #dfdcdc;
}

#menu dd.menu-item-active a {
	display: block;
	height: 22px;
	color: #132645;	
	text-decoration: none;
	padding-left: 55px;
	padding-top: 6px;
}	

/* END MENU STYLE */

/* BOTTOM */

#bottom {
	width: 100%;
	height: 36px;
	background: url(../img/bottom-bg.png) repeat-x;
}

#bottom-holder {
	width: 900px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	text-align: right;
	color: #1c263d;
	font-size: 12px;
}

#bottom-holder a{
	color: #1c263d;
	text-decoration: none;
	font-size: 12px;
}

#bottom-holder a:hover {
	color: white;
	text-decoration: none;
}

/* END BOTTOM */