/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:#FFFFFF;
}

.table {
	border: 0px;
	border-spacing:0px;
	padding:0px;
}

a {text-decoration:none;color:#0099FF;}
a:visited{text-decoration:none;color:#0099FF;}
a:hover{text-decoration:underline;color:#0099FF;}

a img { border:0;}

html, input, textarea
	{
		font-family: Arial, Verdana;
		font-size:12px;
		line-height:16px;
		color:#35434e;		
	}

input, select { vertical-align:middle; font-weight:normal;}


/*main layout */
#header{
	width:100%;
	height:66px;
	background:url(images/header_bg.gif) repeat-x;
}

#header .logo {
	display:block;
}

#header .menu {
	height:100%;
	width:100%;
	font-size:12px;
	vertical-align:bottom;
	padding-bottom:0px;
	height:100%;
}

#header .menu td {
	vertical-align:bottom;
}

#header .logobutton {
	padding-bottom:4px;
	text-align: right;
	width: 80px;
}

#header .logobutton img {
	vertical-align:bottom;
}


#header .menudiv {
	padding-left:12px;
	padding-right:12px;
}

#languages {
	width:100%;
	padding-bottom:20px;
	margin-right:5px;
	vertical-align:top;
}

#languages a {
	font-size:11px;
	color:#35434e;
	font-weight:bold;
}

#languages a:hover {
	text-decoration:underline;
	color: inherit;
	background-color: transparent;
}


#main_body .blue_text {
	font-size:12px;
	color:#19AAE9;
	
}

#main_body .blue_text_form {
	font-size:12px;
	color:#19AAE9;
	padding-top:30px;
	padding-bottom:5px;
	
}

#main_body .form_text {
	text-align:right;
	vertical-align:top;
	padding-right: 10px;
	line-height: 25px;
	font-weight:bold;
}

#main_body .form_error {
	border:1px solid #FF0000;
}

#main_body .inputRequirement {
	color:red;
	font-size:9px;
	font-weight:bold;
	padding-left: 3px;
}

#main_body .side_menu {
	padding-top: 30px;
}

#main_body .side_menu a {
	display: block;
	color:white;
	font-size:11px;
	padding-left:10px;
	height:25px;
	line-height: 25px;
	width:170px;
	text-decoration:none;
	background-color:#8c8d90;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

#main_body .side_menu a:hover {
	background-color:#0099FF;
}

#main_body .side_menu .selected {
	background-color:#0099FF;
}

#main_body .side_menu a.child {
	display: block;
	color:white;
	font-size:11px;
	padding-left:10px;
	height:25px;
	line-height: 25px;
	width:170px;
	text-decoration:none;
	background-color:#BABABA;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

#main_body .side_menu a.child_selected {
	display: block;
	text-decoration: underline;
	color: #0099FF;
	font-size:11px;
	padding-left:10px;
	height:25px;
	line-height: 25px;
	width:170px;
	text-decoration:none;
	background-color:#BABABA;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

#main_body .side_menu a.child:hover {
	text-decoration: underline;
	color: #0099FF;
}

#main_body .side_menu a.child .bullet {
	text-decoration: none;
	color: black;
}

#main_body .signup_help_wrapper {
	width:280px;
	padding-top:3px;
	vertical-align:top;
}

#main_body .signup_help {
	background-color:#e2e5e7;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c6c9;
	vertical-align:top;
	width:100%;
	font-size:11px;
	
}

#main_body .signup_help td {
	padding:10px;
	
}

#main_body .signup_form_title {
	font-size:12px;
	color:#19AAE9;
	width:100%;
	font-weight:bold;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c6c9;
	background-color:#e2e5e7;
	
}

#main_body .signup_form_title td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#text .breadcrumb {
	padding-top:10px;
	font-size:11px;
}

#text .title {
	padding-top:15px;
	font-size:18px;
	color: #0099FF;
}

#text .subtitle {
	padding-top:25px;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	color: #0099FF;
}

#text .text_body {
	padding-top:20px;
	line-height:18px;
}

#text ul {
	padding-left:30px;
	line-height:18px;
}

#text .button {
	padding-top:30px;
	text-align:right
}


#side_menu a.outer {
  display: block;
  color:white;
  font-size:10px;
  padding-left:10px;
  width:170px;
  text-decoration:none;
}

#side_menu a.inner {
  display: block;
  color:white;
  font-size:10px;
  padding-left:10px;
  width:170px;
  text-decoration:none;
}

#side_menu a.inner:hover {
  text-decoration:underline;
}

#boxes {
	width:100%;
	height:200px;
	background:url(images/row2_bg.gif) top repeat-x;
}

#boxes .boxleft {
	width:16px;
	background:url(images/box_tl.gif) top no-repeat;
}

#boxes .boxright {
	width:16px;
	background:url(images/box_tr.gif) top no-repeat;
}

#boxes .boxtop {
	height:5px;
}

#boxes .boxtopbg {
	background:url(images/box_ttall.gif) repeat-x;
}

#boxes .boxinside {
	background-color:#FFFFFF;
	vertical-align:top;
}


#boxes .title {
	padding-top:12px;
	font-size:14px;
	font-weight:bold;
	color:#0099FF;
}

#boxes .boxtext {
	padding-top:20px;
	font-size:11px;
}

#boxes .boxlink {
	padding-top:0px;
	font-size:11px;
	text-align:right;
}

#boxes .boxlink a {
	text-decoration:none;
	color:#55636e;
}

#boxes .boxlink a:hover {
	color:#0099FF;
}

#boxes .boxnews {
	padding-left:15px;
	padding-right:3px;
	padding-top:20px;
	font-size:11px;
	padding-bottom:3px;
}

#boxes .boxnews li {
	padding-bottom:12px;
	line-height:14px;
	
}

#boxes .news_links {
	color:#35434e;
}

#boxes .copyright {
	font-size:9px;
	
}

.main { margin:0 auto;}

#footer {padding-right:5px;}
#footer .main { width:720px; background:url(images/footer_tall.gif) top repeat-x; font-family:tahoma; font-size:11px; color:#e5e7e9;}
#footer .right {background:url(images/footer_right.gif) top right no-repeat;}
#footer .left {background:url(images/footer_left.gif) top left no-repeat; width:720px; text-align:center; padding:14px 0 16px 0;}
#footer a {color:#e5e7e9; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

