
body {
	background-color:#eeeeee;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size: 62.5%;
}

a {
	text-decoration:none;
	color:#222;
}

#login {
	float:right;
}

a:hover {
	color:#9D0129;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #ddd;
}

#container {
	background:#FFCC66 url(img/yellow-bg.gif) repeat;
	width:670px;
	margin:0 auto;
	border:1px solid #e9e9e9;
	text-align: left;
}

#logo {
	padding-top:28px;
	padding-left:28px;
}

#logosubtitle {
	/*position: relative;
	float: left;
	top: 0;
	left: 0; */
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:0;
	background-color: #C86000;
	background: url('img/bar.gif') top right; 
	background-repeat: repeat-x;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#menubar {
	border:0px dashed #cccccc;
	height:26px;
	clear:both;
	background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;
}

#navcontainer ul { display: inline; }

#navcontainer ul li a{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-right:10px;
	background-color: transparent;
	color: #FFC640;
	text-decoration: none;
	float: left;
}

#navcontainer li.rightborder {
	display: inline; 
	background-color: transparent;
	color: #FFC640;
	text-decoration: none;
	float: left;
	border-right: 1px solid #970223;
}

#navcontainer li.noborder {
	display: inline; 
	background-color: transparent;
	color: #FFC640;
	text-decoration: none;
	float: left;
	border-right: none;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #FFD342;
}

#navcontainer ul li a:active {
  background-color: #DE6B02;
  background: url('img/bar_bg_active.gif') bottom left repeat-x; 
  color: #FFD342;
}

#header {
	color:#444;
	height:220px;
	background:#fff url(img/headerGuy.jpg) no-repeat right;
}

#header h1 {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:3.2em;
	color:#333;
	font-weight:normal;
}

#header h1 strong {
	color:#9D0129;
}

#header h2 {
	font-size:1.2em;
	font-weight:normal;
	color:#999;
}

#header a {
	color:#222;
}


/* tiny mce content */

body.mcecontentbody {
background-color:#FFE7A5;
 
}

/*tiny mce content ended*/




#content h1 {
	display:block;
	margin-left:10px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.2em;
	color:#000;
	/*border-color:#ddd;
	border-style:solid;
	border-width:0 0 1px 0;*/
}
.mceContentBody h2{
display:inline;
	font-family:"Trebuchet MS",arial,sans-serif;
	letter-spacing:2px;
		font-size:1.7em;
	border-color:#9D0129;
	border-style:solid;
	border-width:0 0 1px 0;
}
#content h2 {
	display:inline;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.7em;
	letter-spacing:2px;
	color:#000;
	border-color:#9D0129;
	border-style:solid;
	border-width:0 0 1px 0;
}

#content .contentH2container {
	margin-top: 5px;
	margin-left:10px;
	margin-bottom:10px;
}

#content .post_info {
	text-align:right;
	margin:0 25px 5px 25px;
	padding:2px;
	font-size:0.8em;
	font-family:arial,sans-serif;
	color:#000;
	line-height:0.9em;
	word-spacing:1px;
	border-top:1px solid #ddd;
}
#content .post_info a {
	text-transform:uppercase;
}
#content .contentBox {
	position: relative;   /*this is necessary to allow the shinyBadges to have absolute position relative to the blockquote */ 
	margin-top:20px;
	margin-right: 25px;
	margin-left: 25px;
	padding:5px;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1em;
	color:#000;
	border:1px solid #9D0129;
	background-color:#FFE7A5;
}
.mceContentBody p {
    text-align:justify;
    font-size:1.4em;
	letter-spacing: -.05px;
	color: #000;

    line-height:200%;
  }

#content p{
	text-align:justify;
	line-height:1.8em;
	font-size:1.1em;
	color: #000;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:25px;
	margin-right:25px;
	padding:0;
	text-indent:0;
	color:#000;
}

#content pre {
	margin:10px 60px;
	padding:5px;
	color:#000;
	border:1px solid #eee;
	background-color:#fafafa;
}
.mcecontentbody li{
list-style-type: square;
	
	line-height:1.8em;
	}

#content li {
	list-style-type: square;
	margin-left:15px;
	line-height:1.8em;
}



#content strong{
	color: #9D0129;
}

#content p.programmeDescription {
	font-size:1.4em;
}

#content td {
	vertical-align: top;
	color:#9D0129;
	
}

#content h2.contactInfo {
	font-size:1.5em;
	border-style:none;
	margin-left:15px;
	margin-top:15px;
}

.shinyBadgeContainer {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.shinyBadge {
	border: none;
}

.programme {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.7em;
	padding-bottom: .5em;
	color:#333;
}

.syllabus {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.5em;
	color:#333;
}

.applicationMaterials {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.4em;
	color:#333;
}

.contentRightSide {
	margin-top:4px;
	margin-right:5px;
	margin-left:5px;
	border: 1px solid #9D0129;
}

.vi {
margin-left:20px;
font-size:3;
}
#footer {
	font-size:1em;
	font-family:arial,sans-serif;
	margin:20px 0 0 0;
	padding:5px;
	border-top:1px solid #9D0129;
}
#footer p {
	text-align:right;
	color:#999;
	font-size:1em;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}
#footer span {
	color:#666;
}
#footer a {
	color:#666;
}
#footer a:hover {
	color:#111;
}

/* ****************************** shadow  ************************************************/
#shdw0   { border:1px solid #e6e6e6; }
#shdw1   { border:1px solid #e2e2e2; }
#shdw2   { border:1px solid #dedede; border-top:none;}
#shdw3   { border:1px solid #dadada; border-top:none;}
#shdw4   { border:1px solid #d5d5d5; }
#shdw5   { border:1px solid #d0d0d0; border-top:none;}
#shdw6   { border:1px solid #cbcbcb; border-top:none;}
#shdw7   { border:1px solid #c6c6c6;}
#shdw8   { border:1px solid #c1c1c1; border-top:none;}
#shdw9   { border:1px solid #bcbcbc; border-top:none;}
#shdw10 { border:1px solid #b7b7b7; }
#shdw11 { border:1px solid #9D0129; }

/******************************* curved corners *******************************************/
/* Inset 3D Raised */
.raised {
	background: transparent;
	margin-top:20px;
	margin-right: 25px;
	margin-left: 25px;
}
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:2em; color:#fff;}
.raised p {padding-bottom:0.5em;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .b3 {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .b4 {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .b4b {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .b3b {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .b2b {background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}


.raised .b1 {margin:0 5px; background:#9D0129;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#9D0129;}
.raised .boxcontent {display:block;  background:#FFE7A5; border-left:1px solid #9D0129; border-right:1px solid #9D0129;}
.raised .insidepadding {padding:5px;}
