body {
	margin: 0;
	padding: 0;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;
	vertical-align: middle;
}

/* links */
a {
	background: inherit;
	color: #BD0026;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
}

/* headers */
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	color: #FFF;
}

h2 {
	font-weight: bolder;
	color:#BD0026;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 24px;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 16px;
	font-weight:normal;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
}


/* start - table */
.table1 {
	border-collapse: collapse;
}

.table1 th {
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: center;
	background-color: #BD0026;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-right-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.table1 tr {
	height: 20px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}

.table1 td {
	padding-left: 7px;
	padding-right: 7px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.table1 tr.row-a {
	background-color: #EFEFEF;
}
.table1 tr.row-b {
	background: #DDD;
}
/* end - table */


/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 800px;
}

/* header */
#header {
	height: 130px;
	text-align: left;	
}

#header-content {
	padding: 0;
	margin: auto;
	position: relative;
}
	
#header-content h1#logo {
	position: absolute;
	letter-spacing: -2px;
	color: #FFF;
	/* change the values of left and top to adjust the position of the logo */
	top: 0;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	width: 800px;
	height: 94px;
}



/* header menu */
#header-content ul {
	position: absolute;
	top: 270px;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	width: 800px;
	left: 8px;
	min-width: 800px;
	max-width: 800px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #BD0026;
	color: #FFF;
}
#header-content li a#current  {
	color: #FFF;
	background-color: #BD0026;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 800px;
	height: 160px;

	background: #FFF url(headerphoto.jpg) no-repeat center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: justify;
	padding: 0;
	margin: auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 28%;
	margin-top:10px;
	padding: 0;
	top: 10px;
	position: relative;
}	

.sidebox {
	background-color:#FF9;
	border: 2px solid #FC6;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.sidebox_purple {
	border: 2px solid;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #639;
	background-color: #C9F;
}


/* main */
#main {
	float: left;
	width: 69%;
	margin: 0 0 0 0;
	padding: 0;
	top: 25px;
	position: relative;
}
/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  {
	color: #C1BCFF;
	font-size: 12px;
}
