﻿@charset "utf-8";
/* CSS Document */
/*vfcl*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #dfd283;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link {color: #000000; text-decoration:underline;}
a:hover, a:active {color: #7d110c; text-decoration:none;}
a:visited {
	color: #666666;
	text-decoration:underline;
}
#container {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background-color: #FFFFFF;
	background-image: url(images/page.jpg);
	background-repeat: repeat-y;
}
#header {
	height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	background-color: #7d110c;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	font-size:1.3em;
	text-align:right;
	padding: 10px;
	color:#f8f3d2;
}
#header h1 span {
	font-size:0.9em;
	padding: 10px;
	color:#ffffff;
}
#sidebar1 {
	float: left;
	width: 199px;
	background-image: url(images/men_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:0;/*ie7*/
}
#sidebar1 p {
	margin: 12px; 
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
}
#sidebar1 p a:link {color:#ffffff; }
#sidebar1 p a:hover {color:#7d110c; }
#mainContent {
	margin-left:200px; 
	background-image: url(images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #ffffff;/*Firefox*/
}
#mainContent div, #mainContent div.large {
	margin:20px 130px 0 80px;
}
#mainContent div p {margin-bottom:1.2em; }
#mainContent div.large p{
		line-height:2em;
}
#mainContent div h3 {
	color: #7d110c;
	font-size:1.2em;
	margin:25px 0 0 0;
}
#mainContent div h4 {
	color: #7d110c;
	font-size:1.1em;
	padding:5px 0 10px 0;
}
#mainContent ul {
	margin: 0 0 1.2em 16px;
	list-style-type: disc;
}
#footer {
	clear:both;
	background-color: #ffffff;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:71px;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
img {
	border: none;
}
/* variuous Class */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
    line-height: 0px;
}

.nobottom {margin-bottom:0;}
.alignright { text-align:right}
.aligncenter { text-align:center}

table.tableimg { border:none; font-size:.8em; margin-bottom:1.5em}
/*end variuous*/

/*colors*/
.txtbigred { font-size:1.2em; color:#7d110c;}
.red { color:#7d110c}
.red a:link { color:#7d110c; text-decoration:underline;}
.red a:hover, .red a:active { color:#7d110c; text-decoration:none;}
.red a:visited {
	color:#666666;
	text-decoration:underline;
}
.printable { text-align:right; padding-right:28px; line-height:1.5em;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top:24px;
}
.bigred {color: #7d110c;
	font-size:1.2em;}
hr.hrred {
	clear:both;
	background-color: #7d110c;
	border-right:0px solid #7d110c;
	border-top:0px solid #7d110c;
	border-left:0px solid #7d110c;
	border-bottom:3px solid #7d110c;
	margin-bottom:1.5em;
	
}
/*end colors*/

/*menu*/
#menu {
	margin-top:25px;
	background-image: url(images/men_bkg.jpg);
	background-repeat: repeat;
}
#menu li {
	list-style-type:none;
	font-size:1em;
	font-weight:bold;
	margin-bottom:8px;
	
	background-color:#edeeee;
}
#menu li a:link, #menu li a:visited {
	text-decoration:none;
	display:block;
	width:181px;
	color:#59606a;
	padding:2px 5px 2px 13px;
	background-image: url(images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu li a:hover, #menu li a:active {
	background-color:#edeeee;
	color:#59606a;
	background-image: url(images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:2px 5px 2px 13px;
}
#menu li.here {
	text-decoration:none;
	width:181px;
	color:#59606a;
	padding:2px 5px 2px 13px;
	background-color:#edeeee;
	background-image: url(images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#menu li.here a:link.section, #menu li.here a:visited.section  {padding: 0; margin:0; background-image:none; color:#59606a}
#menu li.here a:hover.section, #menu li.here a:active.section {padding: 0;margin:0; background-image:none; color:#7d110c}
#menu li ul li {
	list-style-type:none;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding: 0;
	color:#7d110c;
	background-image: none;
	background-color:#edeeee;
}
#menu li ul li a:link, #menu li ul li a:visited {
	padding:0;margin:0;
	background-image: none;
	color:#59606a;
	
}
#menu li ul li a:hover, #menu li ul li a:active {
	color:#7d110c;
	background-image: none;
	padding:0;
}
#menu li ul li.elenc {
	font-weight:bold;
	color:#59606a;
	padding: 0.5em 0 0.5em 3em;
	margin-top:2em;
	background-image: none;
	background-color:#edeeee;
}
#menu li ul li.pdf {
	font-weight:bold;
	color:#59606a;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.5em 0 0.5em 3em;
	margin-top:2em;
	background-color:#edeeee;
}
/*end menu*/

/*HOME*/
#containerhome {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#mainContenthome {
	margin-left:199px;
	text-align:right;
}
#footerhome {
	clear:both;
	background-color: #ffffff;
	background-image: url(images/home_bt_dx.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:44px;
	padding:0; margin:0; 
}
#menu li.home {
	height:170px;
	background-image: url(images/men_Italy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*end home*/

/*page courses*/
p.courses {
	margin:0;
	padding: 0 0 15px 35px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 3px;			
}
h3.courses {color: #7d110c;
	font-size:1.2em; padding-bottom:20px;}
p.courses a:link { font-weight:bold; text-decoration:underline; color:#7d110c;}
p.courses a:hover, p.courses a:active { font-weight:bold; text-decoration:none; color:#666666;}
p.courses a:visited { font-weight:bold; text-decoration:none; color:#666666;}
p.professor {
	margin:0;
	padding: 0 0 15px 35px;
	line-height:1.6em;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 1.5em;			
}
p.evaluation  {
	margin:0 0 0 50px;
	padding: 0 0 15px 35px;
	line-height:30px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
	
}
p.professor a:link, p.evaluation a:link { text-decoration:underline; color:#000000;}
p.professor a:hover, p.professor a:active, p.evaluation a:hover, p.evaluation a:active{ text-decoration:none; color:#666666;}
p.professor a:visited, p.evaluation a:visited {text-decoration:none; color:#666666;}
p.nobackground  {background-image:none}
ul.library li {margin-top:1em;}
ul.library li strong {color:#7d110c;}
/*end courses*/
/*institutions*/
.imginstitutions { width:152px; float:right; margin:0; padding:0;}
.imginstitutions img{ margin:0; padding:0 0 10px 0;}
.txtinstitutions {
	margin:0; float:left; padding:0; width:330px;
}

/*end institutions*/

/*staffmember*/
div.staff{ clear:both; border-top:2px solid #993300; padding:10px 0 10px 0;}
.imgstaff { width:102px; float:left; margin:0; padding:0;}
.imgstaff img{ margin:0; padding:0 0 10px 0;}
.txtstaff {
	margin:0; float:right; padding:0; width:380px;
}
/*end staffmember*/


/*faculty*/
ul.faculty li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom:1em;
	margin-left:-1em;
	padding-left:0;

}
/*end faculty*/

/*form restricted*/
form {
	float:left;
	margin: 30px 0 0 0;
	padding: 0 ;
	text-align:center;
	width:100%;
	}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}


label {
	float: left;
	width: 30%;
	font-size:1em;
	padding-top:3px;
	
		}
fieldset{
	width:360px;
	border: 1px solid #7d110c;
	margin: 20px auto 0 42px;
	padding: 20px;
	text-align:left;
}
/*end form*/




