﻿body{
	margin:0;
	padding:0;
	line-height: 1.4em;
	background-image:url('images/pagegrad.jpg');background-repeat:repeat-x;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #555555;
	border-width: 0px;
	text-align: center;
}

a img {border:none;}

a {text-decoration:underline; color:#3274b4;}
a.no {text-decoration:none; color:#3274b4;}

a:hover {text-decoration:underline; color:#0066ff;}
a.no:hover {text-decoration:none; color:#0066ff;}

h1 {font-family:Tahoma; font-size: 27px; color: #3274b4; font-weight: 500; margin-top:3px;}

h2 {color:#3274b4; font-size:22px; font-family: Tahoma; font-weight: 500; margin-top:3px;}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
	text-align: left;
}
#header{
	float:left;
	width: 819px;
	height: 68px;
	background-image:url('images/logoback.jpg');background-repeat:repeat-x;
}
#uni{
	float:left;
	width: 141px;
	height: 68px;
}
.menugrad{
	float:left;
	width:183px;
	height:49px;
	background-image:url('images/menugrad.jpg');background-repeat:repeat-x;
}
#menu{
	float:left;
	width:594px;
	height:49px;
}
#footer{
	clear:both;
	width:100%;
	height:62px;
	background-image:url('images/footer.jpg');
	color:#3274b4;
	font-size:11px;
	text-align:center;
	line-height:62px;
}
a.footer, a.footer:hover {
	color:#3274b4;
	text-decoration:none;
	font-size:11px;
}
.divider{
	clear:both;
	width:960px;
	height:25px;
}
hr {
	clear:both;
	height: 0; 
	border: 0; 
	border-top: 1px dashed #b9c4d1;
}
.blue {color: #0066FF;}

.style1 {text-align:right;}