﻿body {
	background: #5178BB url("images/bg.jpg") repeat-x;
	font-family: arial, helvetica, sans-serif;
	margin-top: 25px;
	}

a {
	color: #F00;
	text-decoration: none;
	}
	
a:hover {
	color: #12134C;
	}
	
img {
	border: none;
	}
	
#container {
	border: 2px #12134C solid;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width:  872px;
	}


/* -------------------- Content ------------------------- */
#content {
	width: 584px;
	margin-top: 10px;
	}

	#content p {
		margin-left: 30px;
		}

	#content h2 {
		color: #5178BB;
		font-size: 120%;
		margin: 0px;
		margin-bottom: -15px;
		margin-left: 30px;
		margin-top: 0px;
		}

	#content h3 {
		color: #5178BB;
		font-size: 100%;
		margin: 0px;
		margin-bottom: -15px;
		margin-left: 30px;
		margin-top: 0px;
		text-transform: uppercase;
		}

	ul {
		margin-left: 40px;
		}
	
	#content ol {
		margin-left: 40px;
		}
	
	#content #title {
		background: url("images/header.jpg") left no-repeat;
		color: #5178BB;
		font-family: times new roman;
		font-size: 160%;
		height: 44px;
		margin: 0px;
		padding-left: 55px;
		padding-top: 20px;
		}
	
	#videos {
		border: 2px #12134C solid;	
		display: block;
		margin-bottom: 10px;
		}
	
	#news {
		background: #FFF url("images/box_grad.jpg") bottom repeat-x;
		border: 2px #12134C solid;
		width: 580px;
		}
		
		.newsfloatfix {
			clear: left;
			}

		.post {
			width: 180px;
			float: left;
			padding: 5px;
			margin-bottom: 10px;
			max-height: 190px;
			overflow: hidden;
			}

			.post h6 {
				margin: 0px;
				font-size: 100%;
				}

			.post small {
				display: none;
				}

			.entry {
				margin-left: -30px;
				}
							
				.entry p {
					margin: 0px;
					font-size: 80%;
					}

			.navigation {
				display: none;
				}

/* -------------------- Footer ------------------------- */

#footer {
	background: url("images/btmbar.jpg") repeat-x;
	border: 2px #12134C solid;
	height: 30px;
	margin-top: 20px;
	width: 100%;
	}
	
	#footer p {
		color: white;
		font-size: 75%;
		font-weight: bold;
		text-align: center;
		margin-top: 8px;
		}
		
		
/* -------------------- Header ------------------------- */
#header {
	border: 2px #12134C solid;
	height: 137px;
	margin: 0px;
	}
	
	#form {
		position: absolute;
		margin-left: 622px;
		margin-top: 45px;
		}
		
		#form fieldset {
			border: none;
			}
	
	#menu {
		margin: 0px;
		margin-top: -20px;
		position: relative;
		}
		
		#menu ul {
			margin-left: -40px;
			}
			
			#menu ul li {
				border-right: 2px #CECEE6 solid;	
				background: url("images/menu_out.jpg") repeat-x;
				float: left;
				list-style-type: none;
				height: 22px;
				text-align: center;
				padding-top: 6px;
				width: 106px;
				}
				
				#menu ul li:hover {
					background: url("images/menu_in.jpg") repeat-x;
					}
				
				#menu ul li a {
					color: #FFF;
					display: block;
					font-size: 91%;
					text-decoration: none;
					font-weight: bold;
					}
					
				#menu ul #contribute {
					background: url("images/contribute_out.jpg") repeat-x;
					border: none;
					width: 112px;
					}
	
					#menu ul #contribute:hover {
						background: url("images/contribute_in.jpg") repeat-x;
						}

/* -------------------- Sidebar ------------------------- */
#sidebar {
	float: right;
	margin-top: 10px;
	}
	
	.floatfix {
		clear: both;
		}
	
	#quicklinks {
		background: #12134C;
		border: 2px #12134C solid;
		width: 274px;
		}
		
		#quicklinks img {
			margin: 0;
			margin-bottom: -4px;
			}
		
		#quicklinks ul {		
			width: 274px;
			margin: 0;
			padding: 0;
			}
			
			#quicklinks ul li {
				background: url("images/links_out.jpg") repeat-x;
				height: 30px;
				list-style-type: none;
				}
				
			#quicklinks ul li:hover {
				background: url("images/links_in.jpg") repeat-x;
				}
				
				#quicklinks ul li a {
					color: #12134C;
					display: block;
					font-weight: bold;
					font-size: 90%;
					padding-left: 15px;
					padding-top: 6px;
					}
		
	.ad {

		display: block;

		margin-top: 10px;

		}

	





/* -------------------- Downloads ------------------------- */



#downloads {
	margin-top: 10px;
	margin-left: 30px;
	}
	
	#downloads a {
		border-top: 1px #5178BB solid;
		display: block;
		height: 75px;
		padding-top: 5px;
		}

			
		#downloads .top {
			border: none;
			}
		
		#downloads a span {
			display: block;
			margin-top: 20px;
			}

	
	#downloads img {
		background: url("pdf/thumbs/dropshadow2.png") bottom right no-repeat;
		float: left;
		padding: 5px;
		margin-right: 20px;
		}
		
		#downloads a:hover img {
		background: url("pdf/thumbs/dropshadow.png") bottom right no-repeat;
			}
			
			
#links {
	margin-top: 10px;
	margin-left: 30px;
	}
	
	#links #link {
		margin-top: 20px;
		}
	
		#links #link a {
			border-bottom: 1px #5178BB solid;
			display: table;
			width: 420px;
			}
					
		#links #link .top {
			border: none;
			}
			
		#links #link p {
			float: right;
			font-size: 80%;
			margin: 0px;
			margin-top: 5px;
			width: 420px;
			}
	
	#links  #link img {
		float: left;
		padding: 10px;
		margin-left: -38px;
		margin-top: -10px;
		}
		
		#links a:hover img {
		background: url("pdf/thumbs/dropshadow.png") bottom right no-repeat;
			}


	
	
/* -------------------- Form ------------------------- */
input {
	border: 1px #A6BADB groove;
	}
	
	
	
