


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg-01.gif) repeat-x;
	font: normal small Calibri, Helvetica, sans-serif;
	color: #313131;
}

body#page1{
	background: #FFFFFF url(images/bg-02.gif) repeat-x;

}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3, h4 {
	margin: 0;
	color: #1a439a;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p, blockquote, ul, ol {

	line-height: 1.8em;
}

p {
	font-size: 14px;
}

blockquote {
}

ul {
	/*margin-left: 2em;*/
	list-style: square;
	font-size: 14px;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #1a439a;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02-hr.jpg) no-repeat;
}

#headerHR {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02-hr.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: none
}

#topmenu1 {
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img05.gif) no-repeat left center;
}

/* Menu */


/* CSSTerm.com Simple Horizontal DropDown CSS menu */
.drop .first a {
	padding-left: 0;
	background: none;
}

.drop_menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	list-style-type:none;
}

.drop_menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 11px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}

.drop_menu li { float:left; height: 40px; }
.drop_menu li a {
	padding:9px 20px;
	display:block;
	text-decoration:none;
	
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}

.drop_menu li:hover { position:relative; color:#1a439a; }
.drop_menu li:hover ul {
	left:0px;
	top:40px;
	background:#f2f2f2;
	padding:0px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:250px;
	text-indent:15px;
	background-color:#f2f2f2;
}
.drop_menu li:hover ul li a:hover { background:#d7d7d7; }




#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 11px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#menu a:hover {
	
}

#menu .first a {
	padding-left: 0;
	background: none;
}



/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	
}

/* Content > Main */

#main {
	float: left;
	width: 700px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 0;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	background: #ebebeb;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color: #000000;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}



