/* Miklavic.com */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
font-family: "Trebuchet MS", Arial,sans-serif;
background-color: #FFFFFF;
text-align: center;
color: #666666;
margin: 10px 0px 10px 0px;
font-size: 14px;
}

a:link, a:visited, a:hover{
color: #245477;
text-decoration: none;
}
a:hover{
color: #7392A7 ;
text-decoration: underline;
}
a.external {
background: url(../images/external.png) no-repeat scroll right 0;
padding-right:15px;
}

h1{
color: #245477;
font-size: 21px;
}

h2{
color: #666666;
font-size: 18px;
}

img{
	border: 0px;
}

.displaynone{
	display: none;
}

.thumbnail{
	border: 4px solid #D7EDFF;
}
	.thumbnail:hover{
		border: 4px solid #AEDBFF;
	}	

.container{
width: 700px;
text-align: left;
margin: 0px auto;
}
	.header{
		background: url(../images/header_bg.png);
		width: 700px;
		height: 150px;
	}

	.mainBody{
		margin: 10px 20px 0px 20px;
	}
		.box{
			margin: 10px 0px 10px 0px;
			height: 100%;
			background-color: #EFEFEF;
		}
			.clientname{
				color: #666666;
				font-size: 18px;
				margin: 0px 12px 0px 0px;
			}
	
		.box-white{
			margin: 10px 0px 20px 0px;
			height: 100%;
			background-color: #FFFFFF;
		}
	.footer{
		text-align: center;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	
/* Rounded Corners */
.box_top div {
   background: url(../images/tl.png) no-repeat top left;
}
.box_top {
   background: url(../images/tr.png) no-repeat top right;
}
.box_bottom div {
   background: url(../images/bl.png) no-repeat bottom left;
}
.box_bottom {
   background: url(../images/br.png) no-repeat bottom right;
}

.box_top div, .box_top, 
.box_bottom div, .box_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.box_content{ margin: 0 15px; }

/* MM08 */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

