body, html{
	FONT-FAMILY: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	background-image: url(../images/bg_vectorized_home.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
}

a:link{
	color: #2046EB;
	font-weight: bold;
	text-decoration: underline;
	background-color:black;
	padding:2px;
}
a:visited{
	color: #2046EB;
	font-weight: bold;
	text-decoration: underline;
	background-color:black;
	padding:2px;
}
a:hover{
	color: #2046EB;
	font-weight: bold;
	text-decoration: none;
	background-color:black;
	padding:2px;
}

a.menu:link{
	color: #2046EB;
	font-weight: bold;
	text-decoration: underline;
	background:none;
}
a.menu:visited{
	color: #2046EB;
	font-weight: bold;
	text-decoration: underline;
	background:none;
}
a.menu:hover{
	color: #2046EB;
	font-weight: bold;
	text-decoration: none;
	background:none;
}

li.reg{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}

li{
	list-style-type: none;
	list-style-position: outside;
}

#menu li{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

#menu li a{
	padding: 6px 6px 6px 16px;
	display: block;
	width: 178px;
}

#menu li a:hover, #menu li.cur a{
	display: block;
	background-image: url(../images/bgMenuOver.png);
	background-repeat: no-repeat;
}

.opac{
	background: transparent url(../images/bgOpac.png) repeat;
	color: White;
	text-align: left;
	padding: 5px;
}

.logo{
	position:relative;
	float:left;
	width:100%;
}

.headerRight{
	position:relative;
	float:left;
	text-align:right;
	width:10%;
}

.clear{
	clear: both;
}

.menu{
	color: white;
	background-image: url(../images/bgMenu.png);
	background-repeat: repeat;
	width: 200px;
}

.menuTop{
	background-image: url(../images/bgMenuTop.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
	font-size:5px;
}

.menuBottom{
	background-image: url(../images/bgMenuBottom.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
	font-size:5px;
}

.contentTitle{
	background-image: url(../images/bgContentTitle.png);
	background-repeat: no-repeat;
	width:670px;
	padding: 5px;
	color: #FDF353;
	font-size: 18px;
	font-weight: bold;
	text-align:right;
}

.content{
	background-image: url(../images/bgOpac.png);
	background-repeat: repeat;
	color: white;
	padding: 10px;
	width:660px;
}

.imgOpac img{
	filter: alpha(opacity: 70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	padding: 10px 10px 0px 0;
}

.imgOpac:hover img{
	filter: alpha(opacity: 100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.99;
}

#content{
	text-align: left;
	float:left;
	padding: 5px;
}

#header{
	text-align: left;
	width: 100%;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	height: 120px;
	padding:0;
	margin:0;
}

#menu{
	float:left;
	width:200px;
	padding: 5px;
	margin-left: 14px;
}