*{  margin: 0; padding: 0; }
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #133F5A;
	background: url(../images/background_fill.gif) left top;
}

#site_center{
    text-align: center;
    background: url(../images/background.jpg) left top repeat-x;
}

#main{
	width: 959px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

/*header*/
#header{
    height: 275px;
    font-size: 14px;
}
#header .header_left{
	width: 259px;
	height: 275px;
	background: url(../images/left_header_bgd.jpg) no-repeat left top;
	color: #04385D;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#header .header_right{
	width: 700px;
	height: 275px;
	background: url(../images/header_bgd2.jpg) no-repeat left top;
	float: left;
}

#topMenu{
    margin-top: 30px;
    margin-left:60px;
    text-align: left;
    padding-right: 30px;
    color: #FFF;
}
#topMenu a{ color: #FFF; text-decoration: none; }
#topMenu a:hover{ text-decoration: none; }

/*content*/
#content{
	padding: 0px;
	background: url(../images/bgd.jpg) repeat-y left top;
	margin: 0px;
}
#content p {
	font-size: 1em;
}

#title_block{ padding: 0 0 20px 10px; }
#main_block{
	width: 95%;
	font-size: 0.69em;
}

/*footer*/
#footer_block{
	background: url(../images/footer_bgd.jpg) repeat-x left top;
	width: 915px;
	margin: 20px 20px 0px;
}
#footer_left{
	background: url(../images/footer_left.jpg) no-repeat left top;
}
#footer_right{
	background: url(../images/footer_right.jpg) no-repeat right top;
}
.footer_text{
	padding: 16px 0 0;
	text-align: center;
	font-size: .75em;
	color: #FFF;
}

#bottom{
	background: url(../images/bottom-border.png) no-repeat left top;
	height: 23px;
}

/*text display*/
.header_left p{
	padding-top: 75px;
	color: #05395E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-left: 20px;
}
.header_left #login {
	padding-left: 20px;
}


h2{
    font-family: Arial, sans-serif;
    color: #3E3E3E;
    font-size: 1.0em;
    font-weight: normal;
}

.mentorAlert{
    margin: 15px 25px;
    padding: 5px;
    border: 1px solid #F00;
    background-color: #FFC0CB;
}
.dataAlert{
    margin: 15px 25px;
    padding: 5px;
    border: 1px solid #0F0;
    background-color: #C0FFCC;
}

/*clean-up*/
.clear{ clear: both; }

#topMenu {
	text-align: right;
	padding-right: 30px;
	color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.headerInfo {
	color: #03375C;
	padding-top: 52px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.headerInfo ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	margin-left: 40px;
}
#leftColumn {
	width: 239px;
	padding: 20px 0px 0px 20px;
	float: left;
}
#RightColumn {
	float: right;
	width: 655px;
	padding-top: 20px;
	padding-right: 20px;
}

/*==================blocks====================*/
.title_block {
	background:url(../images/title_block_bgd.gif) repeat-x left top;
}
.title_block .left {
	background:url(../images/left_top_corner.gif) no-repeat left top;
}
.title_block .right {
	background:url(../images/right_top_corner.gif) no-repeat right top;
}
.title_block .left1 {
	background:url(../images/left_top_corner1.gif) no-repeat left top;
}
.title_block .right1 {
	background:url(../images/right_top_corner1.gif) no-repeat right top;
}
.title_block .ind1 { padding:10px 0 11px 21px;}
