/** COS football giveaway */
* {
	margin: 0;	/** Removes browser default CSS */
	font-weight: 400; /** Font Weight for the whole page*/
}
a { 
	text-decoration:none; /** Removes Underlined links */
	color:#264581;	/** Sets all <a href="..."></a> tags to the color of blue */
	}
img{
	border:none; /** Removes image borders */
	}
h1{
	color:#264581; /** Sets font color to blue for H1 tags*/
	font-size:17px; /** Font size for H1 Tags */
	font-weight: bolder; /** Sets the font-weight as normal for H1 tags*/
	padding-left: 0px;
	}
h2 {
	color:#264581; /** Sets font color to blue for H2 tags*/
	font-size: 15px; /** Font size for H2 Tags */
	font-weight: bolder; /** Sets the font-weight as bolder for H2 tags*/
	}
#space{
	font-size:2.2px; /** Small spacing for separating the #Navigation, #banner, and # container */
	}
#space2{
	font-size:2.2px; /** Small spacing for separating the #Navigation, #banner, and # container */
	}
#space3{
	font-size:2.2px; /** Small spacing for separating the #Navigation, #banner, and # container */
	}
.bold{
	font-weight: bolder; /** Sets the font-weight as bolder for blog tags*/
	color: #434343; /**  Sets the color of the bold tags to gray */
	}
.teamProfileFontHeading
{
    font-size:18px;
    font-family:Calibri;
    font-weight:bolder;
    color:#264581;
}
.teamProfileFont
{
    font-size:16px;
    font-family:Calibri;
}
.teamProfileErrorFont
{
    font-size:18px;
    font-family:Calibri;
    font-weight:bolder;
    color:#FF0000;
}
.quote_header_block
{
    background-image: url(images/comment_header.png);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 40px;
	height: 30px;
	text-align: left;
}
.quote_content_block
{
    background-image: url(images/comment_body.png);
    background-repeat: repeat-y;
    padding: 0px 20px 0px 40px;
    min-height: 5px;
    text-align: left;
}
.quote_footer_block
{
    background-image: url(images/comment_footer.png);
	background-repeat: no-repeat;
	height: 15px;
}
#titlestyle{
	text-align:center; /** Aligns text to middle */
	}
h4 {
	color:#264581; /** Set font color to blue for H4 tags*/
	font-size: 50px; /** Font size for H4 Tags */
	font-weight: bolder; /** Set the font-weight as normal for H4 tags*/
	}
hr {
	color:#264581; /** Sets the <hr> tag blue */
	}
body{
	background-image:url(images/background.png); /** Set the soccer ball background */
	background-repeat:no-repeat; /** Makes sure that the background of the soccer ball does not repeat in either X or Y direction */
	margin: 0px; /** Removes bowser default CSS */
    margin-top:0px; /** Removes browser default CSS */
   	margin-bottom:0px; /** Removes browser default CSS */
   	padding:0px; /** Removes browser default CSS*/
	font-family: calibri; /** Sets the font to calibri for all text within the <body> tag */
	font-size: 12px; /** Sets font size to 12px */
	}
#Navigation{
	width: 980px;
}
#banner{
	background-image:url(Images/banner_02.png); /** Sets the banner image in the banner div */
	width: 980px;  /** Width of the banner; same as container, footer and etc */ 
	height: 172px; /** Sets height of the banner div */
} 
#Container{
	width: 980px; /** Sets width of the container div */
	min-width:980px; /** Sets minimum width of the container div */
	min-height:600px; /** Sets minimum height of the container div */
	margin-left:auto; /** Sets auto margin for the left side */
	margin-right:auto; /** Sets auto margin for the right side */
	position:relative; /** Sets the container div with relative positioning */
	}
#Content{
	background-image:url(images/bg.png); /** Set the background in the Content div */
	background-repeat:repeat-x; /** Set the background to only repeat horizontally */
	position: relative; /** Sets the Content div with relative positioning */
	width: 980px; /** Sets width of the Content div */
	height: 1020px; /** Sets height of the Content div */
	padding-top: 10px; /** 10 pixel of padding on top to separate Content div from the Container div */
	padding-bottom: 0px; /** 0 pixel of padding between the Content div and the footer div */
	border:#cccccc; /** Border color for the Content div */
	border-style:solid; /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	/** Temporary code for transparency CSS
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	}
#LeftContent{
	float: left; /** Floats the leftside of the content to the left */
	width:40%; /** Sets the width of the leftside to 40% of the content */
	padding-left: 0%;  /** Sets no padding on the left */
	padding-bottom: 10px;  /** Sets 10 pixel of padding at the bottom */
	padding-top: 10px; /** Sets 10 pixel of padding at the top */
	position: relative;  /** Sets the LeftContent div with relative positioning */
	}
#LeftContent2{
	float:right; /** Floats the LeftContent2 to the right of LeftContent */
	position: relative; /** Sets the LeftContent2 div with relative positioning */
	width: 380px; /** Sets the width of the inner div of LeftContent */
}
#TeamProfileSideBar
{
    padding-left: 50px;
    float:left; /** Floats the LeftContent2 to the right of LeftContent */
    position: relative; /** Sets the LeftContent2 div with relative positioning */
	width: 200px; /** Sets the width of the inner div of LeftContent */
}
#TeamProfileContent
{
    margin-left: 250px;
	padding: 5%;
	min-height: 250px;
	border-left-style:solid;
	border-left-width: 1px;
	border-left-color:#264581;
}

#DivSpacer{
	height: 4px; /** height of gray background */
}
#AspxContainer{
	width: 980px;
	border: 1px solid #D4D4D4; /**Sets the border with one solid pixel line*/
	background-image:url('Images/bg.png'); /** Sets the background image */
	background-repeat:repeat-x;
	position:relative;
}
#CenterSignUp
{
	width: 60%; /**Sets the width of the sign up div where the fields and buttons are*/
	padding-left:40%; /**Sets 40% of padding at the left*/
	padding-bottom: 10px; /**Sets 10 pixels of padding at the bottom*/
	padding-top: 10px; /**Sets 10 pixels of padding at the top*/
}
#CenterRank
{
	width: 60%; /**Sets the width of the sign up div where the fields and buttons are*/
	padding-left:28%; /**Sets 28% of padding at the left*/
	padding-bottom: 10px; /**Sets 10 pixels of padding at the bottom*/
	padding-top: 10px; /**Sets 10 pixels of padding at the top*/
}
#RightContent{
	float: right;  /** Floats the RightContent to the right of Content,Contentx, and Contentz */
	width: 45%;   /** Sets the width of the rightside to 45% of the content */
	padding-right: 5%;   /** Sets 5% of padding at the right */
	padding-bottom: 10px;   /** Sets 10 pixel of padding at the bottom */
	padding-top: 10px;   /** Sets 10 pixel of padding at the top */
	position:relative; /** Set position to relative */
	}
#Contentx{
	background-image:url(images/bg.png);/** Set the background in the Content div */
	background-repeat: repeat-x; /** Set the background to only repeat horizontally */
	position: relative; /** Set position to relative */
	width: 980px;/** Sets width of the Contentx div */
	height: 1272px; /** Sets height of the Contentx div */
	padding-top: 10px; /** 10 pixel of padding on top to separate Contentx div from the Container div */
	padding-bottom: 0px;  /** 0 pixel of padding between the Contentx div and the footer div */
	border:#cccccc; /** Border color for the Contentx div */
	border-style:solid; /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	/** Temporary code for transparency CSS
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	}
#Contentz{
	background-image:url(images/bg.png); /** Set the background in the Content div */
	background-repeat: repeat-x; /** Set the background to only repeat horizontally */
	position: relative;  /** Set position to relative */
	width: 980px; /** Sets width of the Contentz div */
	height: 994px;/** Sets height of the Contentz div */
	padding-top: 10px; /** 10 pixel of padding on top to separate Content div from the Containerz div */
	padding-bottom: 0px;  /** 0 pixel of padding between the Contentz div and the footer div */
	border:#cccccc; /** Border color for the Contentz div */
	border-style:solid;  /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	/** Temporary code for transparency CSS
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/	
	}
#Footer{
	padding-top: 30px; /** Space at the top of Footer */
	text-align:center; /** Aligns the test in the Footer div to the middle */
	background-image:url(images/COS_FGpage_28.png); /** Sets the background in the Footer div */
	background-repeat:no-repeat; /** Makes sure that the background of the footer does not repeat in either X or Y direction */
	position:relative; /** Sets the Content div with relative positioning */
	bottom:-3px;  /** Set distance from the container div */
	width:980px; /** Sets width of the Footer div same as Content div*/
	height:76px;   /* Height of the footer */
	clear:both;  /** No floating elements allowed */
	min-width:450px;   /** Sets minimum width of the Footer div */
	border:#cccccc; /** Border color for the Footer div */
	border-style:solid; /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	}
#Footerx{
	padding-top: 30px; /** Space at the top of Footer */
	text-align:center; /** Aligns the test in the Footerx div to the middle */
	background-image:url(images/COS_FGpage_28.png); /** Sets the background in the Footerx div */
	background-repeat:no-repeat; /** Makes sure that the background of the footer does not repeat in either X or Y direction */
	position:relative; /** Sets the Content div with relative positioning */
	bottom:-3px;   /** Set distance from the container div */
	width:980px; /** Sets width of the Footerx div same as Contentx div*/
	height:76px; /** Height of the footer */
	clear:both;  /** No floating elements allowed */
	min-width:450px;  /** Sets minimum width of the Footerx div */
	border:#cccccc; /** Border color for the Footerx div */
	border-style:solid; /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	}
#Footerz{
	padding-top: 30px; /** Space at the top of Footer */
	text-align:center; /** Aligns the test in the Footerz div to the middle */
	background-image:url(images/COS_FGpage_28.png); /** Sets the background in the Footerz div */
	background-repeat:no-repeat; /** Makes sure that the background of the footer does not repeat in either X or Y direction */
	position:relative; /** Sets the Content div with relative positioning */
	bottom:-3px;   /** Set distance from the container div */
	width:980px;  /** Sets width of the Footerz div same as Contentz div*/
	height:76px; /* Height of the footer */
	clear:both; /** No floating elements allowed */
	min-width:450px;   /** Sets minimum width of the Footerz div */
	border:#cccccc; /** Border color for the Footerz div */
	border-style:solid; /** Border style to make sure the border is a solid line */
	border-width: 1px; /** Specifies the width of the border as mentioned above */
	}
