/* Overridden HTML tags */
a {
	text-decoration: none;	
}

a:hover {text-decoration: underline;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	color: #1E62A4;
	font-size:16px; 
	padding:0px;
	margin: 0px;
}

h1 {
	padding-top:10px;
}

html, body {
	height:100%; /*makes the html the full window height*/
	margin: 0;
	padding: 0;
}

img {border:none;}

input {
	border: 1px solid #ccdeec;
	background-color: #FFFFFF;
}
input[type-="button" "reset" "submit"] {
	background-color: #002D56;
	border-bottom: #486A94 1px solid;
	border-left: #486A94 1px solid;
	border-right: #486A94 1px solid;
	border-top: #486A94 1px solid;
	color: #ffffff;
	font-weight: bold;
}

input[type="checkbox"] {
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	padding-left: 0;
}

li { 
	margin-left: 5px; 
	margin-bottom: 0; 
	padding-bottom: 7px;
}

table td {
	vertical-align: top;
}

textarea {
	overflow: auto;
	border: 1px solid #ccdeec;
	font-weight: normal;
}

ol {
  margin-bottom: 0;
}

ul {
  list-style: square outside;
  margin-bottom: 0;  
}

/* Containers */
#maincontainer {
	margin:0 auto; /* center, not in IE5 */
	width: 790px;
}
#contentwrapper{
	float: left;
	width: 100%;
	background-color:#FFFFFF;
}

#footer {
	margin:0 auto;
	padding:0px;
	padding-top:2px;
	background-color:#FFFFFF;
	height:40px;
	clear:both;
}

#header {
	width:100%;
	padding:0;
	background-color:#ADCFEF;
	float:left;
	clear:both;
	text-align:center;
	margin:0 auto;
}

/* Footer Styles */
#footer a {
	font-size:11px;
	color: #FFFFFF;
}

#footer #bottomnav {
	float:left;
	text-align:center;
	width:50%;
	color:#FFFFFF;
	background-color:#00309C;
	padding-left:50px;
}

#footer #copyright {
	float:left;
	white-space:nowrap;
	font-size:11px;
	color:#FFFFFF;
	background-color:#00309C;
}

#footer #design {
	white-space:nowrap;
	margin-left: 5px; 
	margin-right: 5px;
	text-align:right;
	background-color:#00309C;
}
#bottomlinks {
	float:left;
	margin-left: 5px; 
	margin-right: 5px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:12px;
}


/* Header Styles */

#header a {
	font-size:12px;
}
#header #logo {
	float:left;
	text-align:center;
}
#header #mainnav {
}
#header #topnav {
  float: right;
  padding: 2px;
}


/* Content Styles 
	the total width of the #leftcolumn #contentcolumn and #rightcolumn divs must
	not be greater than the total width of the 
*/
#contentcolumn {
	margin-top: 0px;
	margin-right: 0px; /* Width of the right hand column, do not forget to add any padding */
	margin-bottom: 0px;
	margin-left: 210px; /* Width of the left hand column, do not forget to add any padding that you may apply */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#leftcolumn {
	float:left;
	width: 200px; /* Width of the left column */
	margin-left: -100%;  /*set left margin - (Main Container Width} */
	padding:0 10px 0 10px;
	background-color:#F5F5F5;
	color: #000000;
	text-decoration: none;
}

#leftcolumn a{
	color: #1E62A4;
}

#experience {
	font-size:12px;
	padding-top: 0;
	padding-right: 10px;

}

#experience h2 {
	font-size:13px;
	padding:0;
	padding-left: 5px;
	margin: 0;
	background-color:#ADCFEF;
}

#experience ul{
	font-size:12px;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

#rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/
	background-color: #FDE95E;
	padding:0 5px 0 5px;
}

/* Navigation Menus */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	font-weight: bolder;
}
#thicktabs li{
	display: inline;
	/* remove the margin and padding for the menu items, otherwise you end up with
	a space above the menu in IE */
	margin: 0; 
	padding: 0;
}
#thicktabs li a{
	float: left;
	color: white; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(../images/bluebg.jpg) top right no-repeat;
	border-top: 0px solid #15A2FF; /*top border style*/
	border-bottom: 0px solid #94090D; /*thick bottom border below tabs*/
	padding: 8px 22px;
	color: #FFFFFF;

}
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:hover{
background-image: url(../images/bluebghover.jpg); /*background image swap on hover*/
}

.error404tableborder{
border: 1px solid #1E62A4;
}