* {
	margin: 0; 
	padding: 0;
	}

body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
	}

a {
	color: #003B80;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #C0CE00;
	text-decoration: underline;
	}

img { border: 0; }

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
	}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
	}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
	}

.aligncenter { text-align: center; }
.hidden { display: none; }

#wrapper {
	width: 925px;
	margin: auto auto;
	text-align: left;
	}

/****Header****/

#header { height: 183px; }

	#header .pages {
		list-style-type: none;
		float: left;
		}

		#header .pages li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			padding-left: 2px;
			}

		#header .pages li a {
			display: block;
			color: #FFFFFF;
			text-decoration: none;
			padding: 9px 14px 10px;
			}

		#header .pages li a:hover {
			color: #000000;
			}

	#header .links {
		float: right;
		padding: 9px 0 10px 20px;
		font-size: 0.9em;
		color: #FFFFFF;
		}

		#header .links a {
			color: #000000;
			text-decoration: none;
			margin: 0 3px;
			}

		#header .links a:hover {
			color: #FFFFFF;
			}

	#header h1 {
		float: left;
		font-size: 0;
		padding: 17px 0 15px 5px;
		clear: both;
		}

		#header h1 a {
			display: block;
			width: 400px; 
			height: 80px;
			outline: none;
			background: url(images/logo.jpg) no-repeat 0 0;
			}

	#header .categories {
		clear: both;
		list-style-type: none;
		height: 37px;
		overflow: hidden;
		}

		#header .categories li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 0;
			}

		#header .categories li a {
			display: block;
			padding: 12px 18px;
			color: #FFFFFF;
			text-decoration: none;
			}

		#header .categories li a:hover { color: #000000; }

/****Content****/
#content {
	width: 600px;
	float: left;
	padding: 20px 0;
	}

	#content .single {
		border: 1px solid #003B80;
		padding: 15px;
		margin-bottom: 10px;
		}

		#content .single h2 {
			margin-bottom: 10px;
			color: #003B80;
			font-size: 1.4em;
			text-transform: none;
			}

		#content .single h3 {
			font-size: 1.2em;
			margin-bottom: 5px;
			}

		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
			}

		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
			}

		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
			}

/****Sidebar****/
#sidebar {
	width: 302px;
	float: right;
	padding: 20px 0;
	}

	#sidebar .box {
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #003B80;
		margin-bottom: 10px;
		}

		#sidebar .box h2 {
			text-transform: uppercase;
			font-size: 0.9em;
			background: url(images/sidebar.jpg) repeat-x 0 0;
			padding: 9px 10px 10px;
			margin-bottom: 10px;
			}

		#sidebar .box ul {
			list-style-type: none;
			padding: 0 10px 10px;
			}

			#sidebar .box ul li { padding: 3px 0; }

			#sidebar .box ul li a {
				color: #003B80;
				text-decoration: none;
				font-weight: bold;
				}

			#sidebar .box ul li a:hover { color: #C0CE00; }

		#sidebar .box .popular li {	padding: 8px 0;	}

		#sidebar .box .popular a {
			font-weight: bold;
			text-decoration: underline;
			color: #003B80;
			}

		#sidebar .box .popular p { padding-top: 5px; }

/****Footer****/
#footer {
	clear: both;
	color: #000000;
	background-color: #C0CE00;
	font-size: 0.9em;
	}

	#footer p {
		width: 925px;
		margin: auto auto;
		text-align: center;
		padding: 20px 0;
		}

	#footer a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}

	#footer a:hover { color: #000000; }
