* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#package {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 960px;
	position: relative;
	border: 1px solid #bfbfbf;
}

#header {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 450px;
	color: #00457c;
}

#header h1 {
	font-size: 32px;
	font-weight: normal;
	color: #00457c;
}

#navigation {
	width: 100%;
	text-align: center;
	background:  url('/new_images/layout_nav_bg.gif') repeat-x;
	height: 40px;
	padding-top: 2px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	list-style: none;
	display: inline;
}

#navigation li {
	color: #bfbfbf;
	
}

#navigation li a {
	color: #262626;
	font-size: 14px;
}

#navigation li a:hover {
	color: #00457c;
}

#navigation .selected a {
	color: #00457c;
}

/* Start of Img Nav link stuff */
#navigation li a {
	text-decoration: none;
}

#navigation li img {
	border: none;
	padding-top: 2px;
	vertical-align: top;
	display: inline;
}

#navigation li img.selected {
	display: none;
}

#navigation li a:hover img.default {
	display: none;
}

#navigation li a:hover img.selected {
	display: inline;
}

#navigation li .current img.default {
	display: none;
}

#navigation li .current img.selected {
	display: inline;
}

#navigation li .current img.home {
	margin-right: 0px;
}
/* End of Img Nav link stuff */

#center_image {
	margin-top: 78px;
}

#footer {
	font-size: 10px;
	color: #CCCCCC;
	background: #f2f2f2;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer span {
	float: right;
	display: block;
	text-align: right;
	font-size: 9px;
}

#footer span a {
	color: #cccccc;
}

#main_content {
	background-color: #d0d39a;
}

#left_column {
	width: 560px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 33px;
	/*color: #666666;*/
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	float: left;
	/*margin-bottom: -30px;*/
	background-color: #d0d39a;
}

#left_column p {
	margin-bottom: 16px;
}

#left_column h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #B2B2B2;
	color: #00457c;
}

#scrollable_lock {
	height: 200px;
	overflow: auto;
}

#right_column {
	background: url('/new_images/layout_right_side_bg_vert.gif') bottom repeat-x;
	background-color: #ffffff;
	height: 250px;
	width: 298px;
	padding: 15px;
	float: right;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 5px;
	color: #000000;
	line-height: 18px;
	font-size: 11px;
	display: inline;
}

#right_column h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00457c;
}

#right_column h3 {
	color: #00457c;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}

#right_column p {
	border-bottom: 1px solid #666666;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

#right_column img {
	margin-right: 15px;
}

a.no_decoration {
	text-decoration: none;
	color: #666666;
}

a.no_decoration img {
	border: none;
}
