body {
    color:#2d2d2f; background:#487ea4;
    font: normal 12px Arial, Verdana, Helvetica, Sans-Serif;
}

/* @group general */
.hint { color:#777}
.clear {clear:both}
.lclear {clear:left}
.rclear {clear:right}
/* @end */

#outwrapper {
    margin:0 auto auto;
    width:950px;
    border:12px solid #2D2D2F;
    border-bottom: 6px solid #2D2D2F;
    background-color:#fff;
}

#ti_bodyheader {
    border-bottom:12px solid #2D2D2F;
}

#logo_ti {
    float:left;
    padding:10px 0 10px 20px; 
}
#content_wrapper {
    background:url(/images/bg_home_body_head.gif) 0 0 repeat-x scroll #fff;*/
}
#content_head {
    /*font-family:Georgia,'Times New Roman',Times,serif;*/
}

#splash_header {
    font-family:Arial,Verdana,Helvetica,Sans-Serif;
    font-size:10px;
    padding:30px 0 5px;
}

#splash_header h2 {
    color:#444;
}

#main_content {
    padding:0 20px;
    margin:0px 0 20px;
    text-align: left;
}

/* @group footer */
#footer {
	height:20px; width:974px;
	margin: auto;
	background-color:#2D2D2F;
	color:white;
}
#footer span { float:left; padding-left:12px}
#footer a {float:left;  font-size:0.8em; padding-top:2px; color:white}

/* @end */


/* @group menu_bar */
#menu_bar {
	float: right;
	width: 480px;
}
#menu_bar li {
	border-left:1px solid #ddd;
	font-size:12px;
	font-weight:700;
	text-align: right;
	float: right;
	padding: 0 5px;
	margin-top: 4px;
	list-style:none;
	height: 11px;
}
#menu_bar li a {
	color: #487EA4;
	text-decoration: none;
    font-weight:normal;
}
#menu_bar li a:hover {
	text-decoration: underline;
}
#menu_bar #welcome {
	color:#86B748;
	font-size:17px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	border:0;
	margin-top: 0;
}
/* @end */

/* @group bevl */
.bevl_bttn {
    padding:2px 5px;
    background-color:#05366F;
    color:white;
    font-weight:bold;
    font-size: 11px;
    text-decoration:none;
    border-style:solid; border-width:1px; border-color:#acbee4 #acbee4 #1A356E #666;
    width: 122px;
}

.bevl_bttn:hover {
    text-decoration:underline;
    background-color:#5973A8;
}
/* @end */

/* @group nice_input */
.nice_input {
    padding:4px;
    width:300px;
    font-size:14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border:1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
input.nice_input:focus, textarea.nice_input:focus{
    border:1px solid #5973A8;
}

/* @end */


