/* The stylesheet is divided into 3 parts. Each part is a set of things that typically must be reviewed together. Constrain your changes to the proper part:

 1 colors, backgrounds, borders, link and emphasis indication
 2 font and text properties, exclusive of link indication, alignment, text-indent
 3 box properties (exclusive of borders), positioning, alignments, list types, text-indent

*/

body {
	background: #fff;
	color: #000;
    text-align: center;
}

a, a:link {
	color: green;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
    color: orange;
}

#menuRight {
    margin-top: -1em;
}

#menuRight a {
	font-size: 1em;
}

#menuRight ul, #menuRight li {
	color: #000;
}

#menuRight a, #menuRight li.active li a, #menuRight li.active li.active li a {
	background-color: #fff;
	color: #3050B0;
}

#menuRight a:hover, #menuRight li.active li a:hover, #menuRight li.active li.active li a:hover {
	background-color: #eee;
	text-decoration: none;
}

#menuRight li.active a, #menuRight li.active li.active a, #menuRight li.active li.active li.active a {
	background-color: #eee;
}

#menuRight ul.header {
    
}

h1.titleName {
    font-size: 1.75em;
}

.title {
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
}

/* font and text properties, exclusive of link indication, alignment, text-indent */
body {
	font-family: Times, serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

a {
    font-size: 1.1em;
}

html>body {
	font-size: small;
}

h1, h2, h3, #menuRight {
	font-family: "Trebuchet MS", serif;
}

h1 {
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: .2em;
}

h2 {
	font-size: 1.3em;
}

h3, h4 {
	font-size: 1em;
}

h3 {
	text-transform: uppercase;
	letter-spacing: .2em;
}

h4 {
	font-style: italic;
	font-weight: normal;
}


#menuRight ul li.header {
    font-size: 12px;
    font-weight: 600;   
}

h2.titleSub {
    
}

.title {
    font-size:12px;
    font-weight: 600;
}

#footer {
    border-bottom: 0px dashed #aaa;
    border-top: 0px dashed #aaa;
    text-align: center;
}

/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
body {
	line-height: 1.8;
	margin: 15px 0px 50px 0px;
	padding: 0px;
}

#main {
    width:740px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border: 0px dashed #333;
}

#menuRight {
	float: right;
    z-index: 1;
}

li ul {
	margin: 0;
	padding: 0;
}

form, p {
	margin: .67em 0;
}

.searchResult {
	margin: .67em 0;
}


ul {
	list-style-type: disc;
    margin: .33em 0;
}

h1, h2, h3, h4, h5, h6, dt, th {
	margin: 1.667em 0 0 0;
	text-align: left;
}

h1 {
	margin: 0em 0 .25em 0;
}

h1.titleName {
    clear: both;
}

li {
	margin: 0 .5em 0 .5em;
}

#menuRight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuRight ul li.header {
    margin-top: 0px;
}



#menuRight h3 {
    padding-top: 0px;
    margin-top: 1em;
	font-size: 1em;
}



h2.titleSub
{
    display:inline;
    position:relative;
    top:-18px;
    padding-left:4px;
    padding-right: 130px;
    margin: 0px;
    text-spacing: 2px;
}

.title {
    padding-right:0px;
    padding-top:10px;
    margin-bottom:0px;
    margin-right: 40px;
}

#content {
    width: 72%;
    border: 0px solid blue;
    margin-top: .25em;
    margin-bottom: 2.5em;
    padding-left: 55px;
}

#footer {
    height: 3px;
    width: 200px;
    color: #aaa;
   
    margin-top: 4em;
    font-size: 11px;
}

#menuSearch {
    float: right:
    border: 1px solid red;
}  

p form {
    margin: 0;
    padding-top: 10px;
} 

p.seperate {
    margin: 0;
    padding-top: 20px;
} 

#searchResultsIndent {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 17px;    
    border: 0px solid blue;
}

#image {
    float: left;
    clear: both;
    padding-right: 30px;
    padding-bottom: 50px;
    min-width: 300px;
}

#image img {
    border: none;
}

p.pagination {
    text-align: right;
    border: 0px solid red;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

p.pagination a {
    
}

div.float {
  float: left;
  width: 150px;
  padding: 10px;
}

div.float a {
   text-align: center;
   font-size: 1em;
}
   
div.float img {
   width: 65px;
   height: 65px;
   border: none;
}


#full {
    border: 1px solid #ccc;
	margin-bottom: 10px;
}

.shOdd {
    background-color: #F8F8F8;
}

.shEven {
    background-color: #F2F2F2;
}

.studyProgramIndent {
	padding-left: 12px;
}

.button {
/*
	background: #f0f0f0;
	border: 1px solid #ccc;
	font-size: .75em;
	cursor:hand;
*/
}
