 /* CSS Mastery: Advanced Web Standards Solutions - Simon Collison's tutorial */

/* the appropriate background class will be applied based on class attached to the body */

body {
margin: 0;
padding: 0;
font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
}
#threeColLayout {
background: #FFFAFA;
}
#twoColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}
#oneColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}

#userbanner{
font-size: 110%;
}

#userbanner h4{
float:right;
display: inline;
margin-left: 50px;
align: top;
}

/* default links */

a:link {
background-color: transparent;
text-decoration: none;
color: #666;
}
a:hover {
background-color: #FFC;
text-decoration: underline;
color: #1E90FF;
}
a:visited {
background-color: transparent;
text-decoration: none;
color: #666
}

/* headers here */

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

h2 {
margin: 0 5px 0 5px;
padding: 2px;
font-size: 130%;
color: #483D8B;
background: #87CEEB;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
display: inline;
font-size: 92%;
margin: 10px 5px 0 5px;
padding: 2px;
}

.default h3 {
background: #F6CE45;
}
.careers h3 {
background: #F762E0;
}
.one_man h3 {
font-size: 110%;
background: #B18FD1;
}
.interviews h3 {
font-size: 110%;
background: #D7D493;
}
.profiles h3 {
background: #C4DDB8;
}
.maincontent h3 {
font-size: 110%;
background: #E76493;
}

/* main wrapper that holds it all centrally */

#wrapper {
width:780px;
margin:0 auto;
background-color: #B0C4DE;
padding: 0 10px 10px 10px;
}

/* default masthead holding the banner and mainNav */

#header {
width: 780px;
height: 170px;
background:url(aheader.gif);
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:780px;
display:inline;
margin: 0 0 20px 0;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float:left;
width:430px;
margin: 0 0 20px 175px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
width:585px;
float:left;
margin: 0 0 20px 175px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent{
float:left;
width:160px;
margin: 0 0 20px 15px;
}

#sideContent{
float:left;
width:160px;
margin: 0 0 20px -780px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:585px;
float:left;
margin: 0 0 20px 175px;
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:140px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}

.cbSide h3 {
color : #E0FFFF;
background: #DB7093;
}

/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
/*background:url(diags.gif); */

}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFF;
padding: 5px 0 5px 0;
line-height: 170%;

}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 0px;
color: #333;
}


/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

#logout
{
float: right;
display:inline;
margin-right : 20px;
}

#logout input.button {
	border: 0;
	background: url('../images/logoutbutton.gif') no-repeat top left;
	margin-right: 5px;
	padding-bottom: 3px;
	height: 21px;
	width: 62px;
	font-weight: bold;
	color: white;
	}


/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0 !important;
	background:url(box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0 !important;
	background:url(box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100% !important;
	background:url(box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.png) no-repeat 0 100% !important;
	background:url(box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(borders.png) repeat-y 0 0 !important;
	background:url(borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0 !important;
	background:url(borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFF;
border: 1px solid #FFF;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */

/* date and posted control the small text info in article blurbs */

.date {
font-size: 85%;
font-weight: bold;
color: #666;
}

.posted {
display: block;
margin: -5px 0 0 50px;
padding: 0 0 10px 0;
font-weight: bold;
color: #666;
}

.postedUnderline {
display: block;
margin: 0 5px 5px 50px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

address {
margin-left: 50px;
}

/* erm, the footer */

#footer{
clear:both;
width: 780px;
height: 85px;
background: transparent url(afooter.gif);
padding: 0px;
}
#footer p {
margin: 10px 10px 0 0;
padding: 50px 4px 4px 0;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #D7D493;
}
#footer a:hover {
color: #000;
background: #D7D493;
}

/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */
/*
img {
float: left;
margin: 0px 0 2px 5px;
border: 2px solid #C5BDBD;

}
*/

/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;
margin-top: 4px;
border: 3px solid #C5BDBD;
}

.tipsimage{
width :21;
height :15;
float: none;
border: 0;
}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background: url(shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}

.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

/* used to ensure all our floated thumbnails stay the right width away from the left side of the box */

.thumbnails {
margin: 0 0 20px 50px;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:134px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:134px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:134px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:134px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
background-position: 0 -40px;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
margin: 30px 0 0 0;
padding: 0;
width: 750px;
height: 35px;
font-weight: bold;
font-size: 90%;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#mainNav a
{
color: #D7D493;
display: inline;
width: auto;
text-decoration: none;
background: #483D8B;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #FFF;
}

#mainNav a:hover, #mainNav a:active {
background: #4682B4;
color: #FFFAFA;
}

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #4682B4;
color: #FFFAFA;
font-weight: bold;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.gallery #mainNav a#gallery, body.contact #mainNav a#contact {
  color: #fff;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.gallery #mainNav a:hover#gallery, body.contact #mainNav a:hover#contact {
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */

.box.default a[href^="http:"] {
  background: url(external.gif) no-repeat right top;
  padding-right: 10px;
}
 .box.default a[href^="http://www.collylogic.com"], .box.default a[href^="http://www.collylogic.com"] {
  background-image: none;
  padding-right: 0;
}

/* form styling - not much though kids */

form {
margin: 0;
padding: 0;
font-size: 80%;
width : 365;
}

fieldset {
width: 146px;
border: 0;
margin: 0 0 10px 0;
padding: 5px;
}

.default fieldset {
width: auto;
border: 0;
margin: 10px 0 10px 50px;
padding: 0;
}

form h4{
  font-size: 8px;

}

legend {
text-transform: uppercase;
font-size: 110%;
font-weight: bold;
margin: 10px 0 2px 0px;
padding: 2px;
background: #D72E2E;
color: #FFF;
}

.default legend {
display: none;
}

label {
/*display: none; */
font-size: 110%;
font-weight: bold;
color: #4682B4;

}

.default label {
display: block;
font-weight: bold;

}

input {
margin-top:0;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;

}

.tipped {
background: #FFFFF0;
color: #2F4F4F;
text-align : center;
}

.played {
color: #191970;
text-align : center;
}

textarea {
margin-top:0;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;
}

.default input {
display: block;
}

input.submit {
	border: 0;
	margin-bottom: -6px;
padding: 2px;
	background: transparent;
	font-size: 10px;
}

table {
  border:0;
  border-collapse:collapse;
  font: normal 10px 'Lucida Grande',Verdana, Helvetica, sans-serif;
width : 365px;
  }
td, tr,th {
  padding:6px;
  }
tr {
  background:#F5F5F5;
  }
th {
  background:#B0C4DE;
  }

.lblcol {
    text-align: left;
    width: 130px;

}

.odd{
 background:#D3D3D3;
}

.totcov {
       width: 380px;

}

.button {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 11px;
  font-weight		: bold;
  border            : 1px solid #AABBBF;
  background-color  : #488EB2;
  color             : #ffffff;
  /*background-image  : url(/images/but.gif); */
  padding           : 2px;
}

table #tips{

  border:0;
  border-collapse:collapse;
  font: normal 10px 'Lucida Grande',Verdana, Helvetica, sans-serif;
width : 365px;
font-size:70%;

}

.fixturedate {
    color: #000000;
    align: center;
    background-color:#F0F8FF;
}

.fixturesched {
    color: #D02090;
    align: center;
    background-color:#F0F8FF;
}

.fixturelist {
    color: #000000;
    align: center;
    background-color:#DCDCDC;
}

.fixturesep {
    color: #000000;
    align: center;
    background-color:#F5F5F5;
    height:0.5px;
}

.finalscore {
    color: #000000;
    align: center;
    background:#DDE122;

}

#currpoints{

 	font-size: 160%;
 	color: #D02090;
 	margin: 0 ;
    padding: 2px;
    background: #F5F5DC;
    text-align :left;
    font-weight: bold;
}

.points{

 	font-size: 150%;
 	color: #D02090;
 	margin: 0 ;
    padding: 0px;
    text-align :left;
    font-weight: bold;
}

#comm
{
	margin: 0;
	font-size: 104%;
	background-color: #FFFAFA;
	padding: 1px 0;
	width : 365px;
}

.buttons {
text-align: center;
padding: 4px 3px 0 0;
height: 20px;
}

.right_buttons .buttons {
float: right;
height: 20px;
display:inline;
margin-right : 20px;
}

.bluebtn {
background: #488EB2 url(images/bluebtn.gif) no-repeat;
width: 100px;
padding: 1px 5px 5px 5px;
color: #fff;
text-decoration: none;
text-align : center;
}
.greenbtn {
background: #488EB2 url(images/greenbtn.gif) no-repeat;
padding: 1px 17px 5px 16px;
color: #fff;
text-decoration: none;
}

.bluebtn:hover, .greenbtn:hover {
background: #488EB2 url(images/hoverbtn.gif) no-repeat;
color: #fff;
text-decoration: none;
}

.buttons a:link {
background-color: transparent;
color: #fff;
text-decoration: none;
}

.buttons a:visited {
background-color: transparent;
text-decoration: none;
color: #fff
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}

.buttonSubmitHovered {
	background-position:left bottom;
}


.blogfooter{

  color: #191970;
  margin: 0 5px 0 5px;
  padding: 2px;
  background: #F8F8FF;
  border-bottom: 2px solid #87CEEB;

}

.blogfooter ul, .blogfooter li {

    display: inline;
    list-style-type: none;
    list-style-image: none;

    }


.cbbcomment form {
	padding:5px;
	margin:5px;
  	background:#F5F5F5;
	border:1px solid #E2E2FE;
}

.cbbcomment form label {
	font-size:90%;
	display:block;
}

.cbbcomment form input {
	border:1px solid #DDDDDD;
	padding:4px;
	margin:2px 0 5px 0;
}

.cbbcomment form textarea {
	width:98%;
	padding:4px;
	margin:2px 0 4px 0;
	border:1px solid #DDDDDD;
}

.cbbcomment form .submit {
	width:30%;
	font:bold 100% Arial, Sans-serif;
	margin:2px;
	padding:3px;
	color:#FFFFFF;
	background-color:#4682B4;
	border:1px solid #CCCCCC;
}

.comment {
margin: 10px 0 10px 0;
background : #eee;
padding: 5px;
font-size: .9em;
}

.cbbcomment h3
{
font-size: 10px;
background: #4682B4;
height: 16px;
padding: 3px;
color: #fff;
}

.cbbcomment h4 {
	font-size: 9px;
	display:inline;
	font-weight: normal;
	color: #455A79;
	font-weight: bold;
}

.cbbcomment img{
    border : none;
}

 h6 {
	color: #000080;
	font-size: 1.3em;
	display:inline;
	font-weight: 110;
}


#highlight
{

	background-color: #7CFC00;
	background: #FA8072;
	color: white;
}
/*
.comm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 90%;
	background-color: #FFF5EE;
	padding: 5px;
}

.comm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.comm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.comm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }
*/

.edcomm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
}

.edcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm1
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 20;
}

.edcomm1 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm1 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm1 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm2
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 30;
}

.edcomm2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm2 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm2 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm3
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 40;
}

.edcomm3 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm3 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm3 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm4
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 50;
}

.edcomm4 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm4 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm4 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.edcomm5
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 90%;
	background-color: #FFF8DC;
	padding: 5px;
	margin-left: 60px;
}

.edcomm5 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.edcomm5 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.edcomm5 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

#modcomm
{
	margin: 5px;
	font-size: 90%;
	background-color: #E6E6FA;
	padding: 5px;
}

#modcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#modcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

#modcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

 .subcomm1
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm1 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm1 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm1 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm2
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm2 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm2 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm3
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 40px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm3 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm3 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm3 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm4
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 50px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm4 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm4 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm4 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

.subcomm5
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 90%;
	background-color: #F0FFF0;
	padding: 1px 10;
}

.subcomm5 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.subcomm5 a:link, a:visited
{
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
	}

.subcomm5 a:hover
    {
	color: #00BFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
    }

img{
    border : none;
}

