/* CSS Document */

/* HTML tag styles */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    /*font-family: Times New Roman;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a{
    text-decoration: none;
}

/* Main Layout */
#wrapper {
    /*
    width: 995px;
    margin: 5px auto 0px auto;
    padding: 0px;
    text-align: left;
    background-color: #FFFFFF;
    */
    width: 7.0in;
    margin:0in;
    padding: 0in;
    }
	
#left_column {
    display:none;
    }

#center_column {
    width: 7.0in;
    padding: 0px;
    background-color: #FFFFFF;
    }

#flash{
    width: 995px;
	height: 467px;
    margin: 0px;
	padding: 0px;
}

#footer{
    display:none;
}

.footer_align{
    margin-top: 7px;
    margin-left: 20px;
}

/* Class  */

.align_right {
    display:none;
}

.cleaner {
    clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0; padding:0;
}

.float{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 15px; /* Top Right Bottom Left */
}

.float p{
	text-align: center;
	margin: 0px;
	padding 0px;
}

.float_left{
    float:left;
	margin:0px;
	width:585px;
}

.float_woaacd{
	float:left;
	margin:0px;
	width:750px;
}

.float_right{
	display:none;
}

.uparrow 
{
    display:none;
}

.signature
{
    margin-left: 10px;
}

/* Logo */
#logo{
    display:none;
}

#logo_align{
    position: relative;
    top: 17px;		
    left: 0px;
}

#slogan{
    display:none;
}

#slogan_align{
    position: relative;
    top: 48px;		
    left: 666px;
}

#top
{
	display:none;
	}

/* NavBar */
#navbar{
    display:none;
}

#nav_menu{
    display:none;
}

.lab_align{
    position:absolute;
    margin-left: 14px;
}

.edu_align{
    position:absolute;
    margin-left: 238px;
}


/* Menu */
#menu{
    display: none;
}

#menu p{
    margin: 0px;
    padding: 0px;
    text-indent: 2px;
    font-size: 13px;
    color: #FFFFFF;
    background-color:#823B9D;
    
}

#menu ul {
    margin: 2px 0px 2px 16px; /* Top Right Bottom Left */
    padding: 0px;
    list-style: none;
    line-height: 18px;
    text-indent: -1em;
    font-size: 12px;
    color: #9457AB;
}

#menu ul li {
    padding-left: 0px;
}


#menu a:link, a:visited{
    color: #9457AB;
    text-decoration: none;
}


#menu a:hover{
    text-decoration: none;
    color: #FFFFFF;
}


/* Content */
#content{
    background-color: #FFFFFF;
    margin:0px;
    color: #000;
}

#content p{
    margin:0px 10px 10px 10px; /* Top Right Bottom Left */
    text-align: justify;
    font-size: 14px;
    color: #000;
}

#content h1{
    margin: 0px 0px 10px 10px; /* Top Right Bottom Left */
    padding: 4px 0px 0px 0px; /* Top Right Bottom Left */
    color: #000;
    font-size: 18px;
}

#content h2{
    margin: 5px 10px 0px 10px; /* Top Right Bottom Left */
    padding: 0px 0px 0px 0px;  /* Top Right Bottom Left */
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid #640C85;
}

#content h3{
    margin: 4px 10px 2px 10px; /* Top Right Bottom Left */
    padding: 2px 0px 2px 0px; /* Top Right Bottom Left */
    color: #000;
    font-size: 14px;
}

#content h4{
    margin: 0px 10px 0px 10px; /* Top Right Bottom Left */
    padding: 0px 0px 2px 0px; /* Top Right Bottom Left */
    color: #000;
    font-size: 13px;
    text-indent: 4px;
    font-weight: normal;
}

#content ul{
    margin: 0px 10px 10px 10px; /* Top Right Bottom Left */
    display: inline;
    list-style: none;
}

#content ul li
{
    display: inline;
    list-style: none;
    color: #000;
    font-size: 12px;
}


/* Courses List */
#course_list
{
    color: #000;
    font-size: 12px;
}

.course_title
{
    width: 100%;
    
}

.course_date
{
    width: 200px;
    padding: 0px 0px 0px 10px; /* Top Right Bottom Left */
}

.course_type
{
    width: 250px;
}

.course_credits
{
    width: 300px;
}

a.courses:link {
    color:#723788;
}

a.courses:visited {
    color:#723788;
}

a.courses:hover {
    color:#640C85;
}

/* Courses Description */
#desc {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#000;
	/*width: 99%;
	float:left;*/
}

#desc h1{
	font-size: 14px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	color:#000;
}

#desc p{
	font-size:13px;
	color:#000;
}

#desc em{
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}

#desc a:link
{
    text-decoration: underline;
	font-size:10px;
}

#desc a:active
{
	text-decoration: underline;
	font-size: 10px;
}

#desc a:visited{
	text-decoration: underline;
	font-size: 10px;
}

#desc ol
{
    list-style-type: disc;
    margin-top:2px;
	margin-bottom:2px;
	padding-top:0px;
}

#desc ol li
{
    list-style: disc;
	font-size:13px;
	padding-right:2px;
	margin:0px;
	color:#000;
}

#separator{
	margin: 5px 10px 0px 10px;
	border-top: 1px solid #640C85;
}