*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #050811 url(images/back_all_new.gif) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	width: 942px;
}


#header {
	height: 148px;
	width: 682px;
}

#menu1
{
width: 682px;
height: 70px;

}

#menu
{
width: 682px;
height: 50px;
margin-top: -50px;
	color: #ffffff;

}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#main #menu a {
	float: left;
	width: 100px;
	height: 45px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 16px;
}

#main #menu a:hover {
	width: 100px;
    height: 45px;
	color: #ff7d01;
	text-decoration: underline;
}

.more
{
text-align: right;
}


#logo {
width: 662px;
height: 118px;
text-align:  center;
padding-right: 70px;
padding-top: 20px;
}

#logo H1 {
	text-decoration: none;
	font-style: italic;
	font-size: 25px;
	color: #ffffff;
}

#logo H1 a {
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 10px;
color: #ffffff;
}

#main
{
width: 954px;
background: url(images/table_back.gif) repeat-y left
}

#left
{
	color: #ffffff
}



#left H3
{
width: 250px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 19px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}


#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}


#left li li {
	padding: 4px 15px;
    background: url(images/small.gif) no-repeat left;
}

#left .title_back
{
padding: 10px;
}


#left .title_back2
{
padding: 0px;
margin-left: 0px;
}


#left a {
	color: #ffffff;
}
#left a:visited {
	color: #ffffff;
}

#left p
{
padding: 10px;
padding-left: 40px;
}

#right
{
float: right;
width: 682px;
}

#right .box
{
border: 1px solid #C9C9C9;
background: #ffffff url(images/box_top.gif) repeat-x;
padding: 10px;
margin: 5px;
}

#right ol, #right ul
{
margin-left: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #23609C;
}

#right a
{
color: #4889D7;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #4889D7;
}
.date {
	text-align: right;
	color: #4889D7;
	font-size: 11px;
}

.date a {
	color: #23609C;
}


#footer1 {
	height: 33px;
	
	padding-top: 20px;
	background: url(images/footer1.jpg) repeat-x; 
}


#footer1 p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

#footer1 a {
	color: #ffffff;
}



#footer {
	height: 555px;
	
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x; 
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/*Make position:fixed work in IE6!*/

.fixed-top    /* position fixed Top    */{position:fixed;bottom:auto;top:0px;}
.fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;}
.fixed-left   /* position fixed Left   */{position:fixed;right:auto;left:0px;}
.fixed-right  /* position fixed right  */{position:fixed;right:0px;left:auto;}

* html,* html body   /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top    /* IE6 position fixed Top        */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right  /* IE6 position fixed right      */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom /* IE6 position fixed Bottom     */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left   /* IE6 position fixed Left       */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}
