
@import "framework.css";
@import "header.css";
@import "footer.css";
@import "navigation.css";
@import "boxes.css";
@import "tables.css";
@import "selectors.css";
@import "forms.css";
@import "sifr.css";
@import "admin.css";

p {
	text-align:justify;
}
img {
	border:0;
}

.centered {
	margin:0 auto 0 auto;
	text-align:center;
}

hr {
	border-bottom-style:dotted;
	border-color:#CCCCCC;
}


a {
	color:#3399FF;
}

a:visited {
	color:#666;
}
 
ul {
	list-style-image: url(../images/bullets/square.gif);
}


.justified {
	text-align:justify;
}

.articlehr {
	border-bottom-style:dotted;
	border-color:#CCCCCC;
	
}

#articleimagecontainer {
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
}


#topmenucontainer {
	display:block;
	margin-left:15px;
	margin-top:2px;
}


.certificatesmallviewcontainer {
	height:150px;
	float:left;
	margin-bottom:20px;
}


.certificatesmallimage {
	border:#ccc;
	border-style:solid;
	border-width:1px;	
	padding:3px;
	margin-right:30px;
}

.imgsmallviewcontainer {
	width:112px;
	height:220px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	overflow:hidden;
}

/*------------------------------------------*/
/*------------------------------------------*/
.bodystyle {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.medium {

	font-size: 12px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1px;
}

.justified {
	text-align: justify;
}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.clear {
	clear:both;
	height:1px;
    overflow:hidden;

}



