/* ********************************************************************************************************************************** */
/* R E S E T
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* ******************************************* Fix IE6 background flicker ****************************************************** */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Browser specific (not valid) styles to make preformatted text wrap */
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
} 
/* ********************************************************************************************************************************** */
	
body
{
margin:0 auto; 
width: 800px;
font-family: Tahoma, Arial, sans-serif;
font-size: 0.9em;
background : #F9F9F7 url('a1.gif') repeat-x;
background-attachment: fixed; 
text-align: center;
}
/**** Main Container ***/
#wrap {
width: 800px;
/* height: auto;  */
margin: 0 auto 0 auto;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #E1E1E1;
background-color: #ffffff;
}
p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}
h2 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(bullet.gif);
}
a {
	color: #8B0000;
}
a:hover {
	text-decoration: none;
}
blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}
/**** Top ***/
#top {
	width: 100%;
	height: 91px;
	color: #ffffff;
	background: #000000; 
	/* overflow:hidden; */
	background: url(logo.jpg) repeat-x; 
	margin: 0px 0px 0px 0px;
	border-bottom: 6px solid #000000;
}
#top h2 {
	color: white;
	letter-spacing: 3px;
	font-size: 2.0em;
	font-weight: normal;
	top:0px;
/*	display:block;  */
	/* float:left; */
	/*width: 100%; */
	padding-left: 10px;
	text-align:left;
}
#top h3 {
	color: silver;
	letter-spacing: 3px;
	font-size: 1em;
	font-weight: normal;
	padding-left: 30px;
	text-align:left;
	border-bottom: 2px dotted #000;
	padding-right: 10px;
	
}
#top h2 a {
	color: white;
	text-decoration: none;
}
#top h2 a:hover {
        color: silver;
}
/**** Main Menu ***/
.menu {
	margin-top: 10px;
	display: block;
	float:left;
}
.menu ul {
	
	list-style: none;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 15px 0px 0px ;
	
}
.menu li {
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	
	
}
.menu li a {
/*	background: url(nicebackg.png); */
	background-repeat: repeat-x;
	display: block;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	border-color: #ff0000;
/*	border: 1px outset; */
	color: #ffffff;
}
.menu li a:hover {
/*	background: url(nicebackg.png); */
	background-repeat: repeat-x;
	border-color: #ff0000;
/*	border: 1px inset;    */
	color : silver;
	opacity: .7;              /* Opacity for firefox */
	filter: alpha(opacity=70);    /* Opacity fir IE */
}
.menu li a.current {
	letter-spacing: 1px;
	color: gray;
}
.menu li a.current:hover {
	color: Blue;
	
}
/**** Content Container ***/
#content {
	max-width: 800px;
	min-height: 710px; 
/*	background: url(backg.jpg); */
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}
#content img {
	border: 1px solid #B9BDD8; 
	margin: 10px;
	padding: 0.3em;
	}
#content p 
	{ 
	margin: 0; 
	} 
#content a:hover img {	
	background: #ffffff;							/* Hoover opacity effect */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
           /* border: 1px solid #B9BDD8; */
	
	}
#content h2 {
	padding: 10px 0 10px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	color: #08517E;
	text-decoration: underline;
}
#content h1 {
	padding: 10px 0 10px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	color: #08517E;
	text-decoration: underline;
}
/**** Content ***/
#left ul {
	padding: 15px 0 15px 35px;
	
}
#left li {
	margin-bottom:5px;
}
#left {
	width: 350px;
	float:left;
	display: block;
    	margin-left: auto;
	display: inline;
}
/**** Sidebar ***/
#right {
	width: 315px;
	float: right;
	display:block;
	margin-top: 10px;
}
#right .box {
	width: 280px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}
#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}
#right .box a {
	color: #56677C;
	font-size: 10px;
}
#right .box p {
	
	line-height: 15px;
}
#right .box ul {
	padding: 0 0 7px 20px;
	
}
#right .box li {
	margin-top:5px;
}
/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:0px;
	overflow:hidden;
}
/**** Footer ***/
#footer {
   	margin: 0px auto;
	text-align: right;
	width: 100%;
	font-size:9px;
	background-color: #ffffff;
	border-top: 6px solid #1C2537;
	border-bottom: 6px solid #1C2537;
	clear: both;
}
#footer p {
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
	color:  #1C2537;
}
#footer a {
	color:  #1C2537;
	text-decoration: underline;
}
#footer a:hover {
	
	color: silver;
	text-decoration: underline;
}
#bodytext img {
	border:none;
	margin: 0px;
	padding: 0em;
}
#center_for_ie
{
/* this is an IE5 fix. */
width: 100%;
text-align: center;
}
