@import url(http://fonts.googleapis.com/css?family=Gochi+Hand);
@import url(http://fonts.googleapis.com/css?family=Special+Elite);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
body {
	font-family: EB Garamond, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	background:#ffffff;
	color:999999;
}

div {
	margin:0px;
}

form {
	margin:0px;
}

img {
	vertical-align:bottom;
}

h1 {
	font-size: 28px;
	margin:0px;
	font-weight: normal;
	color:#4284c5;
}

h2 {
	font-size: 28px;
	margin:0px;
	color:#4284c5;
}

h3 {
	font-size: 22px;
	margin:0px;
	color:#4284c5;
}

h4 {
	font-size: 20px;
	margin:0px;
	color:#4284c5;
}

p {
	margin:0px;
	color:#666666;
}

a {
	color:#4284c5;
        
}

a.navmain:link {
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}

a.navmain:visited {
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}

a.navmain:hover {
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}


ul {
	list-style-type:square;
}

.infusion-field {
    margin: 0;
    padding: 0 0 8px;
}

.infusion-submit {
    padding-top: 6px;
}

.infusion-field input {
    margin-top: 4px;
}

.infusion-field label, .infusion-submit label {
    color: #064671;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
}

.infusion-submit input[type="submit"] {
    cursor: pointer;
}

#nav {
	display:inline-block;
	margin:6px 0px 0px 0px;
	padding:0;
    list-style:none;
	background:#ffffff;
	text-transform:uppercase;
}  
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left;
        display:inline-block;
        position:relative;
        z-index:500;
		font-size:16px;
    }
         
    /* this is the parent menu */
    #nav li a {
        display:inline-block;
        padding:8px 20px 0 20px;
        height:20px;
        text-decoration:none;
        text-align:center;
        color:#4284c5;
		font-size:18px;

    }
 
    #nav li a:hover {
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
			font-size:16px;
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 0px;
            padding:0;
            list-style:none;
			background:#eeeeee;
       }
         
        #nav ul li {
            width:230px;
            float:left;
            border-top:1px solid #4284c5;
			text-align:left;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:inline-block; 
            line-height:16px;
            padding: 8px 5px;
            color:#666;
			text-align:left;
        }
         
        #nav ul a:hover {
           /* text-decoration:underline; */
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

.white{
	color:#ffffff;
}

.nouline{
	text-decoration:none;
}

a.pcq:link{
	display:inline-block;
	width:auto;
	line-height:36px;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	text-decoration:none;
	color:#4284c5;
}

a.pcq:hover{
	display:inline-block;
	width:auto;
	line-height:36px;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	text-decoration:none;
	color:#4284c5;
	background:url('/images/t2/nav_arrow.png') center bottom no-repeat;
}

a.pcqa{
	display:inline-block;
	width:auto;
	line-height:36px;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	text-decoration:none;
	color:#4284c5;
	background:url('/images/t2/nav_arrow.png') center bottom no-repeat;
}

.gpa{
	
	width:1044px;
	height:1200px;
	margin:0px;
	border:1px solid #ffffff;
	background:url('/images/t2/gpa_bg.jpg') 0px 0px no-repeat;
}

.font_gh{
	font-family: Gochi Hand;

}

.font_se{
	font-family: Special Elite;

}

.blue{
	color: #3c95d1;
}

.green{
	color: #6cc727;
}

.purple{
	color: #956eb6;
}

.grey{
	color: #777872;
}
.greylt{
	color: #bdbec2;
}

.yellow{
	color: #ffcf26;
}
.red{
	color: #fd523f;
}

.pink{
	color: #fdb3cd;
}

.orange{
	color: #f89834;
}