/* --------------Blanket rules for all elements----------- */



body {
	width: 950px;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	}

#container {
	width:950px;
	padding: 0px;
	margin:0px;
	border: solid 1px #000;
	background-image:url(images/bg_img.jpg);
	background-position: right;
	background-repeat:repeat-y;
	}
	
h1 {
	font-size: 160%;
	line-height: 100%;
	font-weight: normal;
	color:#1a306d;
	}
	
h2 { 
	font-size: 110%;
	line-height: 100%;
	color: #000;
	}
	
h3 {
	font-size: 120%;
	color: #990033;
	font-style:italic;
	}
	
p	{
	font-size: 100%;
	line-hieght: 150%;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}



		
	
/* --------- Blanket rules: navigation, list styles ---------- */


#navigation ul {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
	}
#navigation li {
	display: inline;
	margin: 0 0 0 20px;
	padding:0px;
	line-height: 200%;
	}
	
#navigation li a:link, li a:visited {
	text-decoration: none;
	color: #fff;
	}
	
#navigation li a:hover {
	text-decoration: underline;
	}
	
h1 a:link {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color:#1a306d;
	text-decoration:underline;
	}
	
h1 a:visited {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color:#1a306d;
	text-decoration:underline;
	}
	
h2 a:link { 
	font-size: 110%;
	line-height: 100%;
	color: #000;
	text-decoration:none;
	}
	
h2 a:visited { 
	font-size: 110%;
	line-height: 100%;
	color: #000;
	text-decoration:none;
	}
	
h2 a:hover { 
	font-size: 110%;
	line-height: 100%;
	color: #112A91;
	text-decoration:underline;
	}
	
h3 a:link, hover, visited {
	font-size: 120%;
	color: #990033;
	font-style:italic;
	}
	
p a:link {
	font-size: 100%;
	line-hieght: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:visited {
	font-size: 100%;
	line-hieght: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:hover {
	font-size: 100%;
	line-hieght: 150%;
	text-decoration: underline;
	color: #112A91;
	}


	
/* ------------- layout --------------*/


	
/* masthead */
#masthead {
	margin: 0 0 0 0px;
	padding: 0px;
	border: none;
	background-color: #ccc;
	}
	
/* nav bar */
#navigation {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border:none;
	background-image:url(images/nav_bg.JPG);
	}
	

	
/* -------------content for all pages-------------- */
#content {
	margin-left: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}
	
#content_2 {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px;
	border: none;
	}
	
	
/* ---------------sidebar--------------- */
#sidebar {
	float: left;
    width: 28%;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	}

	
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 5px;
	border: none;
	}
	
#footer p {
 	text-align: center;
	font-size: 90%;
	line-height: 100%;
	color: #666;
	}
	
#footer  a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}
	
#footer  a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}

#footer h1 {
	font-size: 90%;
	text-align:center;
	color: #666666;
	font-weight:normal;
	}
	

	
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:5px 5px 0 0;
	}

.clear {
	clear:left;
	padding-top:20px;
	}
	
.spacer {
	clear:both;
	}

.center {
	text-align:center;
	}

	









