/* CSS Document */

/* wrapper */
#wrapper {
	width: auto;
	margin: 10px 20px 10px 40px;
	border-color: #999999;
}

/* body & odas */
body {
	margin: 0px;
	padding: 0;
	background: url(images/header_bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #36A12D;
	font-family: "Book Antiqua", "Bookman Old Style";
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 {
	color: #993300;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	text-align: justify;
}

ul, ol { }

.blockquote {
	margin: 0px 2px 0px 2px;
}

a {
	color: #36A12D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a img {
	border: none;
}

.wat {
	color:#000000;
	background-image: url(images/chromebg2-over.gif);
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Book Antiqua", "Bookman Old Style";
}
.imgleft {
	float: left;
	margin: 7px 30px 0 0;
}

.imgright {
	float: right;
	margin: 7px 0 0 30px;
}

/*Style for banner image - determines distance between photo and background drop shadow */
.image_banner { position: relative; 
left: -5px; 
top: 5px; 
padding: 10px; 
border: none; 
background-image: url(images/banner_back.gif); 
background-repeat: no-repeat 
}
/* end banner*/
#header {
	width: 930px;
	height: 70px;
}

#date_layer {
	height: 27px;
	left: 925px;
	position: absolute;
	top: 33px;
	width: 259px;
	z-index: 1;
}
/* Search */

#search {
	float: right;
	width: 228px;
	height: 59px;
	position: absolute;
	left: 925px;
	top: 11px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 15px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 145px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #FFFFFF;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 4px;
	color: #FFFFFF;
	background-color: #FF3300;
}

/* Page */

#page {
	width: auto;
	padding: 0px;
}
#page-bgtop {
}

/* Content */

#content {
	width: 500px;
	background-color: #edf3fe;
	margin-left: 225px;
}
/* BOX */
#tearshape{
	padding: 6px 7px;
	color: #FFFFFF;
	font-weight: bold;




-moz-border-radius: 9px 4px 9px 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
	background-color: #006699;
	margin-left: 20px;
	text-align: justify;
}

#curve{
	width: 170px;
	height: auto;




-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
	background-image: url(images/match.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-left: 10px;
}

#middle img { float: left; position: relative; left: -3px; top: -3px; background-image: url(images/campus.jpg); background-repeat: no-repeat; padding: 6px; padding-left: 7px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 20px }

/*END BOX*/

/* Footer */

#footer-bgcontent {
	height: auto;
	background: #000000 url(images/img01.jpg) repeat-x left top;
}

#footer {
	width: 920px;
	height: 49px;
	padding-top: 20px;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: right;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #F99501;
}
#left_column {
	float: left;
	width: 200px;
}
#right_column {
	float: right;
	width: 218px;
	position: absolute;
	left: 951px;
	top: 385px;
}
#center_column {
	width: 520px;
	margin-left: 250px;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

