html {
  background:#F0F0F3 url(/images/college/body_bottom.gif) right bottom repeat-x;
  min-height:100%;
}
body
{
       background:url(/images/college/body_top.gif) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	width:100%;
}
a{
  cursor:pointer;
}

.centercol ul
{
	margin:0;
	padding:0 0 15px 18px;
	font-size:12px;
	text-align:left;
}

.centercol li
{
	margin:5px 0;
}

.center_wrap
{
	float:left;
	width:775px;
	padding:0 0 5px 0;
	margin:0;
}

.right_block h1
{
	margin:0;
	color:#e10e27;
	padding-right:20px;
	padding-left:10px;
	padding-bottom:10px;
}

.right_block h1.blue
{
	color:#0063ac;
}


.s20
{
	padding:0 0 0 20px;
}

.right_block h1 a
{
	text-decoration:underline;
	font-weight:normal;
	color:#515151;
}

.right_block ul
{
	list-style-image:url(/templates/template70/images/list.gif);
	margin:0;
	padding:0 20px 0 29px;
	text-align:left;
}

.right_block strong
{
	color:#e10e27;
	font-size:12px;
	display:block;
	padding-bottom:5px;
}

.right_block strong.blue
{
	color:#0063ac;
}


.right_block li
{
	padding-bottom:7px;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
}

h1
{
	text-align:left;
	display:block;
	font-size:14px;
	color:#00a854;
	font-weight:bold;
}

h2,h3,h4
{
	width:100%;
	text-align:left;
	display:block;
	font-size:12px;
	font-weight:bold;
}

.main_block
{
	text-align:center;
	width:1000px;
	padding-top:5px;
	padding-bottom:5px;
}

.header
{
	height:28px;
}

.menu_wrapper
{
	background: #fff url('/templates/template70/images/top_right.gif') top right no-repeat;
	width: 980px;
	margin-left:20px;
	height: 100%;
}

.menu
{
	margin-left:225px;
	margin-right:20px;
	background: #fff url('/templates/template70/images/menu_left.gif') top left no-repeat;
}

.menu_field
{
	color: #fff;
	background: #009641;
	height:28px;
	margin-left:20px;
	text-align:left;
}

#nav,#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float:left;
}

#nav li {
  float: left;
  display:inline;
  position: relative;
  background: none;
}

#nav a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top:7px;
  padding-bottom:8px;
padding-left:14px;
  padding-right: 14px;
}
#nav a:hover {
  color: #000;
  background: #ebebeb;
}

#nav li:hover a:hover {
  color: #000;
  background: #ebebeb;
}

#nav li:hover,
#nav li.jshover {
  background: #fafafa;
}

#nav li ul {
  display: none;
  position: absolute;
  background: none;
  padding: 0;
  border-bottom: 7px solid #399448;
background-color: #fafafa;
text-align:left;
}

#nav li li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top:7px;
  padding-bottom:8px;
  padding-right: 10px;
  background: #fafafa;
}

#nav li:hover a, #nav li.jshover a
{
	background: #fafafa;
	color: #000;
}

#nav li:hover li a, #nav li.jshover li a
{
	color: #000;
}


#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li,
#nav li.jshover li
{
	width:100%;
	border-top:1px solid #d2d2d2;
}


#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -1px;
	left: 149px;
background-color: #fafafa;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

.foot_wrapper
{
	background: url('/templates/template70/images/bottom_right_com.gif') top right no-repeat;
	width: 980px;
	margin-left:20px;
	height: 100%;
}

.foot
{
	padding-left:225px;
	margin-right:20px;
	background: #fff url('/templates/template70/images/foot_left_com.gif') 225px 0 no-repeat;
}

.foot_field
{
	color: #505050;
	background: #ebebeb;
	height:30px;
	margin-left:20px;
	text-align:left;
}

.content
{
	background: #fff ;
	width:100%;
	float:left;
	display:inline;
}

.leftcol
{
	float:left;
	display:inline;
	background: #fff;
	width:225px;

}

.page_header
{
	margin-top:35px;
	width:755px;
	float:left;
	background: #fff;
	display:inline;
	margin-bottom:20px;
}

.date
{
	text-align:right;
	color:#515151;
}

.centercol
{
	float:left;
	display:inline;
	background: #fff;
	width: 490px;
	text-align:justify;
	font-size:12px;
}

.spacer
{
	width:20px;
	height:20px;
	float:left;
}

.centercol p,.centercol h2
{
	width:99%;
	float:left;
	margin:0 0 12px 0;
}

.centercol ul
{
	width:99%;
	float:left;
	margin:0;
}

.centercol ul ul, .centercol table ul
{
	width:auto;
	float:none;
}

.rightcol p
{
margin:12px 0;
}

.centercol table
{
	margin-bottom:20px;
float:left;
}

.centercol a
{
	color:#515151;
	text-decoration:underline;
}
.centercol h1 a
{
	font-size:12px;
	color:#00a854;
	text-decoration:none;
}

.rightcol a
{
	color:#515151;
	text-decoration:underline;
}

.green
{
	font-weight:600;
	color:#00a854;
}

.green2
{
color:#009641;
}

.rightcol
{
	text-align:left;
	float:left;
	display:inline;
	background: #fff;
	width: 245px;
}

.right_block p
{
	padding:10px 20px 0 10px;
	margin:0;
}

.footer
{
	height:30px;
	clear:left;
}

.logo
{
	/*margin-left:30px;*/
	margin-bottom:30px;
}

.logo2
{
	margin-left:30px;
	margin-bottom:50px;
}

.promotext
{
	font-size:12px;
	margin-left:40px;
	width:180px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

.nobr
{
	white-space: nowrap;
}

.leftmenu
{
	margin-top:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}

.left_title
{
	cursor:default;
	width:155px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e00d26;
	padding-bottom:10px;
}

.left_title_green
{
	cursor:default;
	width:175px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009641;
	padding-bottom:10px;
}


.left_title_blue
{
	cursor:default;
	width:155px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0063ac;
	padding-bottom:10px;
}

.leftmenu_list
{
	cursor:pointer;
	background: #fafafa;
	padding-left:0;
	margin-left:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:175px;
	list-style:none;
  border-bottom: 7px solid #399448;
}

.leftmenu_list table
{
cursor:pointer;
}

.leftmenu_list_blue
{
	background: #fafafa;
	padding-left:0;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:155px;
	list-style:none;
  border-bottom: 7px solid #0063ac;
}

.leftmenu_list_red
{
	background: #fafafa;
	padding-left:0;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:155px;
	list-style:none;
  border-bottom: 7px solid #e00d26;
}


.leftmenu_list li,.leftmenu_list_blue li,.leftmenu_list_red li
{
	border-top:1px solid #d2d2d2;
	padding:0;
	margin:0;
}

.leftmenu_list li a,.leftmenu_list_blue li a,.leftmenu_list_red li a
{
	display:block;
	text-align:left;
	color:#515151;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	text-decoration:none;
}

.leftmenu_list li ul,.leftmenu_list_blue li ul,.leftmenu_list_red li ul
{
	padding-left:0;
	margin-left:0;
	list-style:none;
	border-top:1px solid #d2d2d2;
}

.leftmenu_list li li,.leftmenu_list_blue li li,.leftmenu_list_red li li
{
	border:none;
}

.leftmenu_list li li a,.leftmenu_list_blue li li a,.leftmenu_list_red li li a
{
	margin:0;
	display:block;
	text-align:left;
	color:#515151;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	text-decoration:none;
}

.leftmenu_list a:hover,.leftmenu_list_blue a:hover,.leftmenu_list_red a:hover
{
	background: #ebebeb;
}



.hl_kr
{
	text-align:left;
	color:#b6b6b6;
	float:left;
	width:525px;
	display:inline;
}

.hl_kr a
{
	color:#b6b6b6;
       text-decoration:none;
       //text-decoration:underline;
       border-bottom:1px solid #B6B6B6;
}
sup{
/*//border-bottom:1px solid #B6B6B6;*/
}

.search
{
	width:180px;
	float:left;
	display:inline;
}

.search form
{
	margin:0;
}

.input_buttom_search
{
	width:120px;
	font-size:11px;
	height:18px;
	border-top:2px solid #828282;
	border-left:2px solid #828282;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
}

.login
{
	text-align:right;
	width:145px;
	float:left;
	padding-top:2px;
	display:inline;
}

.part_header
{
	margin:20px 0;
}

.contact
{
	margin-top:30px;
	float:left;
	font-size:11px;
	margin-left:20px;
	margin-bottom:40px;
	margin-top:40px;
	width:180px;
	text-align:left;
}

.phone
{
	margin-bottom:10px;
	margin-top:10px;
	margin-left:40px;
	width:180px;
	text-align:center;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#00a754;
	padding-bottom:10px;
	display:inline;
}

.ms
{
	margin-left:20px;
	position:relative;
	bottom:0;
}

.right_block
{
	text-align:left;
	float:right;
	clear:right;










	width:100%;
}

.gray_top
{
	background:url('/templates/template70/images/gray_top.gif');
	height:19px;
	width:100%;
}

.gray_bot
{
	background:url('/templates/template70/images/gray_bot.gif');
	height:19px;
	width:100%;
}

.gray
{
	background:url('/templates/template70/images/gray.gif');
	padding:0;
	width:100%;
}

.cright
{
	position:relative;
	top:10px;
	padding-left:20px;
	display:inline;
}

.foot_link
{
	position:relative;
	top:10px;
	padding-left:40px;
	display:inline;
}

.foot_link a
{
	padding-left:50px;
}

.foot_cont
{
	width:100%;
	position:relative;
	top:40px;
	text-align:center;
}

table
{
	margin:0;
}

.leftmenu td
{
	text-align:left;
	color:#515151;
	text-decoration:none;
	cursor:default;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftmenu td u{
  text-decoration:none;
//  text-decoration:underline;
  border-bottom:1px solid #515151;
//border:0;
}
td
{
	cursor:default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.centercol ul ul, .centercol ul p, .centercol ol ul, .centercol ol p, .centercol ul ol, .centercol td ol, .centercol td ul, .centercol td p
{
	float:none;
}

.centercol p,.centercol h2
{
	width:99%;
	float:left;
	margin:12px 0;
}

.centercol ul
{
	width:99%;
	float:left;
	margin:5px 0;
}

.centercol ol
{
	width:99%;
	float:left;
	margin:0;
	padding:0;
	list-style-position:inside;
}
.margin-left{
  margin-left:20px;
}
.for_ul_content_tools{
  margin:0 0 0 244px !important;
  //margin:0 !important;
  width:47% !important;
  //width:99% !important;
}
.text_align_right{
  text-align:right;
}
.align_center_for_td{
  width:100%;
}
.align_center_for_td td{
  width:50%;
}
.align_center_for_td td img{
  margin:0 0 0 5px;
}

.hide_show_link {
  color:#515151 !important;
}
.hide_show_link a{
  color:#515151 !important;
}
.hide_show_link a:hover{
  color:#777 !important;
}
.text_align_justify{
  text-align:justify;
}
.hl_kr a sup {
  text-decoration:none !important;
}
