@charset "UTF-8";
/* CSS Document */

/* css reset section */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin:0;
	padding:0;
	
}
img {
	border:0;
}
img, div { 
	behavior: url(iepngfix.htc) 
}
ul,ol {
	list-style:none;
}







/* main layout section */


body {
	background-position:center;
	text-align:center;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;	
	background-color: #999999;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;

}


#wrapper{
	background-color:#fff;
	width:940px;
	margin:0px auto 10px;
	text-align:left;
	position:relative;
}

#header {
	height:70px;
	background-image:url(images/markarmaGreen.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	
}

#navigation {
	height:30px;
	background-image:url(images/markarmaGreen.gif);
	background-repeat:no-repeat;
	
}


#nav {
	text-align:left;
	height:30px;
	background-color:#CCCCCC;
	line-height:30px;
	
}
#nav a {
	color:#ffffff;
	text-decoration:none;
	padding:0 17px 0 17px;
	border-left:1px solid #fff;
	font-size:14px;
	background:none;
}

#nav a:hover {
	color:#444444;
	}


#nav .firstItem {
	border-left:0;
}

#nav .current {
	color:#444444;
}

li {
	display:inline;
}









#leftBox {
	width:600px;
	margin:0 0 20px 0;
	float:left;

}

#leftBoxPad {
	width:580px;
	margin:0 0 20px 0;
	padding:10px;
	float:left;

}

#insideBox {
	width:280px;
	padding:10px;
	float:left;

}

#rightBox {
	width:300px;
		float:right;
		background-color:#e3e3e3;
			padding:20px;
			margin:10px 0 10px 0;


}

#footer {
	clear:both;
	height:20px;
	background-color:#999999;
	text-align:center;
}




/* Type */

p	{
	font-size:12px;
	line-height:17px;
}

p a	{
	color:#555555;
}

p a:hover	{
	text-decoration:none;
	color:#888888;
}







h2 {
	font-size:19px;
	text-decoration:none;
}

h2 a {
	text-decoration:none;
	
}

h2 a:hover {
	text-decoration:none;
	color:#222333;
	background-color:#676767;
}

.serif  {
font-family:Georgia, "Times New Roman", Times, serif;
color:#444444;

}








h4 {
	font-size:.75em;
	color:#666;
}

h4 a {
	color:#666;
	text-decoration:none;
}


h4 a:hover {
	color:#222;

}





