/*** General Rules ***/

body{

	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1,h2,h3,p{
	
	margin: 0px;
	padding: 0px;
}

h1{

	font-family: Georgia, sans-serif;
	font-size: 2em;
	padding: 3px;
	color: #F26741 !important;
}

a{

	text-decoration: none;
}

/*** Layout ***/

#wrapper{

	width: 600px;
	margin: 0 auto 0 auto;
}

/*** Header ***/
#pageTitle{

	font-size: 3em;
	font-family: Georgia, serif;
	color: #2D72A9;
}

/*** Menu ***/

#menu{

	width: 100%;
	float: left !important;
	height: 28px;
	margin: 0;
	margin-top: 20px;
	padding:0;
}

#menu ul{

	float: left;
	height:27px;
	margin:0px;
	margin:3px 0 10px 0;
	font-size:13px;
	padding: 0 !important;
}

#menu li{

	float:left !important;
	margin-left: 0;
	margin-right:2px;
	overflow:hidden;
	height:26px;
	list-style:none;
}

#menu li a{

	background:url(images/tab-round.png) right 26px;
	color:#4D4D4D;
	display:block;
	line-height:25px;
	text-decoration:none;
}

#menu li a:hover{

	color: #F26741;
}

#menu li.selected a{

	color: #F26741;
}

#menu li a span{

	background:url(images/tab-round.png) left 26px;
	display:block;
	margin-right:12px;
	padding-left:12px;
	padding-top:1px;
}

/*** Content ***/

#content{

	width: 100%;
	float: left;
	padding: 20px 10px 20px 20px;
	background: url(images/contentBack.jpg) top left no-repeat;
	/*border: 1px solid black;*/
}

#content .content_body{

	margin-top: 20px;
	padding-left: 20px;
	width: 80%;
}

#content .content_body p{

	line-height: 1.43em;
}

#content .content_body a{

	color: #41a2f2;
}

#content .content_body a:hover{

	color: #2D72A9;
}