/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #777777;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	color: #446EC0;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #446EC0;
}

/** HEADER */

#header {
	width: 778px;
	height: 130px;
	margin: 0 auto;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #F47511;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	color: #F47511;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 41px;
	padding-top: 20px;
	background: url(../images/itPisonLogo.jpg) no-repeat left bottom;
}

/** MENU */

#menu {
	width: 778px;
	margin: -40px auto 20px auto;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background-color: #446EC0;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#content h2 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
}

#left {
	float: left;
	width: 500px;
}

#right {
	float: right;
	width: 250px;
}

.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff url('images/a1.gif') top left repeat-x;
}

#content table
{
	/* margin-bottom: 1.5em; */
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}


/** FOOTER */

#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px;
}

#footer p
{
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
	padding-top: 3px;
}