body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:66.5%;
	margin: 0px;
	text-align: center;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}


#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapbg.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}
#footer {
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	clear: both;
	padding: 0px;
	background-image: url(../images/foot.jpg);
	height: 5px;
}

/* header */

#header  {
	margin-top: 0px;
	width: 820px;
	height: 132px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	background-image: url(../images/gos_logo.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: left;
}
#header p{
	margin-top: 33px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 440px;
	text-align: left;
	color: #003366;
	font-weight: bold;
}

#header ul {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 440px;
	color: #003366;
	width: 400px;
}

#header li {
	display: inline;
}

#header a:link, #header a:visited{
	color: #003366;
	text-decoration: none;
}
 
#header a:hover, #header a:active{
	color: #666699;
	text-decoration: underline;
}
#topnav {
	background-color: #003366;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#topnav ul{

}
#topnav li{
	list-style-type: none;
	display: inline;
	
	
}

#topnav a:link, #topnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav_bg.jpg);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	font-size: 1.3em;
}
 
#topnav a:hover, #topnav a:active{
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#imageblock {
	width: 820px;
	
}


/* maincontent */

#maincontent {
	text-align: left;
	background-image: url(../images/mainbg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 15px;
	color: #333333;
	padding-top: 5px;
}


#maincontent h1 {
	font-variant: normal;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#maincontent h2 {
	font-variant: normal;
	color: #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 8px;
}
#maincontent h3 {

	font-variant: normal;
	color: #00669D;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}

#maincontent h4 {

	font-variant: normal;
	color: #5398B9;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}

#maincontent ol{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 1.2em;
}

#maincontent .fixtxt {
	font-size: 1em;
	list-style-type: lower-alpha;
}
#maincontent .fixtxt2 {

	font-size: 1em;
	list-style-type: lower-roman;
}

#maincontent ul{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 1.3em;
}

#profile {
	float: right;
	width: 500px;	
}

#profile ul {
	margin-left: 20px;

}

#profile li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

#edu {
	float: left;
	width: 270px;
	text-align: left;
}

#edu .leftali {
	text-align: left;
}
#maincontent li{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#maincontent a:link, #maincontent a:visited{
	color: #FF9900;
	text-decoration: none;
}

#maincontent a:hover, #maincontent a:active{
	color: #003366;
	text-decoration: underline;
}
.clearall {
	clear: both;
}


#maincontent p {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	padding-right: 8px;
	padding-left: 8px;
	text-align: justify;
}

#maincontent .hightxt {
	color: #FF9900;
	font-weight: bold;
}


.imgfltleft {
	float: left;
	margin-right: 20px;
}
.fltright {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}



.bg1 {
	background-color: #EBE6EC;
	color: #000000;
}

.bg2 {
	background-color: #B2C1D1;
	color: #000000;
}

/* bottom nav */

#botnav {
	font-size: 1.2em;
	text-align: center;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	clear: both;
	margin-bottom: 5px;
}
#botnav ul{
	margin: 0px;
	padding: 0px;	
}
#botnav li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006599;
	border-right-color: #006599;
	border-bottom-color: #006599;
	border-left-color: #006599;
}

#botnav a:link, #botnav a:visited{
	color: #333333;
	text-decoration: none;
}

#botnav a:hover, #botnav a:active{
	color: #333333;
	text-decoration: underline;
}
 

#holding {
	font-size: 1.3em;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 100px;
}

/* contact form */
.paddiv {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 10px;
	padding-right: 0px;
}

input {
	
	border: 1px solid #5398B9;
	padding: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	
	border: 1px solid #5398B9;
	padding: 5px;
}
label {
	font-size: 1.3em;
}

#contactlist li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.smalltxt {
	font-size: 0.8em;
}
#opstrat {
	background-image: url(../images/opstrat_table_bg.gif);
	width: 720px;
	font-size: 1.2em;
	background-color: transparent;
	background-repeat: no-repeat;
}

#opstrat2 {
	background-image: url(../images/opstrat_table_bg2.gif);
	width: 720px;
	font-size: 1.2em;
	background-color: transparent;
	background-repeat: no-repeat;
}
 #opstrat .bg1b {
	color: #000000;
	background-color: #B2C1D1;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
 
 }
 
 #opstrat2 .bg1b {
	color: #FFFFFF;
	background-color: #013567;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
 
 }
#opstrat .bg2b {
	color: #000000;
	background-color: #EBE6EC;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#opstrat2 .bg2b {
	color: #000000;
	background-color: #B2C1D1;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#opstrat2 .bg3b {
	color: #000000;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}


.threeblock {
	float: left;
	width: 118px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #013567;
	border-right-color: #013567;
	border-bottom-color: #013567;
	border-left-color: #013567;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
}

#opstrat2 ul {
    font-size: 1.0em;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}
#opstrat2 li {
	list-style-position: outside;
	list-style-image: url(../images/bullet2.gif);
}

.darkblue_bg {
	color: #FFFFFF;
	background-color: #013567;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.palebluebg {
	background-color: #B2C1D1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imgfltleft2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-top: 5px;
}
.boldyellow {
	font-weight: bold;
	color: #FF9900;
}
