/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 0px;
	width:980px;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 11px;
}
p{
	line-height: 16px;
}

a:link, a:visited {
	color: #021d82;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #021d82;
	margin-top: 10px;
}

h2{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e39b16;
}

h3{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e39b16;
}

h4{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #19338f;
}

h5{
font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #334d55;
}

.red{color: #FF0000}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo{
	background-image: url(../images/bkgd-header.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	height:113px;
}

#logoImg{
float:left;
}

#lForm{
float:right;
width:160px;
 }

#fForm{
font-size:11px; margin-top:10px; margin-left:17px
}

#masthead{
	margin: 0;
	padding: 0px;
	width: 980px;
}

#main-content {
 margin-top:10px;
}

#main-nav{
	height:53px;
	background-image: url(../images/bkgd-navigation.gif);
	background-repeat: repeat-x;
	margin-top: -3px;
}

#navBar{
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 726px;
	background-color: #d5d5d5;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	
}

#navBarInner{
	
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 730px;
	
}

#content{
	float:left;
	width: 700px;
	margin: 0;
	padding: 0 0px 0 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
}
#content .title{
	font-size: 14px;
	color: #19338f;
	
}

#content .title a, #content .title a:link; #content .title a:visited {
	color: #19338f;
	
}

#content .title a:hover {
color: #19338f;
text-decoration: none;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #003399;
	padding: 20px 0px 20px 10px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a,  #globalNav a:link, #globalNav a:visited{
	color: #666666;
	padding: 0px 40px; 
}

#globalNav a:hover {
color: #003399;
	text-decoration: none;
	
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** home column styles *****************/

#lc {
	width:330px;
	float:left;
	line-height: 16px;
	padding-left:20px;

}

.m-right{
	margin-left:10px;
}

.hborderR{
width:330px;
}
.hnoborderL{
width:320px;
}

#rc {
	width:320px;
	float:right;
	padding-right:10px;
	padding-left: 20px;
}

/************** inner column styles *****************/

#inner-content{
	float:left;
	width: 980px;
	margin: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
	background-image: url(../images/inner-bkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#inner-content .title{
	font-size: 14px;
	color: #19338f;
	
}

#inner-content .title a, #inner-content .title a:link; #inner-content .title a:visited {
	color: #19338f;
	
}

#inner-content .title a:hover {
color: #19338f;
text-decoration: none;
}


#lcInner {
	width:170px;
	line-height: 16px;
	padding-left:20px;
	float: left;

}

#lcInner .left-nav{
	color: #990000;
	text-align: left;
	width: 160px;
	margin: 0px;
	padding: 0px;

}

#lcInner ul {
	list-style-type: none;
	margin-left: -40px;
}

#lcInner ul li {
	list-style-type: none;
	text-indent: 22px;
	line-height: 22px;

}

#lcInner a, #lcInner a:link, #lcInner a:visited{
color: #990000
}

#lcInner a:hover{
	color: #666666;
	text-decoration: none;
}


#rcInner {
	width:480px;
	float:left;
	padding-right:10px;
	padding-left: 20px;
}

#rcInner p {
	line-height: 20px;
}

#rcInner ul li {
	line-height: 20px;
} 
/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 10px 10px;
	width: 700px;
	text-align: center;
	margin-top: -30px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #000099;
	margin-top: -24px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 15px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #headlines styles **************/

#headlines{
	height: 260px;
	width: 207px;
	background-image: url(../images/send-friend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20px;
}
/************** #visa styles **************/
#visa{
	background-image: url(../images/student-visa.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 208px;
	margin-top: 20px;
	margin-bottom: 51px;
	margin-left: 20px;

}

#visa p{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: #d03737;
	font-weight: bold;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#visa a, #visa a:link, #visa a:visited{
color: #d03737
}

#visa a:hover{
	color: #666666;
	text-decoration: none;
}

#links{

	height: 182px;
	width: 208px;
	margin-top: 50px;
	margin-bottom: 51px;
	margin-left: 20px;

}

.blue {
	color: #021d82;
}
.small-form {
	font-weight: bold;
	font-size: 10px;
}
input {
	font-size: 10px;
}

/********************Espanol*******************/

#visaE{
	background-image: url(../images/student-visa.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 208px;
	margin-top: 20px;
	margin-bottom: 51px;
	margin-left: 20px;

}

#visaE p{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #d03737;
	font-weight: bold;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#visaE a, #visaE a:link, #visaE a:visited{
color: #d03737
}

#visaE a:hover{
	color: #666666;
	text-decoration: none;
}

/************* #globalNav styles **************/

#globalNavE{
	color: #003399;
	padding: 20px 0px 20px 10px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNavE img{
 display: block;
}

#globalNavE a,  #globalNavE a:link, #globalNavE a:visited{
	color: #666666;
	padding: 0px 30px; 
}

#globalNavE a:hover {
color: #003399;
	text-decoration: none;
	
}

