/* CSS Document */

*{
margin:0;
padding:0;	
}

.spacer{clear: both; width:100%}

body{
background:#fff;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}

p {
	margin: 8px 0px;
}

a {
	text-decoration: none;
}

a:visited{
	color: #0000ee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper{
width: 760px;
text-align: center;
background: url(/studentservices/counseling/img/bgd.jpg);
}

.mwt{
	background: #0000ff;
}

#header{
padding-bottom:5px;
background:#fff;	
}

#topinfo{
background:#fff;
min-height:30px;
/*padding-bottom:15px;*/
}

#wmk{
display:none;
}

/*leftmenu*/

#menu{
display:none;
}

#menu ul{
text-align: left;
list-style:none;
}

#menu li{
padding: 5px 0;
border-bottom: 1px solid #333;
}

#menu p{
text-align:left;
font-size:11px;
}

/*****************/

#main{
width: 750px; 
padding: 0px 3px; 
float: right; 
text-align: left;
}

#main ul{
margin-left:55px;
padding-bottom:10px;
}

#main li{
padding-bottom:10px;	
}

/*headers*/

h1{
font-size: 15pt;
color: #000099;
text-align: center;
font-family: "Times New Roman",Times,serif;
font-variant: small-caps;
font-weight:normal;
}

h2{
font-size: 11.5pt;
color: #000099;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-variant:small-caps;
letter-spacing:1px;
margin: 8px 0;
}

h3{
font-size: 10.5pt;
color: #000000;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

/***Image Classes*****/
.imgr{
clear:none;
float:right;
margin:10px;
padding:10px;
background:#ebebeb;
border:1px solid #333;
}

.imgl{
clear:none;
float:left;
margin:10px;
padding:10px;
background:#ebebeb;
border:1px solid #333;
}

.bq{
margin-left:20px;
padding-left:5px;
margin-bottom:20px;
border-left:5px solid #739fe6;
}

.indent{
margin-left:20px;
padding-left:5px;
}

ol{
margin-left:45px;	
}

table.calendar{
background-color:#ebebeb;
border: 1px solid #003384;
width:100%;
margin: 7px auto;
}

table.calendar td{
height:30px;
padding:5px;
}

table.calendar th{
background:#ccddff;
text-align:center;
letter-spacing:1px;
border-bottom:1px dotted #003384;
}

.hlt{background:#f2f6ff;}

.bio{padding:20px;}

