* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #005288;
}

a:hover {
	text-decoration: none;
	color: #6992BB;
}


body {
	margin:0;
	background: #EEECDF url(images_tmp/gradient.jpg) repeat-x top;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size: 12px;
	text-align: justify;
	color: #3C3C3C;
	list-style-position: inside;
}


.list {
	line-height:2em;
	list-style-type:square;
	margin-left:30px;
}

#container {
width: 790px;
background: #FFFFFF;
border-right: 1px dashed #CCCCCC;
border-left: 1px dashed #CCCCCC;
margin: 0px auto 0px auto;
}

#logo {
width: 790px;
text-align:left;
margin-top:10px;
padding-left:0px;
background: url(images_tmp/ics_logo_new.PNG) no-repeat center;
height:70px;
float:left;
}

#graduate {
width: 450px;
margin-top:10px;
background:url(images_tmp/grad-1.png) no-repeat right;
height:207px;
float:right;
}

#inner {
width:280px;
margin-top:90px;
text-align:right;
}
#inner #heading {
font-family:Georgia,serif;
font-size:20px;
color:#005187;
}
#inner #txt {
font-family:Georgia,serif;
font-size:1.3em;
margin:3px 0 8px;
font-style:italic;
}
#inner #jumptag {
font-family:Georgia,serif;
font-size:.8em;
text-decoration:none;
margin-top:3px;
}

p {
margin-bottom:20px;
padding: 0px 20px 0px 20px; 
}


ul.list {
list-style-type:square;
margin-right:20px;
margin-left:35px;
}

ul.list li {
margin-bottom:10px;
list-style-position:outside;
}

li.sigs {
font-size:90%;
float:left;
list-style-type:none;
margin: 0px 0px 0px 20px;
}


#footer {
	background:#005288;
	color: #ffffff;
	font-size: 9px;
	text-align:center;
	width: 790px;
border-right: 1px dashed #CCCCCC;
border-left: 1px dashed #CCCCCC;
margin: 0px auto 0px auto; 
}

h1 {
	font-weight:bold;
	font-size:16px;
	color: #005288;
	padding: 0px 20px 0px 20px;
	margin-top:50px;
	font-family: verdana, arial;
}

h3 {
	font-weight:bold;
	color: #005288;
	margin-bottom:0;
	font-size:13px;
	font-family: verdana, arial;
	padding: 0px 20px 0px 20px;
	}

#sidebar h3 {
padding: 0;
margin-bottom:15px;
text-align:left;
}

h2 {
	font-weight:normal;
	font-style:italic;
	font-size:13px;
	color: #005288;
	padding: 0px 20px 0px 37px; 
	margin-bottom:20px;
	font-family: verdana, arial;
}

h4, h5, h6{
	font-weight:bold;
	color: #005288;
	margin-bottom:0;
	font-size:13px;
	font-family: verdana, arial;
	padding: 0px 20px 0px 20px;
}

h5 {
font-weight:normal;
font-style:italic;
margin-bottom:10px;
}

h6 {
color:black;
font-weight:normal;
font-style:italic;
margin-bottom:5px;
font-size:12px;

}

#container blockquote {
margin-left:70px;
margin-right:70px;
margin-bottom:15px;
padding:10px 0 10px 0;
font-style:italic;
border-top:3px solid #005288;
border-bottom:1px solid #005288;
}

#container blockquote.narrow {
margin-left:30px;
margin-bottom:15px;
margin-right:20px;
padding:10px 0 10px 0;
font-style:italic;
border-top:3px solid #005288;
border-bottom:1px solid #005288;
float:right;
width:240px;
text-align:right;
font-size:14px;
line-height:26px;
}

#sidebar {
	float:right;
	width:300px;
	border:1px solid #CCCCCC;
	margin:0px 15px 0px 30px;
	padding:18px;
	background-color: #E2E4E1;
}

#sidebar2 {
float:right;
	width:300px;
	margin:0px 15px 15px 30px;
	text-align:right;
}

#sidebar p {
padding:0;
font-family: verdana, arial;
font-size: 90%;
line-spacing: 2em;
}

.mug {
margin-left:15px;
boder:1px solid #000000;
float:right;
}


/* BEGIN: Nav Menu CSS */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #005288;
color: White;
float: left;
width: 100%;
font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1.5em;
background-color: #005288;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #6992BB;
color: #fff;
}

div.profile-tag {
padding-top:5px;
margin: 0 15px 15px;
border-top:1px solid #005288;
}
div.profile-tag p {
font-size:11px;
font-style:italic;
margin:0;
padding:0;
}

/* END: Nav Menu CSS */

/* BEGIN: Form Styling */
.tbmain{ 
 /* Changes on the form */
 background: white !important; 
 margin: 0 0 0 25px;
 width:700px;
 cellpadding:2px;
 cellspacing: 0px; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.thisleft {
  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
  color:black;
  height:40px;
  width:160px;
  align:left;
}
td.right {
  height:30px;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

input {
	font-family: Verdana;
	font-size: 11px;
	padding:4px;
	width:150px;
	background-color:#EEECDF;
	border: 1px solid #CCCCCC;
	letter-spacing:2px;
	color: #005288;
}

input.check {
width:20px;
padding:4px;
font-size: 11px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	width:385px;
	padding:4px;
	background-color:#EEECDF;
	border: 1px solid #CCCCCC;
	color: #005288;
}

select.other {
	font-family: Verdana;
	font-size: 11px;
	width:150px;
	background-color:#EEECDF;
	border: 1px solid #CCCCCC;
	letter-spacing:2px;
	color: #005288;
}

option {
padding:4px;
}

.button {
	  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-face: bold;
	padding:4px;
	width:100px;
	background-color:#005288;
	border: 1px solid #000000;
	color: #ffffff;
	margin-top:20px;
}

.buttonhov {
	  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-face: bold;
	padding:4px;
	width:100px;
	background-color:#EEECDF;
	border: 1px solid #000000;
	color: #005288;
	margin-top:20px;
}

input.error, select.error {
  border:1px red dotted;
  font-family: Verdana;
	font-size: 11px;
	padding:4px;
	width:150px;
	background-color:#EEECDF;
	letter-spacing:2px;
	color: #005288;
}

select.error {
	padding:0;
	margin-top:20px;
}

.Errortext{
  color:#FF0000;
  margin-top: 3px;
  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Style for sub-sections */
#subsection {
margin-left:20px;
}

ul.list1 {
list-style-type:square;
/*margin-right:20px;*/
margin-left:30px;
}

ul.list1 li {
/*margin-bottom:5px;*/
/*list-style-position:outside;*/
}

/* END: Form Styling */
