body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

a img {
	border: 0;
}

a:link {
	color: #0592FF;
	text-decoration: underline;
}

a:visited {
	color: #7DB4DE;
	text-decoration: underline;
}

a:hover {
	color: #0592FF;
	text-decoration: underline;
}

a:active {
	color: #0592FF;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: none;
}

p {
	line-height: 18px;
}

li {
	margin-top: 10px;
}


#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 150px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#companyName {
	float: right;
	margin-top: 100px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	font-style: none;
}

#companyName a:link {
	color: #b5b5b5;
	text-decoration: none;
}

#companyName a:visited {
	color: #b5b5b5;
	text-decoration: none;
}

#companyName a:hover {
	color: #F8CD05;
	text-decoration: none;
}

#companyName a:active {
	color: #b5b5b5;
	text-decoration: none;
}


#logo {
	margin: 10px;
	float: left;
}

#menu {
	clear: both;
	float: left;
	width: 170px;
	margin-top: 40px;
}

.menuItem {
	text-align: right;
	font-variant: small-caps;
	padding: 10px;
	padding-left: 0;
	font-weight: bold;
	border-bottom: 2px dotted #b5b5b5;
	font-size: 11px;
	background-image: url(../images/menuitem-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.activeMenuItem {
	background-image: url(../images/menuitem-active-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}



.menuItem a:link {
	color: #b5b5b5;
	text-decoration: none;
}

.menuItem a:visited {
	color: #b5b5b5;
	text-decoration: none;
}

.menuItem a:hover {
	color: #000;
	text-decoration: none;
}

.menuItem a:active {
	color: #b5b5b5;
	text-decoration: none;
}

#content {
	float: left;
	width: 450px;
	margin: 20px;
	color: #444;
}

#footer {
	clear: both;
	font-size: 10px;
}

#footerLinks {
	float: right;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.footerItem {
	float: left;
	font-size: 9px;
	text-align: center;
	margin: 5px;
}

#copyright {
	clear: both;
	padding-top: 30px;
	text-align: center;
}


#breadcrumbs {
	text-align: right;
	padding: 10px;
	font-size: 10px;
	color: #bfbfbf;
}

.label {
	width: 100px;
	padding: 2px;
	clear: both;
	float: left;
	text-align: right;
}

.widget {
	float: left;
	padding: 2px;
	width: 300px;
}

.mandatory {
	font-weight: bold;
}

.textWidget {
	border: 1px solid #444;
	width: 200px;
}

.textareaWidget {
	border: 1px solid #444;
	width: 200px;
	height: 200px;
}

.submitWidget {
	clear: both;
	padding: 5px;
	margin-left:100px;
	
}
