/* -- MAIN TEXT STYLES */
td, span  {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
}

.small {
	font-family: verdana, arial, sans-serif, helvetica,;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.attention {
	font-weight: bold;
	color: #CC0000;
}

/* -- HEADING STYLES -- */
h1 {
	font-family: Trebuchet MS, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #595b06;
	padding-bottom: 4px;
	margin-top: 0px;
	font-weight: bolder;
}

h2 {
	font-family: Trebuchet MS, Geneva, Verdana, sans-serif;
	font-size: 25px;
	color: #a6a948;
}

h3 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 16px;
	color: #a57a45
}

h4, h5, h6 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 14px;
}

/* -- TEXT LINK STYLES -- */
a:link, a:visited {
	color : #595B06;
}

/* -- TABLE STYLES -- */
table.table-style-1 {
	border: 0px solid #ffffff;
}

table.table-style-1 td {
	border: 1px solid #999999;
	background-color: #FFFFEE;
}

table.table-style-1 th {
	background-color: #E2F1F5;
	border: 1px solid #999999;
}


/*  -- PAGE LAYOUT  --  */
div#container {
	background: #FFFFFF;
	width: 984px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*
div#expand_header {
	height: 122px;
	width: 100%;
	background-image: URL(../../images/become_a_student/BecomeAStudent-head-center.jpg);
	background-repeat: repeat-x;
	min-width: 1024px;
}*/

td#bas_col1 {
	width: 200px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background-color: #cbcf60;
}

td#bas_col2 {
	width: auto;
	/* width: 624px; */
	vertical-align: top;
	padding: 5px 15px 10px 15px;
}

td#bas_col3 {
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 0px;
}

/*  -- LEFT SIDE MENU  --  */
div#bas_menu_top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

span#bas_menu_top {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	display:block;
}

a#bas_menu_top:link, a#bas_menu_top:visited, a#bas_menu_top:active {
	text-decoration: none;
	color: #0d1601;
	font-size: 18px;
	font-weight: bolder;
	font-family : Trebuchet MS, Verdana, Geneva, sans-serif, "MS Sans Serif";
}

div#bas_menu{
	width: 200px;
	margin: 0px -5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

/*  -- SEARCH BOX  --  */
div#bas_search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

span#bas_search {
	margin: 5px auto 10px auto;
	padding: 0px 0px 0px 0px;
	display:block;
	text-align:center;
}

input#bas_searchText {
	border:1px solid #CCCCCC;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	width:120px;
}

/*  -- FOOTER  --  */
div#bas_footer_text {
	font-size: 15px;
	font-family: Avenir, Verdana, Arial, sans-serif, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
	display:inline;
	padding: 0px 0px 5px 0px;
	letter-spacing: 1px;
}

a.bas_footer:link, a.bas_footer:visited, a.bas_footer:active {
	font-size: 15px;
	font-family: Avenir, Verdana, Arial, sans-serif, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
	display:inline;
	padding: 0px 0px 4px 0px;
	letter-spacing: 1px;
	text-decoration: none;
}

/*
img#bas_footer_left {
	vertical-align:middle;
	margin: 0px;
}*/

/*
div#bas_footer {
	height: 39px;
	background-image: URL(../../images/become_a_student/footer_backgroud.gif);
	 background-repeat: repeat-x;
	background-position: right;
	width: 100%;
}*/

