﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	color:000000;
	text-align: left;
}

#masthead {
}

#top_nav {
}

#outerwrapper {
-moz-box-shadow: 3px 3px 4px #c0c0c0;
-webkit-box-shadow: 3px 3px 4px #c0c0c0;
box-shadow: 3px 3px 4px #c0c0c0
}

#container {
	min-width: 600px;
	
}


#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-right: 200px;
}

#footer {
	clear: both;
}

a:link { 
	color: #0c4c76;
	text-decoration:none;
	}
	
a:visited { 
	color: #0c4c76;
	text-decoration:none;

	}
a:hover { 
	color: #0c4c76;
	text-decoration: underline;
	}
a:active { 
	color: #0c4c76;
	text-decoration: underline;

}

h2 {
	font-size:16px;
	color:#0c4c76;
	font-weight:bold;
	text-align:center
	}
	
h3  {
	font-size: 14px;
	color: #0c4c76;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
li {list-style-type:disc;list-style-position:outside;text-align:left;}

.myorangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color: #1f4979;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.myorangeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
.myorangeButton:active {
	position:relative;
	top:1px;
}
.myorangeButton a:hover
{
	
text-decoration:none;
color:#ffffff;}
</style>

