body {
	margin: 0px;
	background: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
  font-size: .6em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}
h1 {
  font-size: 12px;
	color: gray;
}
h2 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 790px;
			 /*border:1px solid #000;*/
}


/**** Top ***/

#top a {	
	color: grey;
  font-weight: bold;
	text-decoration: none;
}

#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:10px;
	display:block;
	float:left;
	padding-left: 40px;
	/*background: url(../img/logo.jpg) no-repeat;*/
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #FF5938;
}


/**** Main Menu ***/


#menu {
  padding:10px 0 0;
	display: block;
	float:right;
	width:450px;
	color: gray;
}
/*
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: #FF5938;
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
}

#menu li a.current:hover {
	color: #fff;
}
*/

/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
	list-style: none;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 490px;
	float:right;
	display: block;  
	display: inline;
	text-align:left;
}
#left h2 {
	font-size: 12px;
	margin: 0;
	padding:0;
}

/**** Sidebar ***/


#right {
	width: 275px;
	float: left;
	display:block;
	margin-top: 10px;
	/*border:1px solid #000;*/
}

#right .box {
	width: 240px;
	/*background: #F6F9FB;*/
	border-right: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
	text-align:right;
}

#right .box h2 {
	font-size: 1.1em;
	margin:15px 0 0 0;
	padding:0;
	/*display:inline;*/
	/*background-color: #660910; 
	color:#fff;*/
	border-bottom:1px solid #660910;
	color:#660910;
	/* 66091073353A */
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 13px;
}

#right .box ul {  
	padding: 0 0 0 0;
	margin:5px 0 10px 10px;
	list-style: none;
}

#right .box li {
	margin-bottom:2px;
	list-style: none;
}
#right .box a {
	text-decoration:none;
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 10px;
	font-weight:bold;
}
#right .box a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #37669f;
}
/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


.footer {
  margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 0 0;
	width: 70%;
}

#footer p {
	margin: 0;
	padding: 0;
}
/*********** page par page **************/
.navigation ul{
  margin:0;
  padding:0;
  text-align: left;
  font-size: 16px;
	position:relative;
	text-align:right;
}
UL.navigation{
	position:relative;
	margin:10px 0 0 11px;
	padding:10px 0 0;
	text-align:left;
}
.navigation li{
  list-style-type: none;
  display: inline;
  margin: 0 6px 0 0;	
}
.navigation a, .navigation a:visited{
  padding: 1px 5px;
  border: 1px solid #a90d27;
  text-decoration: none; 
  font-family:Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#a90d27;
}
.navigation a:hover, .navigation a:active{
  border: 1px solid #fff;
  color: #fff;
  background-color: #a90d27;
  text-decoration: none; 
}
.navigation a.currentpage{
  background-color: #a90d27;
  color: #FFF !important;
  border-color: #a90d27;
  font-weight: bold;
  cursor: default;
}
.navigation a.disablelink, .navigation a.disablelink:hover{
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}
.navigation a.prevnext{
  font-weight: bold;
}