*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #D72020;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #D72020;
}

body {
	background: #ffffff url(images/back_all.gif);
	color: #333333;
	font-family: Tahoma, Teletype, "Trebuchet MS", Verdana;
	font-size: 13px;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 811px;
	min-height: 900px;
	
}
#back_all
{
background: #ffffff url(images/white.gif);
}

#main
{
background: #ffffff url(images/white.gif);
}

#header {
	background: #ffffff;
	height: auto;
	text-align: right;		
}

#menu
{
	float: left;
	width: 507px;
	background: url(images/header_top.gif) repeat-x;
	padding-right: 40px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 46px;
	background: #FFFFFF url(images/header_top.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #D72020;
	font-weight: bold;
	font-size: 12px;
	padding-top: 35px;

}

#menu a:hover {
	width: 125px;
    height: 46px;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}


#logo {
background: #ffffff url(images/header.jpg) no-repeat;
width: 498px;
height: 98px;
float: left;
text-align: left;
padding-top: 60px;
padding-left: 35px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
	float: left;
	width: 240px;
	padding-right: 1em;
	padding-top: 15px;
	text-align: left;
	padding-left: 10px;
}

#left H3
{
width: 225px;
height: 25px;
font-size: 12px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

#right
{
	float: left;
	width: 540px;
	padding-top: 15px;
	text-align: justify;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}

#right a
{
color: #D72020;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #D72020;
	background-color: #fff;
}



#footer {
	height: 25px;
	clear: both;
	padding-top: 15px;
	background: url(images/header_top_over.gif) repeat-x;
	padding-bottom: 10px;
	white-space: 10;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.logobg {
	background: url(images/header_top.gif) repeat-x;
	font-size: 18px;
	color: #D72020;
	padding-left: 20px;
}
.tablebg {
	background-color: #FFFFFF;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}
#footer a:hover {

	color: #000000;
	text-decoration: none;
}
/* Collapse  */

.myheader{ /*header of 1st demo*/
	cursor: pointer;
	cursor: pointer;
	padding: 2px 5px;
	background: #E9E6E6;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	color: #666666;
	
/* border: 1px solid gray;  */
}

.mycontent{ /*class added to contents of 1st demo when they are open*/
	padding-left: 25px;

}

.content a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

text-decoration:none;
}
.content a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}
