@charset "utf-8";
body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
}  

/*#### Start of Header Settings ####*/
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #86BEFD;
	background-image: url(../images/constant/oclogo.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
} 
#header h1 {
	font-size: 120%;
	text-align: center;
	padding-top: 75px;
	padding-right: 157px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}


#header h2 {
	font-size: 90%;
	text-align: center;
	padding-top: 0px;
	padding-right: 157px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	font-style: italic;
}

#header img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 10px;
}
/*#### End of Header Settings ####*/

/*#### Start of Left Sidebar Settings ####*/
#sidebar1 {
	width: 155px;
	background-color: #86BEFD;
	background-image: url(../images/constant/leftcolds1a.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	position: absolute;
	left: 0px;
	top: 151px;
}
#sidebar1 img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#sidebar1 p {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 80%;
	text-align: center;
	background-color: #AFD5FE;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000033;
}
/*#### End of Left Sidebar Settings ####*/

/*#### Start of Right Sidebar Settings ####*/
#sidebar2 {
	float: right;
	width: 155px;
	background-color: #86BEFD;
	background-image: url(../images/constant/leftcolds1.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}
.sidebar2  a:link, .sidebar2  a:visited {
	color: #000033;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-decoration: none;
	background-color: #AFD5FE;
}
.sidebar2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #000099;
	background-color: #AFD5FE;
}

#sidebar2 p      {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 80%;
	text-align: center;
	background-color: #AFD5FE;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	border: 1px solid #000033;
}

#sidebar2 img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
}
#sidebar2 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar2 h3 {
	font-size: 90%;
	text-align: center;
	margin-left: 35px;
	color: #FFFFFF;
	background-color: #000066;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
/*#### End of Right Sidebar Settings ####*/

/*#### Start - Sidebar3 and Sidebar4 are for decoration only ####*/
#sidebar3 {
	float: right;
	width: 155px;
	background-color: #86BEFD;
	background-image: url(../images/constant/leftcolds2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	height: 72px;
	clear: right;
	margin: 0px;
}
#sidebar4 {
	width: 155px;
	background-color: #86BEFD;
	background-image: url(../images/constant/leftcolds2a.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 0px;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 710px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*#### End - Sidebar3 and Sidebar4 are for decoration only ####*/

.sidebar5  a:link, .sidebar5  a:visited {
	color: #000033;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-decoration: none;
	background-color: #AFD5FE;
}
.sidebar5 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
}


/*#### Start Left Navigation List ####*/
#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	background-color: #86BEFD;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 10px;
	height: 20px;
	background-image: url(../images/constant/linkbg1.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: 80%;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

#sidebar1 li a:hover {
	background-color: #86BEFD;
	background-image: url(../images/constant/linkbg2.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}


/*#### End Left navigation List ####*/

/*#### Start Right navigation List ####*/
#sidebar2 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.rightnav li, .rightnav li {
	padding: 0px;
	margin: 0px;
}

.rightnav a:link, .rightnav a:visited {
	background-color: #86BEFD;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 10px;
	height: 20px;
	background-image: url(../images/constant/linkbg1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 80%;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

.rightnav a:hover {
	background-color: #86BEFD;
	background-image: url(../images/constant/linkbg2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body#index li.index a:link, body#index li.index a:visited,
body#averages li.averages a:link, body#averages li.averages a:visited,
body#calendar li.calendar a:link, body#calendar li.calendar a:visited,
body#fixtures li.fixtures a:link, body#fixtures li.fixtures a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
body#map li.map a:link, body#map li.map a:visited,
body#records li.records a:link, body#records li.records a:visited,
body#wives li.wives a:link, body#wives li.wives a:visited,
body#match li.match a:link, body#match li.match a:visited,
body#awards li.awards a:link, body#awards li.awards a:visited {
	background-color: #86BEFD;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 10px;
	height: 20px;
	background-image: url(../images/constant/linkbg2.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: 80%;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

/*#### Start Main Content ####*/
#maincontent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#maincontent1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}  
#maincontent h3, #maincontent1 h3 {
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#maincontent h4, #maincontent1 h4 {
	font-size: 85%;
	text-decoration: underline;
	text-align: center;
}
#maincontent h5, #maincontent1 h5 {
	font-size: 85%;
	text-align: center;
}

#maincontent .innermaincontent a:link,#maincontent1 .innermaincontent a:link,
#maincontent .innermaincontent a:visited, #maincontent1 .innermaincontent a:visited {
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
}
#maincontent .innermaincontent a:hover,
#maincontent1 .innermaincontent a:hover {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
}

#maincontent .innermaincontent,
#maincontent1 .innermaincontent {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	background-image: url(../images/constant/pbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border: 1px solid #057BFB;
}
#maincontent .innermaincontent p,
#maincontent1 .innermaincontent p {
	margin: 0px;
	padding: 10px;
	font-size: 90%;
}

#maincontent .strapline {
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	background-color: #FFFFFF;
	color: #CCCCCC;
	text-align: center;
	padding: 5px;
	background-image: url(../images/constant/straplinebg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
}
#maincontent p,
#maincontent1 p {
	font-size: 90%;
}

#maincontent .breadcrumb,
#maincontent1 .breadcrumb {
	font-size: 80%;
}
#maincontent .breadcrumb .here,
#maincontent1 .breadcrumb .here {
	font-style: italic;
}

#maincontent .breadcrumb a:link, #maincontent .breadcrumb a:visited,
#maincontent1 .breadcrumb a:link, #maincontent1 .breadcrumb a:visited {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}

#maincontent .breadcrumb a:hover,
#maincontent .breadcrumb a:hover {
	text-decoration: underline;
}
#maincontent  .map,
#maincontent1  .map  {
	margin: auto;
	text-align: center;
}
#maincontent .hosts,
#maincontent1 .hosts {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 90%;
}
#maincontent .hosts a:link, #maincontent .hosts a:visited,
#maincontent1 .hosts a:link, #maincontent1 .hosts a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#maincontent .hosts a:hover,
#maincontent1 .hosts a:hover {
	text-decoration: underline;
}
#maincontent .fixtures,
#maincontent1 .fixtures  {
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	border: 1px solid #000066;
	width: 400px;
}
#maincontent  .averages,
#maincontent1  .averages  {
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	border: 1px solid #000066;
	width: 600px;
}
#maincontent .fixtures th, #maincontent .averages th,
#maincontent1 .fixtures th, #maincontent1 .averages th {
	padding: 5px;
	color: #FFFFFF;
	background-color: #000033;
	text-align: center;
}
#maincontent .fixtures td, #maincontent .averages td,
#maincontent1 .fixtures td, #maincontent1 .averages td {
	padding: 5px;
}
#maincontent .fixtures .dark a:link, #maincontent .fixtures .dark a:visited,
#maincontent1 .fixtures .dark a:link, #maincontent1 .fixtures .dark a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	color: #000000;
	background-color: #86BEFD;
}
#maincontent .fixtures .light a:link, #maincontent .fixtures .light a:visited,
#maincontent1 .fixtures .light a:link, #maincontent1 .fixtures .light a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	color: #000000;
	background-color: #DEEDFE;
}

#maincontent .fixtures .dark a:hover,
#maincontent .fixtures .light a:hover,
#maincontent1 .fixtures .dark a:hover,
#maincontent1 .fixtures .light a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#maincontent  .dark,
#maincontent1  .dark  {
	background-color: #86BEFD;
	color: #000033;
}
#maincontent  .light,
#maincontent1  .light  {
	background-color: #DEEDFE;
	color: #000066;
}
#maincontent .tableaverage,
#maincontent1 .tableaverage {
	font-weight: bold;
	text-align: right;
}
#maincontent .tablealign,
#maincontent1 .tablealign {
	text-align: right;
}


#maincontent ul,
#maincontent ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
#maincontent li,
#maincontent li {
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: center;
}
#maincontent .ullink1 img,
#maincontent1 .ullink1 img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent .ullink1 a:link, #maincontent .ullink1 a:visited,
#maincontent1 .ullink1 a:link, #maincontent1 .ullink1 a:visited  {
	font-size: 90%;
	text-decoration: none;
	color: #000033;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent .ullink2 a:link, #maincontent .ullink2 a:visited,
#maincontent1 .ullink2 a:link, #maincontent1 .ullink2 a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #000033;
	background-color: #FFFFFF;
	font-weight: bold;
}
#maincontent .ullink2 a:hover,
#maincontent1 .ullink2 a:hover {
	text-decoration: underline;
}

#maincontent  .gallery,
#maincontent1  .gallery  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#maincontent .gallerydiv,
#maincontent1 .gallerydiv {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9FF;
	padding-top: 15px;
}
#maincontent .gallerydiv .gallery img,
#maincontent1 .gallerydiv .gallery img {
	border: 3px double #000000;
	margin: 1px;
}


#maincontent .calenderdiv .gallery img,
#maincontent1 .calenderdiv .gallery img {
	margin: 1px;
}

#maincontent .calendardiv .gallery a img,
#maincontent1 .calendardiv .gallery a img {
	text-decoration: none;
	border: 1px solid #000000;
}
#maincontent #form1 .jumpmenu,
#maincontent1 #form1 .jumpmenu {
	text-align: center;
}
#maincontent #form1 .jumpmenu #jumpMenu,
#maincontent1 #form1 .jumpmenu #jumpMenu {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000066;
	border: 1px solid #000066;
}

#maincontent .top a:link, #maincontent .top a:visited,
#maincontent1 .top a:link, #maincontent1 .top a:visited {
	font-size: 70%;
	color: #000066;
	background-color: #FFFFFF;
}
#maincontent .top a:hover,
#maincontent1 .top a:hover {
	text-decoration: none;
}

#maincontent .top .up,
#maincontent1 .top .up {
	font-size: 80%;
	color: #003366;
}
.top {
	text-align: center;
}


/*#### End Main Content ####*/



/*#### Start Footer ####*/
#footer {
	background:#DDDDDD;
	margin-top: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	height: 50px;
} 


#footer .fltlft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#footer .fltrt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer .ostrich {
	margin: 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #000033;
	background-color: #DDDDDD;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: underline;
}


/*#### End Footer ####*/

/* Miscellaneous classes for reuse */
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
