@charset "UTF-8";

/* CSS Document */


body
{
	background-color:#FFFFFF;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #666666;
	text-decoration: none;	
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#999999;
	text-decoration: none;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1300px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}



h1
{
	color:#333;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	
}

h2
{
	color: #666;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
	
}



h3
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;		
}

h4
{
	color: #666;
	text-align:left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;		
}

h5
{
	color: #999;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px	
}

h6
{
	color: #666;
	text-align: left;
	
	font-size:9px	
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
}

.header
{
	height:50px;
	width: 70%;
	float:left;
	padding-left: 5px;
	
	padding-top: 15px;
	padding-bottom: 10px;
	
}

.language
{
	width: 10%;
	height: 30px;
	padding-right: 10px;
	text-align: right;
	float: right;
	padding-top: 40px;
}





.project-title

{
	background-color:#D7DAC9;
	float: left;
	padding-left: 15px;
	padding-right:11%;
		
}

.sidebar1 {
	padding: 10px 0;
	float: left;
	width: 25%;
	padding-bottom: 10px;
	
}

.footer
{
	background-color:#D7DAC9;
	float: left;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 25px;
	width: 100%;
	font-size: 10px;
	text-align:center;
	color: #666;
}

.sidebar1 {
	padding: 10px 0;
	float: left;
	width: 25%;
	padding-bottom: 10px;
	
}

.content {
	padding: 0px 0;
	width: 69%;
	float: left;
}


.reqs
{
	padding-top: 10px;
	padding-right:10px;	
}


.col1
{
	padding: 10px 0 ;
	float: left;
	width: 47%;
	padding-bottom: 10px;
}

.col2
{
	padding: 10px 0;
	float: right;
	width: 48%;
	padding-bottom: 10px;
	padding-right: 5px;
	
}

.awesome
{
	padding-top: 10px;
	float: left;
	padding-right: 5px;
	
}


.backthis
{
	vertical-align:central;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 10%;
	padding-left:10%;
}

.col3
{
	padding-top: 1px;
	background-color:#CEE2D3;
}

.divider
{
	color: #FFFFFF;
	border-style: solid;
	border-width:thin;
}


.col3text
{
margin-left: 20px;	
margin-right: 15px;

}

img.imgwidth
{
width: 100%; }

img.imgwidth2
{
width: 70%; }
