html {
	background-color: white;
	border: 0;
}

#wrapper {
	width: 800px;
        margin: 0 auto;
}

#header {
        width: 800px;
        height: 160px;
}

/*---------------------------NAVBAR----------------------------------*/

#navbar {
          width: 100%;
          height: 27px;
          background-color: white;
          text-align: center;
          border-top: 1px solid #333;
          border-bottom: 1px solid #333;
          margin-top: 40px;
         
}

#navbar ul {
        margin-top: 0px;
           
}

#navbar li {
         font-size: 96%;
         font-weight: bold;
         float: left;
         padding-left: 15px;
         padding-right: 16px;
         color: #0000cc;
         display: block;
         line-height: 27px;
         margin-top: 0px;
}

#navbar li.left {
          padding-left: 0px;
}

#navbar a:link {	
		color: #0000cc;
}

#navbar a:visited {	
               color: #0000cc;
}

#navbar a:hover {	
		color: #111;
                text-decoration: underline;
}

#navbar a:active {
		color: #111;
                text-decoration: none;
}

/*---------------------------NAVBAR  END-----------------------------------*/


/*---------------------------SIDEBAR--------------------------------------*/

#sidebar {
	color: #333;
	padding-left: 10px;
	text-align: left;
	width: 170px;
	float: left;
	font-size: 85%;
	font-weight: bold;
        clear: both;
}

#sidebar ul {
	margin: 0;
	padding: .2em;
	list-style-type: none;
	font-size: 93%;
	font-weight: bold;
	display: block;		
}

#sidebar li {
	border-bottom: 1px white solid;
	line-height: 40px;
}

#sidebar a {
	color: #063;
}

/*----------------------------SIDEBAR ENDS-------------------------------*/


/*---------------------------PAGE MENUS-------------------------------*/
#menu {
          margin-bottom: 7px;
          margin-left: 0px;
          margin-top: 0px;
          width: 100%;
          height: 14px;
          background-color: white;
          text-align: center;
}

#menu li {
         font-size: 96%;
         float: left;
         padding-left: 17px;
         padding-right: 16px;
         color: white;
         display: block;
         line-height: 14px;
}

#menu li.left {
        margin-left: 50px;
}

#menu2 {
          margin-bottom: 7px;
          margin-left: 0px;
          margin-top: 0px;
          width: 100%;
          height: 14px;
          background-color: white;
          text-align: center;
}

#menu2 li {
         font-size: 96%;
         float: left;
         padding-left: 17px;
         padding-right: 16px;
         color: white;
         display: block;
         line-height: 14px;
}

#menu2 li.left {
         margin-left: 70px;
}

/*----------------------------------PAGE MENUS END------------------------*/

#content {
	width: 800px;
	position: relative;
        padding-top: 30px;
}

#maincontent {
	color: #333;
        text-align: left;
	font-family: arial, "lucida console", serif;
	font-size: 80%;
        
}

#maincontent2 {
	color: #333;
	text-align: left;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
	font-family: arial, "lucida console", serif;
	font-size: 80%;
        
}

#maincontent3 {
	color: #333;
	text-align: left;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
	font-family: arial, "lucida console", serif;
	font-size: 80%;
        width: 580px;
        float: right;
}


#footer	{
        color: #333;
	background-color: #ffffff;
	display: block;
	width: 800px;
	text-align: center;
	font-size: small;
	clear: both;
        border-top: 1px solid gray;
}

div.footercopyright {
	background-color: white;
}

div.smallertext {
	font-size: 80%
}

p.bottomlink {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}


h2 {
        color: #111;
	text-align: center;
}

h3 {
	color: #0000cc;
}

div.twitter {
         width: 268px;
         padding-bottom: 20px;
         padding-right: 10px;
         padding-left: 30px;
}

div.twitter2 {
         width: 220px;
         padding-bottom: 10px;
         padding-right: 20px;
         padding-left: 20px;
         padding-top: 10px;
         border: 3px ridge #999;
         background-color: white;
         margin-left: 30px;
}

div.box1  {
         padding-top: 5px;
         padding-bottom: 5px;
         padding-left: 60px;
         padding-right: 60px;
         text-align: center;
         font-size: 120%;
         border: 2px solid #999;
         margin-bottom: 20px;
         background-color: white;
}

div.box2 {
         padding-top: 5px;
         padding-bottom: 5px;
         padding-left: 60px;
         padding-right: 60px;
         text-align: center;
         font-size: 90%;
         border: 2px solid #3366ff;
         margin: 10px;
         background-color: white;
}

div.box3 {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         border-radius: 7px;
         box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         margin-bottom: 20px;
}

div.box3b {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 50px;
         padding-right: 20px;
         background-color: white;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         border-radius: 7px;
         margin-bottom: 20px;
}

div.box3c {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         background-color: white;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         border-radius: 7px;
          box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         margin-bottom: 20px;
         margin-right: 40px;
         margin-left: 40px;
}

div.box3d {
         padding-top: 30px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         background-color: white;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         border-radius: 7px;
          box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         margin-bottom: 20px;
         height: 340px;
}

div.box4 {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 60px;
         padding-right: 60px;
         background-color: white;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         border-radius: 7px;
          box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         margin-bottom: 20px;
         margin-right: 40px;
         margin-left: 40px;
}

div.box5 {
         align: center;
         margin-top: 20px;
         margin-bottom: 20px;
         margin-left: 80px;
         width: 640px;
         background-color: white;
}

div.box6 {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         background-color: #3366ff;
         width: 202px;
         float: right;
         color: white;
         clear: right;
}

div.box7 {
         float: right;
         margin-right: 60px;
         margin-top: 30px;
}

div.box8 {
         text-align: left;
         font-size: 97%;
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         margin-top: 40px;
         margin-bottom: 20px;
         width: 640px;
         border: 1.5px solid #888;
         -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
         border-radius: 7px;
         box-shadow: 2px 2px 2px #aaa;
         -webkit-box-shadow: 2px 2px 2px #aaa;
         -moz-box-shadow: 2px 2px 2px #aaa;
         background-color: white;
}

div.box8 h3 {
         color: #333;
}

div.box9 {
        margin-bottom: 0px; 
        clear: both;
}

div.box10 {
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         background-color: #ddd;
         width: 152px;
         float: right;
}

div.box11 {
         margin-top: 10px;
         background-color: white;
         width: 400px;
         border: 2px solid #999;
         padding-top: 10px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         margin-right: 30px;
         font-size: 90%;
         float: right;
         margin-bottom: 20px;
}

div.box11 h3 {
         color: #222;
}

div.smallertext {
		font-size: 85%;
}

a:link img {
		color: none;
                border: none;
}

a:visited img {
	color: none;
        border: none;
	}
	
a:hover img {
	color: none;
        border: none;
	}
		
a:active img {
	color: none;
        border: none;
	}
			
a:link {	
		color: #1144dd;
		text-decoration: none;
}

a:visited {	color: #1144dd;
		text-decoration: none;
}

a:hover {	color: black;
		text-decoration: underline;
}

a:active {	color: black;
		text-decoration: underline;
}


form {
                margin-top: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
}

fieldset {
                  float: right;
                  padding-left: 20px;
                  padding-right: 20px;
                  padding-top: 5px; 
                  padding-bottom: 10px;
                  font:90%/1 sans-serif;
                  width: 180px;
                  height: 256px;
                  border: 1.5px solid #888;
                   -webkit-border-radius: 8px;
                   -moz-border-radius: 8px;
                  border-radius: 8px;
                   box-shadow: 2px 2px 2px #aaa;
                  -webkit-box-shadow: 2px 2px 2px #aaa;
                 -moz-box-shadow: 2px 2px 2px #aaa;
}

textarea {
                 width: 100%;
                 height: 54px;
}

input {
                  width: 100%;
                  height: 14px;
                  margin-bottom: 5px;
}

input.submit {
                 width: 60px;
                 height: 20px;
                 margin-bottom: 5px;
}

legend {
                 font: 1.5em sans-serif;
                 margin-bottom: 10px;
                 text-align: center;
}

form.contactpage {
                margin-top: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
}

fieldset.contactpage {
                   float: left;
                   font:90%/1 sans-serif;
                   width: 280px;
                   height: 290px;
                   border: 2px solid #888;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
                  border-radius: 8px;
}

input.contactpage {
                  width: 100%;
                  height: 14px;
                  margin-bottom: 5px;
}

textarea.contactpage {
                 width: 100%;
                 height: 54px;
}

legend.contactpage {
                 font: 1.5em sans-serif;
                 margin-bottom: 10px;
                 text-align: center;
                 
}