/* Start of CMSMS style sheet 'Vaicova1css' */
body {
	background-color: InactiveCaption;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#pack {
	width: 940px;
	margin: 15px auto;
	text-align: left;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
#left {
	width:18%; 
	height:100%; 
	float:left;
	}
#right {
	width: 18%;
	height: 100%;
	float: right;
}
#middle {
	height: 100%;
	width: 63%;
	float: left;
	background-color: InactiveBorder;
}
#main {
	margin: 10px;
	background-color: InactiveBorder;
	text-align: center;
}
#menuwrapper {
	font-size: 120%;
}
#primary-nav {
	list-style-type: none;
}
#menuactive {
	font-family: serif;
}


a:active {
	color: Blue;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}

a:visited {
	color: Fuchsia;
}

a:hover {
	color: Black;
}

/* End of 'Vaicova1css' */

