body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #E6E6E6 url(images/img01.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 180%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 140%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #BE0303;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
	border: solid #000000 1px;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 890px;
	height: 60px;
	margin: 0 auto;
	padding-left: 10px;
	background: url(images/img02.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat left 80%;
	padding: 20px 20px 0 15px;
	text-decoration: none;
	font-size: 136%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#logo h1, #logo h2 {
	margin-right: 590px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1 {
	padding-top: 250px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #E6E6E6 url(images/img04.gif);
	padding-bottom: 0px;
	margin-bottom: -10px;
}



/* Content */

#content {
	float: right;
	width: 588px;
	padding: 30px;
	background: url(images/img05.gif) repeat-x;
	margin-bottom: 20px;	/*border: 1px solid #E6E6E6;*/
	padding-bottom: 30px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 30px;
	background: url(images/img07.gif) no-repeat 20px 8px 5px;
}

content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 269px;
	padding: 10px;
	background: url(images/img10.gif) no-repeat 0px 0px;
}

.twocols .col1 {
	float: left;
	background: url(images/img11.gif) no-repeat 0px 0px;
	color: #333333;
	height: 275px;
	padding-left: 0px;
	width: 280px;
}

.twocols .col2 {
	float: right;
}
.twocols h3 {
	color: #ffffff;
	padding-left: 5px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	background-image: url(images/nav_main.jpg);
}


#sidebar a {
	text-decoration: none;
	color: #CCC;
	text-decoration: none;
}

#sidebar a.current {
	text-decoration: none;
	color: #FFF;
}

#sidebar a:hover {
	text-decoration: none;
	color: #C00;
}
#sidebar a.active {
	text-decoration: none;
	color: #C00;
}



#sidebar2 {
	float: left;
	width: 250px;
	background: url(images/img05.gif) repeat-x;
	border: 1px solid #333333;
	margin-left: -1px;
	margin-top: 15px;
}

#sidebar2 ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#sidebar2 li {
	padding-left: 10px;
}

#sidebar2 li ul {
	margin: 0 0 20px 30px;
	padding: 0;
}

#sidebar2 li li {
	margin: 0;
}


#sidebar2 a {
	text-decoration: none;
}

#sidebar2 a.current {
	text-decoration: none;
	color: #000000;
}

#sidebar2 a:hover {
	text-decoration: none;
}
#sidebar2 a.active {
	text-decoration: none;
	color: #F00000;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 35px;
	background: #656464 url(images/img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px 20px 10px 20px;
	background-color: #E6E6E6;
	background-image: url(images/boxShipBG.jpg);
	height: 250px;
}

.boxed h3 {
	margin: 0;
	color: #CE0300;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #999999;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {

}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


#search p {
	margin: 0;
	font-size: 87%;
	padding-right: 10px;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	height: 40px;
	padding: 10px 0px 0 0px;
	background: url(images/img09.gif) repeat-x;
	background-color: #999;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #FFF;
}

#legal {
	float: left;
	padding-left: 20px;
	color: #000;
}

#links {
	float: right;
	padding-right: 180px;
	color: #333;
}
#login {
	float: right;
	color: #000;
	padding-right: 20px;
}


/* Search */

#search {
	width: 275px;
	float: right;
	position: relative;
	top: 215px;
	left: 0px;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
}

#search br {
	display: none;
}

#search input {
	padding: 2px 5px;
	background: #CCC url('images/img18.gif') repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
#search a {
	text-decoration: none;
	color: #FFF;
}
#search a:hover {
	text-decoration: underline;
	color: #FFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Tahoma", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

.navCorp {
		background-image: url(images/nav_corp.jpg);
}
.redArrow {
	font-size: 19px;
	color: #C6171E;
}
.indent {
	padding-left: 40px;
}
.indentSmall {
	padding-left: 20px;
}
.indentBlack {
	color: #000;
	padding-left: 20px;
}
.black {
	color: #000;
}
.textAlignRight {
	text-align: right;
}

