/*===== Default Styles =====*/

* {
	padding: 0;
	margin: 0;
}

p { padding: 0 0 15px 0; }

img, a img { border: 0px; }

.hide { display: none; }

ul, #sidebar .list { padding: 15px 0 20px 20px; }
li, #sidebar .list li {
	list-style: none;
	background: url(../images/li_blue.gif) no-repeat 0 7px;
	padding: 0 0 0 11px;
}
#sidebar li {
	background: none;
}

/*====== Body Style =====*/

body {
	font: 11px/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333333;
	background: #333 url(../images/back_8.gif) repeat;
	text-align: center;
}


/*===== Links =====*/
a:link, a:visited {
	text-decoration: none;
	color: #333;
	background: #fff;
}
#page a:link, #page a:visited {
	
	border-bottom:1px dotted #333; 
}
a code {
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #003399;
}
#page h2 a:link, #page h2 a:visited {
	background: #fff;
	color: #666;
	border-bottom: none;
}
#page h2 a:hover {
	background: #fff;
	color: #003399;
}


/*===== Body =====*/
body {
	width: 700px;
	margin: 0 auto;
}
#wrap {
	width: 680px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	border-top: none;
	background: #999 url(../images/rap.jpg) repeat 100%;
	float: left;
	text-align: left;
}
#header {
	width: 100%;
	height: 150px;
	background: #999 url(../images/header_2.jpg) no-repeat 50%;
	margin: 0 0 0 0;
	border: 1px solid #000066;
}
#page {
	float: right;
	width: 400px;
	padding: 0 10px 0 0;
}
#sidebar {	
	float: left;
	width: 180px;
	border-right: 1px dotted #444;
	padding: 0 30px 0 20px;
	color: #666;
}
blockquote{
background-color:#dbe5fb;
color:#000;
padding:1.3em 1em .5em 1.3em;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}




/*===== Image shadow =====*/



.img-shadow, .sh-left, .sh-right {
	clear: both;
	float: left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

	.img-shadow div, .sh-left div, .sh-right div {
		float: left;
		padding: 0px 5px 5px 0px;
		}

	.img-shadow img, .sh-left img, .sh-right img {
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 3px;
		margin: 0;
		}

	.sh-left  { margin: 5px 10px 5px 5px !important; }
	.sh-right { float: right !important; margin-top: 3px !important; }



	div.p-shadow p {
		color: #777;
		background-color: #fff;
		font: italic 1em georgia, serif;
		border: 1px solid #bbb587;
		padding: 3px;
		margin: -6px 6px 6px -6px !important;
		margin: 0;
		}



/*===== Footer =====*/
#footer {
	background: #000 url(../images/footer_bg.gif) ;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	width: 682px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 20px;
	clear: both;
}

/* Sorts out IE width problem */
html>body #footer {
	width: 680px;
}

#footer a {
	color: #fff;
	background: none;
}
#footer a:hover {
	color: #003399;
}


/*===== Headers =====*/
h1 {
	font: 360% Georgia,Serif;
	font-weight: bold;
	padding: 90px 0 0 30px;
	color: #003399;
}
h2 {
	line-height: 1.2em;
	font-size: 170%;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	color: #333333;
	font-family: Georgia,Serif;
}
h3 {
	line-height: 1em;
	letter-spacing: 0.1px;
	padding: 0 0 0 20px;
	background: url(../images/h3_blue.gif) no-repeat 0 50%;
	color: #333333;
}
.date {
	color: #0033cc;
}

.white {
	color: #ffffff;
}

/*===== Navigation =====*/
ul#nav {
	width: 650px;
	line-height: 30px;
	border: 1px solid #000066;
	margin: 0px 0 20px 0;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
}
ul#nav li {
	list-style: none;
	display: inline;
	background: none;
	padding: 0;
}
ul#nav li a {
	padding: 10px 8px;
	text-decoration:none;
	color: #fff;
	background: none;
}

ul#nav li a:hover {
	background-color: #003399;
	
	color: #fff;
}


/*===== Sidebar =====*/
#sidebar ul {
	padding-left: 0;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	width: 150px;
	padding: 2px 0 2px 10px;
}
