* {
    padding: 0;
    margin: 0;
} 

body {
background: #C7C7C7 url(images/bg.png) repeat-y top center;
font-family: "bookman old style", arial, serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #444;
line-height: 20px;
}

img { border: none; }
a { color: #0062A1; font-weight: 600; text-decoration: none; }
a:hover { text-decoration: none; color : #000; }
ul { padding: 10px 0px 10px 30px; }
ul li { padding: 2px 0 3px 0; }
ol { padding: 10px 0px 10px 30px; }
ol li { padding: 2px 0 3px 0; }
h1 { font-family: arial, sans-serif; border-bottom: 1px dotted #0DADC3; color: #0062A1; padding-bottom: 4px; margin: 20px 0 7px 0; font-weight: 100; font-size: 26px; letter-spacing: 1px;}
h2 { font-family: arial, sans-serif; color: #0062A1; padding-bottom: 3px; margin: 32px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: 1px;}
h2 a { text-decoration: none; font-size: 22px; letter-spacing: 1px; }
h2 a:hover { color: #111; }
h3 { font-family: arial, sans-serif; color: #0062A1; padding-bottom: 3px; margin: 7px 0 7px 0; font-weight: 100; font-size: 18px;}
p { padding-top: 14px; }

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
height: 134px;
text-align: center;
}

#content { 
padding: 0 20px;
}

#right {
margin-top: 10px;
width: 580px;
float: right;
font-size: 13px;
}

#footer {
font-size: 11px;
color: #666;
text-align: center;
padding: 10px 0;
margin: 20px 0 0 0;
border-top: 1px dotted #0DADC3;

}
#footer a { 
color: #666;
font-weight: 300;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}

#left {
margin-top: 144px;
width: 160px;
float: left;
}

/* common styling */
.menu {font-family: "bookman old style", serif; width:160px; height:150px; position:relative; margin:0; font-size:13px; margin-top: 10px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#eee; width:158px; height:30px; text-align:center; 
border:1px dotted #0DADC3; border-width:0 0 1px 0; line-height:30px; font-size:13px; vertical-align:middle; }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; padding:0; width:160px;}
.menu ul li ul {display: none; padding:0;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#eee; background:#53557B url(images/listbg4.png);}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:159px; width:159px; }
.menu ul li:hover ul li a.hide {background:#7188A8; color:#eee;}
.menu ul li:hover ul li:hover a.hide {width:160px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: #7188A8 url(images/listbg3.png); color:#eee; width:160px;}
.menu ul li:hover ul li a:hover {background:#53557B url(images/listbg4.png); color:#eee;}

	/* This CSS is used for the Show/Hide functionality. */
	.more {
		display: none;
	}
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #0062A1;
		padding-left: 8px;
		font-weight: 600; 
		background: transparent url(images/down.gif) no-repeat left; }
	a.hideLink {
		background: transparent url(images/up.gif) no-repeat left; }
	a.showLink:hover, a.hideLink:hover {
		text-decoration: none; color : #000; }


		
.left_image {
	float: left;
    padding-left: 7px;
    padding-right: 7px;
}
