@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #006;
	background-color: #FFF;
	background-image: url(../image/image1/body_background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
a:link {
	color: #006;
	text-decoration: underline;
}
a:visited {
	color: #00007C;
	text-decoration: underline;
}
a img {
	border: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 135px;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	background-color: #00007C;
}
.content {
	width: 720px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: none;
	background-color: #FFF;
}
.contentlow {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../image/image1/lowbr.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
}
.sidebar2 {
	float: left;
	width: 60px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	text-align: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the space between the navigation on the content below */
	margin: 0px;
	padding: 0px;
}
ul.nav li {
	background-image: url(../image/image1/button1.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0px;
	padding: 0px;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	color: #FFF;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #CCC;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #01017B;
	overflow: hidden;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	text-decoration: underline;
}
img{
	border-style:none;
	
}

a:hover{
    text-decoration: underline;
}
h1{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

h2{
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3{
	font-size: 92%;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
td {
	vertical-align: top;
}
p {
	text-align:justify;
	margin: 0px;
	padding: 0px;
}
/* ************************************************** */
/* Top Page */
/* ************************************************** */
#banner{
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	width: 99%;
	height: 94px;
}
#banner-menu{
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	
}
#banner-menu a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 78%;
	font-weight: bold;
	margin: 0px;
}
#banner-menu a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

#carticon {
	display: block;
	padding-top: 0px;
	margin-top: 3px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo {
	width: 273px;
	padding: 0px;
	text-align: left;
	height: 94px;
	margin: 0px;
	float: left;

}
#share {
	height: auto;
	width: 40px;
	overflow: hidden;
	text-align: right;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#chat {
	clear: right;
	display: block;
	height: 20px;
	padding-top: 10px;
}
#chat img {
	float: right;
}
#telephone {
	background-image: url(../image/ocom_call2.gif);
	float: right;
	height: 24px;
	background-position: right top;
	background-repeat: no-repeat;
	width: 400px;
	clear: right;
	margin-top: 3px;
}

#topmenu {
	width: 100%;
	text-align: center;
	height: 41px;
	clear: both;

}
#topmenu img{
	padding:0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#like {
	width: 110px;
	display: block;
	height: 30px;
	padding: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
/* main content section right */
#maintext{
	min-height: 700px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 40px;
	margin-left: 50px;
}
#maintext p  {
	font-size: 86%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	
}
#maintext a  {
	font-weight: bold;	
}
.box1 {
	float: left;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	clear: both;
	margin-right: 28px;
}
.clearbox {
	clear: both;
}

.box2 {
	float: left;
	height: auto;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#maintext ol {
	margin-left:10px;
	margin-right: 10px;
	list-style-type: decimal;
	margin-bottom: 4px;
	
}
#maintext ul {
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#maintext li {
	list-style-type: square;
	margin-bottom: 0px;
	margin-left: 16px;
	font-size: 86%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#recommend {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;	
}
#bottombar {
	clear:both;
	color: #FF9900;
	font-weight: bold;
	background-color: #01017B;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 960px;
}
#bottombar p, #bottombar a {
	color: #FF9900;
	font-size: 96%;
	text-align: center;
}

#bottombar2{
	clear:left;
	text-align: center;
	background-color: #A6A4D5;
	padding-bottom:3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	
}

#bottombar2 a{
	color:#333;
	font-size: 75%;
	margin: 6px;
	font-weight: bolder;
}
.box3 {
	float: left;
	width: 260px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

#cent1 {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cent1 a {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 6px;
	width: 330px;
	font-weight: bold;
	background-color: #EEEEEE;
	text-decoration: none;

}
#cent1 a:hover {
	background-color: #E8DDFF;

}
.smpar {
	font-size: 70%;
}
sup {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 90%;
}
#newlink {
	text-align: right;
	padding: 2px;
	margin: 2px;

}
.smalltowns {
	font-size: 74%;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

#course_box2 {
	width: 184px;
	margin-top: 6px;
	margin-right: 6px;
	float: right;
	display: inline;
	overflow: hidden;
	clear: both;
}
/* ************************************************** */
/* Open Meetings */
/* ************************************************** */
.meethold {
	margin-top: 20px;
	margin-bottom: 20px;

}

.meet {
	border: 1px solid #DDD;
	padding: 0px;
	clear: both;
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.meet p {
	padding-right: 20px;
	padding-left: 20px;
}
.mainimg1 {
	padding: 4px;
	border: 2px solid #EEEEEE;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

.meettab {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
	width: 98%;
	font-size: 90%;
}
.meettab td {
	text-align: center;

}
.meettab p {
	text-align: left;
	font-size: 110%;

}
.meettop {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 100%;
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: center;
	display: block;
	margin: 0px;
}
.meetadd {
	text-align: center;
	display: block;
	padding: 0px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.meetdetail {
	text-align: center;
	display: block;
	font-size: 84%;
	font-weight: bolder;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.meetcall {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0px;
	margin-top: 0px;
}
.meetmail {
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
.hide1 {
	visibility: hidden;
	display: none;
	font-style: italic;
}
.high1 {
	border: 1px solid #CCCCCC;
	padding: 9px;

}
.high2 {
	padding: 0px;
	font-weight: bold;
	clear: both;
	width: 90%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align: center;
	font-size: 115%;
	font-style: italic;
}
.high2 a {
	padding: 2px;
	font-weight: bold;
	background-color: #D9D9FF;
	display: block;
	text-align: center;
	margin-top: 2px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	border: 1px solid #01017B;
}
.biog {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	min-height: 220px;
}
.biog img {
	float: right;
	margin: 4px;
	padding: 4px;
	border: 2px solid #CCCCCC;
}
.biog h2 {
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
}
.biog p {
	font-size: 85%;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 140px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#names {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#names a {
	background-color: #F7F7F7;
	display: block;
	float: left;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 1px;
	border: 1px solid #CCCCCC;
	width: 32%;
	font-size: 80%;
}
.test {
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-top: 7px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}
.test p {
	font-size: 90%;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.test p strong {
	font-size: 11px;

}
.cent1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.tdsmall {
	font-size: 85%;
	width: 100%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.podcasts {
	font-size: 72%;
	font-weight: bold;
	text-align: center;
}
/* ************************************************** */
/* Tables With Forms in Them */
/* ************************************************** */
.formtab {
	padding: 0px;
	margin: 0px;
}
.formtab td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 86%;
}
.formtab h3 {
	margin: 0px;
	padding: 0px;
}
/* ************************************************** */
/* Video Page */
/* ************************************************** */

.vidpage {
	font-weight: bold;
	font-size: 90%;
}
.vid_course {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 6px;
}
.vid_course img {
	background-color: #FBFBFB;
	padding: 2px;
	border: 1px solid #CCCCCC;

}
.vid_course a {
	text-decoration: underline;


}
.vidsmall {
	font-size: 86%;
}
#videohold {
	border: 1px solid #585BBC;
	padding: 4px;
	font-size: 80%;
	height: auto;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	width: 600px;
}
.videohold2 {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #FFFFFF;
}
.videohold2 h2 {
	padding: 6px;
	border: 1px solid #EEEEEE;
	font-size: 100%;
	margin: 0px;
	background-color: #F3F3F3;
}
.videohold2 p {
	padding: 4px;
	margin: 4px;

}
/* ************************************************** */

.lecturerspic {
	float: right;
	margin: 15px;
	border: 2px solid #CCC;
	padding: 4px;
}
#applicationbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#applicationbox p {


}
.vat {
	background-color: #E6FFFF;
	text-align: center;
	border: 1px dotted #CCC;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 92%;
}
.printform {
	text-align: right;
	font-size: 80%;
}
.digioffer {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#oxlearnvid {
	display: block;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006599;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#oxlearnvid p {
	font-size: 75%;
	margin-right: 190px;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#oxlearnhold {
	margin: 0px;
	padding: 0px;
	height: 502px;
	width: 630px;
}
.vidbox {
	border: 1px solid #CCC;
	font-size: 90%;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.vidbox img {
	border: 1px solid #999;
	padding: 2px;

}
#vid5 {
	float: right;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 3px solid #CCC;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

