@charset "utf-8";

body  { /*used on ever page */
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;  /* #4699A3 previous colour matching the blue background of image pinkwbluebkgd_gradient.jpeg */
	background-image: url(images/pinkwbluebkgd_gradient.jpg);
	background-repeat: repeat-y;
	}
	
#header1	{  /* the header  at the top of each page */
	background-image: url(images/pinkwbluebkgd_smallcrop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	height: 150px;
	width: 900px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #469EA8;
	}

	
#wrapper{ /* used on every page to wrap nav bar, main text and side bars together */
	float: left;
	width: 900px;
	margin-left: 0px;
	padding-top: 5px;
	}
	
#wrapper .left_photo {
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #469EA8;
	}
	
#wrapper .right_photo {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #469EA8;
	}


/*THIS IS THE NAVIGATION BAR STYLES */	
#navlist {
	padding-left: 10px;
	margin-left: 3px;
	width: 160px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
	text-align: left;
	}

#navlist li {
	list-style: none; /*removes the bullets */
	margin: 0;
	padding: 0.25em;
	color: #99CCFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #164147;
	}

#navlist li a {
	text-decoration: none;
	color: #99FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist li a:hover {
	text-decoration: underline;
	color: #C92D54;
}
	
/*THIS ENDS THE NAVIGATION BAR STYLES */	

#main {
	width: 450px;
	padding-right: 5px;
	float: left;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#main_one_column {
	width: 700px;
	float: right;
	margin-left: 15px;
	}
	
#submain{/*This is the right side bar */
	padding: 5px;
	float: right;
	width: 220px;
	}
	
#submain1 {
	padding: 5px;
	float: right;
	width: 200px;
	height: 450px;
	}
#submain p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
	}
	
#submain1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
	}
	
	
#col_left	{
	float: left;
	width: 340px;
	clear: both;
	margin-top: 10px;
	}
	
#col_left_narrow {
	clear: both;
	float: left;
	width: 200px;
	margin-top: 10px;
	}

#col_right	{
	float: right;
	width: 350px;
	clear: right;
	margin-top: 10px;
	}
	
	
#col_right_narrow {
	clear: both;
	float: right;
	width: 250px;
	clear: right;
	margin-top: 10px;
	padding-left: 5px;
	}
	
#box_content	{
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: thin ridge #F8F9FD;
	}


#col_inside_top_right	{
	float: right;
	padding: 2px;
	color: #f10d0d;
	background-color: #00FF33;
	}
	
#col_inside_bottom{
	/*background-color: #99FFFF;*/
	text-align:left;
	}
	


#sub_columns h2	{
	font-size: 140%;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	}

#sub_columns a	{
	text-decoration: none;
	color: #164147;
	text-indent: 0px;
	line-height: 130%;
	}

#sub_columns a:hover	{
	text-decoration: underline;
	color: #B81C27;
	}
#sub_columns h2 a	{
	text-decoration: none;
	color: #000;
	}

#sub_columns h2 a:hover	{
	text-decoration: none;
	color: #A20430;
	}
	
#notice {
	width: 700px;
	text-align: center;
	clear: both;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	}

#notice p{
	font-size:16px;
	color: #CC0066;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold";
	}
	
#footer {
	clear: both;
	width: 700px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}	
		
a  {
	text-align: left;
	color: #000033;
	list-style-type: none;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
}

h1	{
	font-family: "Arial Rounded MT Bold";
	font-size: 32px;
	color: #164147;
	background-position: center;
	}
	
h2	{
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	color: #BD1418;
	padding: 0px;
		}
	
h3 {
	font-family:"Arial Rounded MT Bold";
	font-size: 14px;
	color: #BD1418;
	}
	
h4 {
	font-family:"Arial Rounded MT Bold";
	font-size: 12px;
	color: #BD1418;
	font-style: italic;
	}	
	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	}
