/* style.css by Ghegs for sideline.ghegs.com */

* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}

html {
  padding-bottom: 5px;
}

body {
  background-color: #000000;
  padding-bottom: 5px;
}

a.navlink:link {color: #FFFFFF; text-decoration: underline; margin-left: 4px; margin-right: 4pt;}
a.navlink:visited {color: #9E9E9E; text-decoration: underline;}
a.navlink:hover {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: underline;}

a.contentlink:link {color: #0026FF; text-decoration: underline;}
a.contentlink:visited {color: #9E9E9E; text-decoration: underline;}
a.contentlink:hover {color: #0026FF; text-decoration: underline;}
a.contentlink:active {color: #0026FF; text-decoration: underline;}

.header {
	background-color: #000000;
	height: 154px;
}

.navbar {
  font-size: 16pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  height: 32px;
  color: #FFFFFF;
  background-color: #000000;	
}

.mainbg {
  padding-top: 8px;
  width:990px;
}

.contentborder {
  border-style:solid;
  border-width:3px;
  border-color:#808080;
  margin:0px auto;
  width:1043px;
  background-color: #9E9E9E;
}

.content {
  background-color: #FFFFFF;
  margin: 3px;
  border-style:solid;
  border-width:1px;
  border-color:#B7B7B7;
  overflow: hidden;
  width:1035px;
}

hr {
  margin-left: 14px;
  width: 300px;
}

p.logo {
  padding-top:28px;
  text-align: center;
  margin:0px auto;
  width: 943px;
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 96px;
}

p.navicons {
  padding-top: 3px;
  text-align: center;
}

.title {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 14px;
  margin-left: 14px;
  margin-right: 14px;
  color: #39569B;
  height: 27px;
  padding-top: 7px;	
}

.text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #39569B;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 996px;
}

.textshort {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #39569B;
  margin-left: 14px;
  margin-bottom: 14px;
  border-style:solid;
  border-width:1px;
  border-color:#D9D8D8;
  width: 398px;
}

p.text1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #39569B;
  margin-top: 18px;
  margin-left: 12px;
  margin-right:4px;
  margin-bottom: 20px;
}

ul.programs {
  padding-left: 25px;
  margin: 0;
}

ol.programs_sublist {
  list-style-type: lower-alpha;
  padding-left: 50px;
  margin: 0;
}

li.programlist {
  list-style-type: disc;
  margin-bottom: 5px;
}

li.guidelist {
  list-style-type: decimal;
  margin-left: 6px;
  margin-bottom: 5px;
}

img.screenshot {
  height: auto;
  width: auto;
  margin-left: 12px;
  margin-bottom: 12px;
}

span.conf {
  color: green;
  font-family:"Lucida Console", Monaco, monospace;
}

span.winpath {
  font-family:"Lucida Console", Monaco, monospace;
}

span.dospath {
  font-family:"Lucida Console", Monaco, monospace;
  color: red;
}
